michaelpdu / binsync

A collaborative reversing plugin for cross-decompiler collaboration, built on git.

Home Page:https://binsync.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BinSync

BinSync Logo

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
  • Comments

Note: all types support user-created types like structs.

Binja Sync

Join our discord below for more online help:

Discord

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. For full install information, please read our Quickstart Docs

Supported Platforms

  • IDA Pro: >= 7.3
  • Binary Ninja: >= 2.4
  • angr-management: >= 9.0
  • Ghidra: >= 10.1

All versions require Python >= 3.4 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 ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Types ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Pull ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Push ✔️ ✔️ ✔️ ✔️ ✔️
Auto Push ✔️ ✔️ ✔️ ✔️ ✔️ ✔️

IDA Sync

Binary Ninja

Operations     Function Headers     Stack Vars     Global Vars     Structs     Enums     Comments    
Symbols ✔️ ✔️ ✔️ ✔️
Types ✔️ ✔️ ✔️ ✔️
Pull ✔️ ✔️ ✔️ ✔️
Push ✔️ ✔️ ✔️ ✔️
Auto Push ✔️ ✔️ ✔️ ✔️

Binja Sync

Ghidra

Operations     Function Headers     Stack Vars     Global Vars     Structs     Enums     Comments    
Symbols ✔️ ✔️ ✔️
Types ✔️ ✔️ ✔️
Pull ✔️ ✔️ ✔️
Push
Auto Push

Ghidra Sync

angr-management

Operations     Function Headers     Stack Vars     Global Vars     Structs     Enums     Comments    
Symbols ✔️ ✔️ ✔️
Types ✔️ ✔️ ✔️
Pull ✔️ ✔️ ✔️
Push ✔️ ✔️ ✔️
Auto Push ✔️ ✔️ ✔️

About

A collaborative reversing plugin for cross-decompiler collaboration, built on git.

https://binsync.net

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 94.1%Language:Java 4.9%Language:CSS 0.8%Language:HTML 0.2%