| View previous topic :: View next topic |
| Author |
Message |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Thu Mar 06, 2008 6:08 am Post subject: Suggestion - code analyzer |
|
|
It could be really useful if there would be a code analyzer, for example, if there's a jump or a call to an address, in the spaciel you'll see "Jump/Call from XXXXXXX".
And maybe instead of "Spaciel", a list box at the bottom or something, like OllyDBG, so you can give more information about that address, like
| Code: | EAX = <Address> (Value) <- if debugging
EAX+18 pointers to <Address> (Value)
Jumps from XXXXXX, XXXXXX, XXXXXX
Calls from XXXXXX |
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 472
Joined: 09 May 2003 Posts: 25880 Location: The netherlands
|
Posted: Thu Mar 06, 2008 6:10 am Post subject: |
|
|
ctrl+j in the memory view
_________________
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 |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Thu Mar 06, 2008 6:59 am Post subject: |
|
|
Sorry, but I don't see any changes.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 472
Joined: 09 May 2003 Posts: 25880 Location: The netherlands
|
Posted: Thu Mar 06, 2008 7:07 am Post subject: |
|
|
after it's done(and you've selected the correct region) it will show above instructions which addresses jump to it (conditional/unconditional) and which addresses call it
_________________
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 |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Thu Mar 06, 2008 7:15 am Post subject: |
|
|
Oh, I see... very useful, thank you.
|
|
| Back to top |
|
 |
|