DumpAddressColor (an OllyDbg 2 plugin)
Colorizes the double-words in the CPU dump of OllyDbg 2 by the following rules:
Red: an address to a code block of a module.
Magenta: an address to a non-code block of a module.
Yellow: an address to a non-module memory block.
Black: a handle of a window which belongs to the debuggee process.
The colors can be changed in the .ini file.
Limitations: double-words across rows are not processed.
dump_address_color.zip (5.38 kB)
The source code is available on GitHub.
What about Ollydbg 1.10?
The plugin only supports OllyDbg 2. If you’re willing to work on an OllyDbg 1.10 version, I can publish the source code.
Can you share me the source code so i can try to implement it in ollydbg 1.10 ?
Here you go:
https://github.com/RaMMicHaeL/DumpAddressColor