Dark Byte Site Admin
Reputation: 474
Joined: 09 May 2003 Posts: 25958 Location: The netherlands
|
Posted: Sat Jan 02, 2016 6:44 pm Post subject: Unique ID for games |
|
|
the following snippets of code can be used to generate a unique ID for the currently selected process
recommended:
| Code: |
id=md5memory(process,8192)
|
alternate:
| Code: |
id=md5file(enumModules()[1].PathToFile)
|
that might be used for looking up the process in a database or something
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|