revsync

realtime cross-tool collaborative reverse engineering

MIT License

Stars
100

revsync

Realtime sync plugin for IDA Pro, Binary Ninja and Vivisect

Syncs:

  • Comments
  • Symbol names
  • Stack var names
  • Structs
  • Code coverage (how much time was spent looking at a block)

IDA Pro Installation

First, clone to IDA Data Dir:

  • Windows: %APPDATA%\Hex-Rays\IDA Pro
  • Mac/Linux: ~/.idapro

Now:

  • Make a file in your dir above named idapythonrc.py and append import revsync.
  • Copy config.json.template to config.json and fill out.
  • Restart IDA and look for revsync messages in the console.
    • In the Python console, typing import revsync should work without issue.

Expected data directory layout is this (Mac/Linux):

~/.idapro/idapythonrc.py
~/.idapro/revsync/

Binary Ninja Installation

  • Install via the Plugin Manager (CMD/CTL-SHIFT-M)

or:

Then:

  • Restart if required.
  • Fill in config when prompted.
  • Load your binary, wait for analysis to finish
  • Use the Tools Menu, Right-Click or command-palette (CMD/CTL-P) to trigger revsync/Load
    -Done!

Vivisect Installation

Then:

  • Restart Vivisect
  • Fill in config when prompted.
  • Load your binary, wait for analysis to finish
  • Use the Plugins -> revsync -> Load option to trigger revsync/Load
    -Done!