Tutorial IDA Tips: Graph colors

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,546
303,918
1,213
Modding World
Graph edges can have several colors. In graph view:

- Blue: a normal edge
- Green: if the jump is taken (its condition is satisfied)
- Red: if the jump is not taken
- Blinking: when in the debugger, the edge that will be followed blinks

And, in proximity view:

- Blue: Code cross-reference edge
- Gray: Data cross-reference edge

IDA highlights the current mouse items. If the mouse is hovered over an edge, it is highlighted. If the mouse is hovered over a node, all adjacent edges are highlighted. To turn off the highlighting, specify the 'current edge' color as an undefined custom color.

The 'highlighted edge' and 'foreign node' colors are not used yet.

Credits: Hex-Rays
 

zodharry

Rookie
Nov 25, 2023
4
1
1
19
Assign different colors to vertices in such a way that no two adjacent vertices have the same color.
The number of peacock colors used in the coloring represents the size of the Independent Dominating Set.