asdfowkw
Community Developer
- Joined
- Jan 15, 2010
- Messages
- 263
- Reaction score
- 0
Hello Buddies!
I just started with memory editing here and i wonder how to find the correct addresses.
For example.
Say i wanna grab my characters name,
How do i know what address to find this in ?
I mean like, if i search in IDA in strings window for example, how do i know what to search for, cause Playername dosnt give me anything good..
edit: maybe i mean offsets
I just started with memory editing here and i wonder how to find the correct addresses.
For example.
Say i wanna grab my characters name,
Code:
string myname = wow.ReadASCIIString((uint)baseAddress + 0x???????, 255);
How do i know what address to find this in ?
I mean like, if i search in IDA in strings window for example, how do i know what to search for, cause Playername dosnt give me anything good..
edit: maybe i mean offsets
