++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sat Jan 25, 2014 11:24 pm Post subject: CE Request |
|
|
When right-clicking on an instruction in memory viewer to see what addresses a particular instruction accesses, have an option available in the new debugger window that allows us to auto-generate dissect data structures with a window that prompts us with something similar to the following:
| Code: | Compare first 5 structures [ okay ]
Compare first 10 structures [ okay ]
Compare first 20 structures [ okay ]
Compare all structures until STOP [ okay ] |
By doing so, if the instruction was this...
...the dissect data structures window would automatically open and add all (or selected quantity) of addresses at esi with the -144 offset.
I suppose this could be an option totally separate from 'see what addresses this instruction accesses'...and I suppose the address quantity for comparing structures could be set up somewhere under settings etc. ahead of time.
Thanks.
|
|