awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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/angrAvatar von angr

    angr/angr

    8,898Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,898
  • 0xd4d/dnspyAvatar von 0xd4d

    0xd4d/dnSpy

    29,539Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗29,539
  • fireeye/flare-flossAvatar von fireeye

    fireeye/flare-floss

    4,054Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,054

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • cisco-talos/ghidaC

    Cisco-Talos/GhIDA

    0Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗0
  • moyix/pandaAvatar von moyix

    moyix/panda

    107Auf GitHub ansehen↗

    Deprecated repo for PANDA 1.0 – see PANDA 2.0 repository

    C
    Auf GitHub ansehen↗107
  • longld/pedaAvatar von longld

    longld/peda

    6,130Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,130
  • radareorg/radare2Avatar von radareorg

    radareorg/radare2

    23,120Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗23,120
  • google/binnaviAvatar von google

    google/binnavi

    2,887Auf GitHub ansehen↗

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

    Java
    Auf GitHub ansehen↗2,887
  • ntquery/scyllaAvatar von NtQuery

    NtQuery/Scylla

    1,385Auf GitHub ansehen↗

    Imports Reconstructor

    C++
    Auf GitHub ansehen↗1,385
  • nationalsecurityagency/ghidraAvatar von NationalSecurityAgency

    NationalSecurityAgency/ghidra

    69,740Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗69,740
  • airbus-seclab/bincatAvatar von airbus-seclab

    airbus-seclab/bincat

    1,858Auf GitHub ansehen↗

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

    OCaml
    Auf GitHub ansehen↗1,858
  • aquynh/capstoneAvatar von aquynh

    aquynh/capstone

    8,839Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,839
  • fireeye/stringsifterAvatar von fireeye

    fireeye/stringsifter

    756Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗756
  • jonathansalwan/tritonAvatar von JonathanSalwan

    JonathanSalwan/Triton

    4,202Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗4,202
  • lauriewired/ghidramcpAvatar von LaurieWired

    LaurieWired/GhidraMCP

    7,649Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,649
  • crytic/slitherAvatar von crytic

    crytic/slither

    6,141Auf GitHub ansehen↗
    Pythonethereumsoliditystatic-analysis
    Auf GitHub ansehen↗6,141
  • corkami/picsAvatar von corkami

    corkami/pics

    11,464Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,464
  • binref/refineryB

    binref/refinery

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • avast-tl/retdecAvatar von avast-tl

    avast-tl/retdec

    8,556Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗8,556
  • ajpc500/relayrumblerA

    ajpc500/RelayRumbler

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • cellebrite-srl/functioninlinerAvatar von cellebrite-srl

    cellebrite-srl/FunctionInliner

    226Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗226
  • carbonblack/bineeC

    carbonblack/binee

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • can1357/novmpAvatar von can1357

    can1357/NoVmp

    2,144Auf GitHub ansehen↗

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

    C++devirtualizationvmprotectvtil
    Auf GitHub ansehen↗2,144
  • avast/retdec-idapluginAvatar von avast

    avast/retdec-idaplugin

    799Auf GitHub ansehen↗

    RetDec plugin for IDA (Interactive Disassembler).

    C++
    Auf GitHub ansehen↗799
  • advanced-threat-research/dotdumperA

    advanced-threat-research/DotDumper

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • cellebrite-srl/pacxplorerAvatar von cellebrite-srl

    cellebrite-srl/PacXplorer

    154Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗154
  • certcc/kaijuC

    certcc/kaiju

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • christhecoolhut/pinctfAvatar von ChrisTheCoolHut

    ChrisTheCoolHut/PinCTF

    505Auf GitHub ansehen↗

    Using Intel's PIN tool to solve CTF problems

    Python
    Auf GitHub ansehen↗505
  • cisco-talos/dyndataresolverC

    Cisco-Talos/DynDataResolver

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • c0demap/codemapC

    c0demap/codemap

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0