haunted5 Cheater
Reputation: 1
Joined: 23 Aug 2011 Posts: 35
|
Posted: Sun Sep 25, 2011 7:12 am Post subject: |
|
|
When you find the address you are looking for, right click and select 'Find out what writes to this address'. This will show the code that writes to address in another window. Highlight the code and select 'more information' button. This will show you all the registers and their value. If push EAX is above the line of code you are looking at, then the value is on the stack. The small 'S' button will show you the stack. You can view it there.
If you want to view details of some other code from memory viewer, you can higlight the code and use Break and trace instructions to get an indepth of all registers etc of the line of code and (depending on how long the trace is) 1000 lines of code after the instruction you chose.
To use this option, highlight the code, then select 'Break and trace instructions', then go ingame and when the code is used, your trace will be ready.
Hope this helps |
|