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.
Recommended Comments
Create an account or sign in to comment