This class handles instruction coloring.
|
|
|
load_config(self,
config_filename)
Loads a semantic configuration file and generates a color map from
the contained information. |
source code
|
|
|
|
|
uncolor_all(self)
Uncolors all instructions of all segments by changing their color to
white. |
source code
|
|
|
|
|
color_basic_block(self,
address,
color,
refresh=True)
Colors the basic block containing a target address with the given
color code. |
source code
|
|
|
|
|
|
|
select_base_color(self,
tagged_addresses_in_block)
automatically chooses the base color for a block based on the current
color scheme |
source code
|
|
|
colorize(self,
scan_result)
perform coloring on the IDB, based on a scan performed by
SemanticIdentifier |
source code
|
|
|
|
|
|