Binsync
A reversing plugin for cross-decompiler collaboration, built on git.
Install / Use
/learn @binsync/BinsyncREADME
BinSync
<p align="center"> <img src="https://i.imgur.com/qdesKpg.png" style="width: 30%;" alt="BinSync Logo"/> </p>BinSync is a decompiler collaboration tool built on the Git versioning system to enable fined-grained reverse engineering collaboration regardless of decompiler. BinSync is built by mahaloz, the angr team, and the SEFCOM research lab. It's also due in large part to its use by the Shellphish hacking team.
All good decompilers share common objects called Reverse Engineering Artifacts (REAs). These REAs are the center of BinSync's syncing ability. Here are the supported REAs:
- Function headers (symbol, args, type)
- Stack Variables (symbol, type)
- Structs
- Enums
- Comments
Note: all types support user-created types like structs.
<p align="center"> <img src="./assets/images/binja_sync.gif" alt="Binja Sync"/> </p>Join our discord below for more online help:
Quick Start
For all installs, it's best to use our two-part installer with Python:
pip3 install binsync && binsync --install
BinSync is also available in the Binary Ninja plugin manager.
If you plan on using BS with Ghidra, you must launch it in PyGhidra mode.
If you plan on using extra BS features, like the ChatGPT User, install the package like this: pip3 install binsync[extras], which will install extra packages for support.
For full install information, please read our quickstart docs.
For developers, install the package to be editable (-e) and make sure pip>=23.0.0.
Supported Platforms
- IDA Pro: >= 8.4 (if you have an older version, use BinSync v4.10.1)
- Binary Ninja: >= 2.4
- angr-management: >= 9.0
- Ghidra: >= 12.0 (PyGhidra mode)
All versions require Python >= 3.10 and Git installed on your system. Ghidra support is still very much in early stage, so only expect the minimal features like artifact name syncing and comments.
Decompiler Support Progress
Although we support the decompilers in the earlier section, not every decompiler is supported at the same level of syncing. To understand the difference between artifact support, pull, push, and auto push, read our decompiler use introduction.
IDA Pro
| Operations | Function Headers | Stack Vars | Global Vars | Structs | Enums | Comments | |------------------------------------|------------------------------------------|------------------------------------|-------------------------------------|---------------------------------|-------------------------------|----------------------------------| | Symbols | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Types | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Pull | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Push | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Auto Push | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
<p align="center"> <img src="./assets/images/ida_sync.gif" alt="IDA Sync"/> </p>Binary Ninja
| Operations | Function Headers | Stack Vars | Global Vars | Structs | Enums | Comments | |------------------------------------|------------------------------------------|------------------------------------|-------------------------------------|---------------------------------|-------------------------------|----------------------------------| | Symbols | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Types | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Pull | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Push | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Auto Push | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
<p align="center"> <img src="./assets/images/binja_sync.gif" alt="Binja Sync"/> </p>Ghidra
| Operations | Function Headers | Stack Vars | Global Vars | Structs | Enums | Comments | |------------------------------------|------------------------------------------|------------------------------------|-------------------------------------|---------------------------------|-------------------------------|----------------------------------| | Symbols | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Types | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Pull | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Push | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | | Auto Push | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
<p align="center"> <img src="./assets/images/ghidra_sync.gif" alt="Ghidra Sync"/> </p>angr-management
| Operations | Function Headers | Stack Vars | Global Vars | Structs | Enums | Comments | |------------------------------------|------------------------------------------|------------------------------------|-------------------------------------|---------------------------------|-------------------------------|----------------------------------| | Symbols | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | | Types | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | | Pull | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | | Push | :white_check_mark: | :white_check_mark: | :x: | :x:
Related Skills
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
