Skip to content

fareedfauzi/IDA_plugins_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

IDA_plugins_scripts

Collection of my IDA plugins/scripts

funccall_highlighter.py

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.

Prerequisites

  • IDA Pro 7.x or later with the Hex-Rays decompiler plugin installed (for the pseudocode highlighter).
  • Python 3.x compatible with IDA Pro.

Installation

  • Copy funccall_highlighter.py into C:\path\to\IDA Pro\plugins\. For example C:\Program Files\IDA Pro 8.3\plugins\
  • Restart IDA Pro if needed

Usage

Via right-click menu:

image

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:

ida64_FxpNTB6JYF

ida64_a98qM7lfUH

About

Collection of my IDA plugins/scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages