Jump to content
Tuts 4 You

OllyDbg Address window.


mgaz

Recommended Posts

Hi All,


 


I am very new to OllyDbg & I'm trying to find a way to highlight (change color) to address changes in the Address/HEX Dump window.


 


I've looked through it's options & plugings and found nothing, help would be appreciated or just to know it's not possible.


 


Thanks.


Link to comment
Share on other sites

Olly tracks changes to code segments automatically. To track all changes in all data would create insane memory requirements, so it's not enabled by default.
But if you know which part of data you're interested, you can enable change tracking by highlighting memory area->right click->Backup->Create backup.

 

The end results looks something like this (silly example, I know :) )
 

4FgwbLN.png

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...