View previous topic :: View next topic |
Author |
Message |
filyr Newbie cheater
Reputation: 0
Joined: 02 Aug 2013 Posts: 10
|
Posted: Fri Aug 02, 2013 8:38 am Post subject: Convert address to hex value |
|
|
I'm trying to get the hex value (?) from a certain adress that I found in a game.
I've seen some screenshots of other CE users that are able to fetch it by simply double-clicking the address.
When I try to do the same thing, I only get the same address that I see in the list, and not the hex value.
So, to summarize; I would like to convert the address "31E14840" to what I think is a hex value "7A4840".
Description: |
|
Filesize: |
71.55 KB |
Viewed: |
12750 Time(s) |

|
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25777 Location: The netherlands
|
Posted: Fri Aug 02, 2013 8:40 am Post subject: |
|
|
find out where game.dll is loaded in memory and add 7a4840 to that
toolhelp32snapshot followed by module32first/module32next is the easiest method
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
filyr Newbie cheater
Reputation: 0
Joined: 02 Aug 2013 Posts: 10
|
Posted: Fri Aug 02, 2013 8:53 am Post subject: |
|
|
Thanks, but I know how to make use of the value.
All I want to know is how to make CE display it like in the picture above. All i get is the address.
So, to elaborate: How do I fetch "7a4840"?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25777 Location: The netherlands
|
Posted: Fri Aug 02, 2013 8:59 am Post subject: |
|
|
in the hexview rightclick and choose goto address in in there fill in the address with modulename+offset
The address it goes to will be the hex address.
Note that the hex address is pretty useless for most uses since most likely next time you run the game, it will change
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
filyr Newbie cheater
Reputation: 0
Joined: 02 Aug 2013 Posts: 10
|
Posted: Fri Aug 02, 2013 9:16 am Post subject: |
|
|
The values will be the same until the game version is updated in this case.
If the values would change every time the game starts, do you have any suggestions on how to keep track of them? I'm trying to read the game data from another application (C#).
|
|
Back to top |
|
 |
|