jonpalmisc / ida_graphviz_export

Export control flow graphs from IDA as Graphviz DOT code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDA Graphviz Export

A very simple plugin for converting a function's CFG in IDA to Graphviz code.

Installation

Run make install (assuming you are on macOS or Linux), or otherwise place the graphviz.py file in your IDA user plugins folder.

Usage

Graphviz code for a function's CFG can be obtained in one of two ways:

  1. Use the Create Graphviz DOT file action under the File > Produce file menu.
  2. Use the Graphviz submenu in the context menu of disassembly views.

License

BSD 3-Clause; see LICENSE.txt for full details.

About

Export control flow graphs from IDA as Graphviz DOT code

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 90.9%Language:Makefile 9.1%