#binary-analysis (24 Repositories)
Ranked open-source repositories tagged with #binary-analysis, scored by pull request acceptance likelihood and maintainer engagement velocity.
46.2%
32.8h
24 repositories tagged #binary-analysis
Noelo-Lab/kuna
An agent-first decompiler designed to be refined by other agents. Kuna is written in Rust and was originally ported from Ghidra.
B2R2-org/B2R2
B2R2 is a fully managed binary analysis framework written in F#. It provides a rich set of algorithms, functions, and tools for reverse engineering, program analysis, and binary-level inspection.
dyninst/dyninst
DyninstAPI: Tools for binary instrumentation, analysis, and modification.
DynamoRIO/dynamorio
Dynamic Instrumentation Tool Platform
mandiant/capa
The FLARE team's open-source tool to identify capabilities in executable files.
HyperDbg/HyperDbg
State-of-the-art native debugging tools
trailofbits/CoBRA
Coefficient-Based Reconstruction of Arithmetic — a Mixed Boolean-Arithmetic (MBA) expression simplifier for deobfuscation
GaloisInc/grease
CLI tool, Ghidra plug-in, and Haskell library for analyzing binaries using under-constrained symbolic execution
bethington/ghidra-mcp
Ghidra MCP Server — 200+ MCP tools for AI-powered reverse engineering. GUI plugin + headless server, lazy tool loading, convention enforcement, batch operations, Ghidra Server integration, and Docker deployment.
GaloisInc/macaw
Open source binary analysis tools.
horsicq/DIE-engine
DIE engine
horsicq/Detect-It-Easy
Program for determining types of files for Windows, Linux and MacOS.
Vector35/binaryninja-api
Public API, examples, documentation and issues for Binary Ninja
lief-project/LIEF
LIEF - Library to Instrument Executable Formats (C++, Python, Rust)
cmu-sei/pharos
Automated static analysis tools for binary programs
fkie-cad/cwe_checker
cwe_checker finds vulnerable patterns in binary executables
feicong/macbook
《macOS软件安全与逆向分析》随书源码
BinaryAnalysisPlatform/bap
Binary Analysis Platform
mewmew/dissection
The dissection of a simple "hello world" ELF binary.
miunasu/IDA-Skill
使用skill让 AI Agent 像安全分析师一样分析恶意样本 | AI Agent skill for automated malware analysis using IDA Pro
A200K/IDA-Pro-SigMaker
Signature maker plugin for IDA 9.x and 8.x
mohitmishra786/reversingBits
A comprehensive collection of cheatsheets for reverse engineering, binary analysis, and assembly programming tools. This repository serves as a one-stop reference for security researchers, reverse engineers, and low-level programmers.
mohitmishra786/underTheHoodOfExecutables
A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary optimization techniques. Perfect for systems programmers, C developers, and anyone interested in low-level programming concepts.
decomp/decomp
Components of a decompilation pipeline.