Skip to content

Data Visualization Plugin for IDA Pro

License

Notifications You must be signed in to change notification settings

jimmy-sonny/IDACyber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDACyber

Data Visualization Plugin for IDA Pro

IDACyber IDA Pro plugin

IDACyber is an interactive data visualization plugin for IDA Pro.

IDACyber animation

Be sure to check out the gallery

Requirements

  • IDA (Qt) >= 7.0

Installation

  • Copy "idacyber.py" and the "cyber" folder to the IDA Pro "plugins" folder.

Usage

  • Ctrl-Shift-C starts the plugin and creates a new dockable window. Multiple instances can be created by re-running the plugin which allows several ColorFilters to be run in parallel. The resulting graph can be interacted with using keyboard and mouse controls. With an instance of IDACyber running, the quick manual can be opened by pressing Ctrl-F1.

Writing custom color filters

An IDACyber color filter is nothing but a separate Python file that inherits from the ColorFilter class (please refer to "idacyber.py" for details). Color filters must be placed into the "plugins/cyber" subfolder. For code examples, please have a look at the existing color filters located in the "cyber" subfolder.

Known bugs

Yes :[

About

Data Visualization Plugin for IDA Pro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%