awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to binaryanalysisplatform/bap

Open-source alternatives to BinaryAnalysisPlatform Bap

30 open-source projects similar to binaryanalysisplatform/bap, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best BinaryAnalysisPlatform Bap alternative.

  • angr/angrangr 的头像

    angr/angr

    8,898在 GitHub 上查看↗

    Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves as a binary decompiler and a lifting platform that translates machine code into a common intermediate representation to enable cross-architecture analysis. The framework integrates a symbolic execution engine and constraint solvers to determine the inputs required to reach specific program states. It also employs untrusted code sandboxing to isolate guest code from the host environment during analysis. Its capabilities cover control flow and data flow analysis, including the

    Python
    在 GitHub 上查看↗8,898
  • 0xd4d/dnspy0xd4d 的头像

    0xd4d/dnSpy

    29,539在 GitHub 上查看↗

    dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It functions as a decompiler that converts assemblies back into readable high-level source code, an assembly editor for modifying bytecode and metadata, and a debugger for inspecting compiled binaries. The project integrates a hex editor specifically for inspecting and modifying raw bytes and Common Intermediate Language structures. It allows for the direct modification of binary contents to change application behavior without requiring the original project source files. The tool

    C#
    在 GitHub 上查看↗29,539
  • fireeye/flare-flossfireeye 的头像

    fireeye/flare-floss

    4,054在 GitHub 上查看↗

    This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from compiled binaries. It functions as a malware analysis utility and string decryptor, extracting obfuscated text to reveal concealed program behavior without executing the code. The tool automates the recovery of embedded strings through a combination of emulated instruction execution and abstract syntax tree evaluation. It utilizes pattern-based heuristic detection to identify obfuscation routines and employs cross-platform binary parsing to process multiple executable formats. The s

    Python
    在 GitHub 上查看↗4,054

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • cisco-talos/ghidaC

    Cisco-Talos/GhIDA

    0在 GitHub 上查看↗

    GhIDA is an IDA Pro plugin that integrates the Ghidra decompiler in IDA.

    在 GitHub 上查看↗0
  • moyix/pandamoyix 的头像

    moyix/panda

    107在 GitHub 上查看↗

    Deprecated repo for PANDA 1.0 – see PANDA 2.0 repository

    C
    在 GitHub 上查看↗107
  • longld/pedalongld 的头像

    longld/peda

    6,130在 GitHub 上查看↗

    Peda is a security tool suite and exploit development framework designed for binary analysis, debugger automation, and memory inspection. It functions as a set of Python scripts that extend a debugger to automate the analysis of compiled files and the inspection of process memory. The project provides specialized utilities for memory corruption research, including a payload generation utility for creating cyclic patterns to discover buffer overflows and a gadget finder to locate return-oriented programming sequences within binaries. It differentiates itself by offering a visualization tool th

    Python
    在 GitHub 上查看↗6,130
  • radareorg/radare2radareorg 的头像

    radareorg/radare2

    23,120在 GitHub 上查看↗

    Radare2 is a comprehensive framework for reverse engineering and analyzing compiled software. It provides a command-line environment designed for disassembling, debugging, and patching binary executables across a wide range of processor architectures and operating systems. The system distinguishes itself through a modular, plugin-based architecture that supports cross-platform analysis and automated workflows. It utilizes memory-mapped file access to enable efficient structural inspection and modification of binaries without requiring full file loads. By lifting machine instructions into a un

    Cbinary-analysisccommandline
    在 GitHub 上查看↗23,120
  • google/binnavigoogle 的头像

    google/binnavi

    2,887在 GitHub 上查看↗

    BinNavi is a binary analysis IDE that allows to inspect, navigate, edit and annotate control flow graphs and call graphs of disassembled code.

    Java
    在 GitHub 上查看↗2,887
  • ntquery/scyllaNtQuery 的头像

    NtQuery/Scylla

    1,385在 GitHub 上查看↗

    Imports Reconstructor

    C++
    在 GitHub 上查看↗1,385
  • nationalsecurityagency/ghidraNationalSecurityAgency 的头像

    NationalSecurityAgency/ghidra

    69,740在 GitHub 上查看↗

    Ghidra is a software reverse engineering suite designed to analyze compiled binaries and reconstruct program logic without access to original source code. It provides an interactive environment for disassembly and decompilation, utilizing a platform-independent intermediate representation to maintain consistency across diverse hardware architectures. The framework supports automated binary analysis through programmatic routines, enabling the investigation of complex code patterns and security indicators. The platform distinguishes itself through a modular architecture that allows for extensiv

    Javadisassemblerreverse-engineeringsoftware-analysis
    在 GitHub 上查看↗69,740
  • airbus-seclab/bincatairbus-seclab 的头像

    airbus-seclab/bincat

    1,858在 GitHub 上查看↗

    Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection

    OCaml
    在 GitHub 上查看↗1,858
  • aquynh/capstoneaquynh 的头像

    aquynh/capstone

    8,839在 GitHub 上查看↗

    Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code into human-readable assembly instructions for a wide variety of hardware instruction set architectures and virtual machines. The framework supports a diverse range of targets, including x86, ARM, RISC-V, and MIPS, as well as virtual machine environments like WebAssembly and the Ethereum Virtual Machine. It functions as an instruction analysis tool capable of extracting granular decomposition data and semantic information from disassembled code. The engine is designed for low-

    C
    在 GitHub 上查看↗8,839
  • fireeye/stringsifterfireeye 的头像

    fireeye/stringsifter

    756在 GitHub 上查看↗

    A machine learning tool that ranks strings based on their relevance for malware analysis.

    Python
    在 GitHub 上查看↗756
  • jonathansalwan/tritonJonathanSalwan 的头像

    JonathanSalwan/Triton

    4,202在 GitHub 上查看↗

    Triton is a dynamic binary analysis framework designed to automate reverse engineering. It functions as a multi-architecture CPU emulator, an SMT-based symbolic execution engine, and a dynamic taint analysis tool. The framework translates raw machine instructions into abstract syntax trees, allowing it to represent binary program logic as a structured intermediate representation. This allows the system to map multiple hardware instruction sets to a single analysis framework and translate machine instructions into mathematical formulas for solving constraints. Its capabilities cover the simul

    C++
    在 GitHub 上查看↗4,202
  • lauriewired/ghidramcpLaurieWired 的头像

    LaurieWired/GhidraMCP

    7,649在 GitHub 上查看↗

    GhidraMCP is a Model Context Protocol server that exposes Ghidra binary analysis and decompilation functions to external intelligence models. It acts as a bridge that connects the Ghidra reverse engineering suite to external tools through a standardized communication protocol, facilitating automated reverse engineering and software auditing. The project enables the extraction of decompiled code and program structural data to populate the context windows of language models. It features a binary symbol management tool capable of dynamic symbol resolution, allowing method and data names to be up

    Java
    在 GitHub 上查看↗7,649
  • crytic/slithercrytic 的头像

    crytic/slither

    6,141在 GitHub 上查看↗
    Pythonethereumsoliditystatic-analysis
    在 GitHub 上查看↗6,141
  • corkami/picscorkami 的头像

    corkami/pics

    11,464在 GitHub 上查看↗

    Pics is a comprehensive reference library providing visual documentation for binary file structures, character encodings, processor instruction sets, and hardware architecture maps. It serves as a centralized resource for the dissection and analysis of diverse binary formats, including executables, images, and archives. The project specializes in mapping complex specifications into visual layouts. This includes the creation of schematic diagrams to explain the physical and logical organization of hardware components and the maintenance of a catalog for processor opcodes across multiple hardwa

    Assembly
    在 GitHub 上查看↗11,464
  • binref/refineryB

    binref/refinery

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • avast-tl/retdecavast-tl 的头像

    avast-tl/retdec

    8,556在 GitHub 上查看↗

    Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse engineering. It translates binary executable code into high-level representations to facilitate the reconstruction of program logic from compiled machine code. The system utilizes a retargetable frontend architecture and a multi-stage lifting pipeline to convert raw bytes into a common intermediate language. It differentiates custom program logic from known library code through signature-based identification and provides utilities for binary symbol demangling to restore human-readable n

    C++
    在 GitHub 上查看↗8,556
  • ajpc500/relayrumblerA

    ajpc500/RelayRumbler

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • cellebrite-srl/functioninlinercellebrite-srl 的头像

    cellebrite-srl/FunctionInliner

    226在 GitHub 上查看↗

    FunctionInliner is an IDA plugin that can be used to ease the reversing of binaries that have been space-optimized with function outlining (e.g. clang --moutline).

    C
    在 GitHub 上查看↗226
  • carbonblack/bineeC

    carbonblack/binee

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • can1357/novmpcan1357 的头像

    can1357/NoVmp

    2,144在 GitHub 上查看↗

    A static devirtualizer for VMProtect x64 3.x. powered by VTIL.

    C++devirtualizationvmprotectvtil
    在 GitHub 上查看↗2,144
  • avast/retdec-idapluginavast 的头像

    avast/retdec-idaplugin

    799在 GitHub 上查看↗

    RetDec plugin for IDA (Interactive Disassembler).

    C++
    在 GitHub 上查看↗799
  • advanced-threat-research/dotdumperA

    advanced-threat-research/DotDumper

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • cellebrite-srl/pacxplorercellebrite-srl 的头像

    cellebrite-srl/PacXplorer

    154在 GitHub 上查看↗

    PacXplorer is an IDA plugin that adds XREFs between virtual functions and their call sites. This is accomplished by leveraging PAC codes in ARM64e binaries. 1. install ida-nentode somewhere IDA can import it 2. clone the repository and symlink ~/.idapro/plugins/pacxplorer.py to pacxplorer.py in…

    Python
    在 GitHub 上查看↗154
  • certcc/kaijuC

    certcc/kaiju

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • christhecoolhut/pinctfChrisTheCoolHut 的头像

    ChrisTheCoolHut/PinCTF

    505在 GitHub 上查看↗

    Using Intel's PIN tool to solve CTF problems

    Python
    在 GitHub 上查看↗505
  • cisco-talos/dyndataresolverC

    Cisco-Talos/DynDataResolver

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • c0demap/codemapC

    c0demap/codemap

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0