Skip to content

Export control flow graphs from IDA as Graphviz DOT code

License

Notifications You must be signed in to change notification settings

jonpalmisc/ida_graphviz_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks