Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
revsync — realtime cross-tool collaborative reverse engineering | Kitploit
Tools/GitHubGitHub/lunixbochs/revsync
Code AnalysisReverse EngineeringBinary Analysis
GitHublunixbochs/revsync

revsync

realtime cross-tool collaborative reverse engineering

View Repository
100213 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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):

root@kitploit:~
~/.idapro/idapythonrc.py
~/.idapro/revsync/

Binary Ninja Installation

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

or:

  • Clone to your plugin folder.

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

  • Clone to a plugin folder in your VIV_EXT_PATH (or ~/.viv/plugins/).

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!
Download Tool