sidkaramat How do I cheat?
Reputation: 0
Joined: 08 Jul 2018 Posts: 1
|
Posted: Sun Jun 28, 2020 9:26 am Post subject: Address Entry Description from memory address-Is it possible |
|
|
When you add a new entry in address table, how can i take description from a memory address esp. when there resides a string.
e.g. Let's say i have tracked characters in a game which are at static address. I will keep on adding them. Let's say each character name is 12th bytes from character structure start. Now for each entry i want the description to be like
1 - (Akumi Chan)
2 - (Ryu)
etc.
Now "Akumi Chan", "Ryu" will be read from memory based on the offset from the current address.
So is it possible to Write Description this way
|
|