Dynamic coloring
March 19th, 2007
IDA v5.1 introduces the notion of dynamic colors. Plugins can install a callback
which dynamically calculates colors and provides them to the user interface.
In the previous versions of IDA plugins were forced to change the item color
in the database thus overwriting any user-defined colors. The new IDA makes it possible
to calculate colors on the fly.
Original post by Security Wonk and plugin by Elliott Back