Collection of my IDA plugins/scripts
An IDA Pro plugin that highlights function calls within the Graph/Linear view and Hex-Rays pseudocode view, enabling better readability for function pointer and function call identification which assist you to focus only on the function call while analyze the code.
- IDA Pro 7.x or later with the Hex-Rays decompiler plugin installed (for the pseudocode highlighter).
- Python 3.x compatible with IDA Pro.
- Copy
funccall_highlighter.py
intoC:\path\to\IDA Pro\plugins\
. For exampleC:\Program Files\IDA Pro 8.3\plugins\
- Restart IDA Pro if needed
Via right-click menu:
Via hotkey:
Ctrl + Alt + H
: Enable function call highlighting in the pseudocode view.Ctrl + Alt + D
: Disable function call highlighting in the pseudocode view.Ctrl + Alt + G
: Enable function call highlighting in the Graph/Linear views.Ctrl + Alt + L
: Disable function call highlighting in the Graph/Linear views.
Before and after: