Mark Mossberg edbb613045 Add basic binja viz plugin (#347)
* Add basic binja plugin

* Inline lnk

* Better instructions
2017-06-23 18:18:11 -04:00
..
2017-06-23 18:18:11 -04:00
2017-06-23 18:18:11 -04:00

Installation

Example:

$ ln -s $PWD/viz.py ~/Library/Application\ Support/Binary\ Ninja/plugins/

Usage

  • Run manticore on a binary
  • Open the binary in Binary Ninja
  • import it from the Binary Ninja Script Console, and call desired functions

Example:

>>> import viz
>>> viz.viz(bv, '/mnt/hgfs/code/manticore/examples/linux/mcore_1vCAKM')