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.

zip dump_address_color.zip (5.38 kB)

The source code is available on GitHub.

Posted in Releases, Software by Michael (Ramen Software) on August 28th, 2015.
Tags:

4 Responses to “DumpAddressColor (an OllyDbg 2 plugin)”

  1. Donald Trump says:

    What about Ollydbg 1.10?

Leave a Reply