awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 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 de angr

    angr/angr

    8,898Ver en 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
    Ver en GitHub↗8,898
  • 0xd4d/dnspyAvatar de 0xd4d

    0xd4d/dnSpy

    29,539Ver en 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#
    Ver en GitHub↗29,539
  • fireeye/flare-flossAvatar de fireeye

    fireeye/flare-floss

    4,054Ver en 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
    Ver en GitHub↗4,054

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • cisco-talos/ghidaC

    Cisco-Talos/GhIDA

    0Ver en GitHub↗

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

    Ver en GitHub↗0
  • moyix/pandaAvatar de moyix

    moyix/panda

    107Ver en GitHub↗

    Deprecated repo for PANDA 1.0 – see PANDA 2.0 repository

    C
    Ver en GitHub↗107
  • longld/pedaAvatar de longld

    longld/peda

    6,130Ver en 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
    Ver en GitHub↗6,130
  • radareorg/radare2Avatar de radareorg

    radareorg/radare2

    23,120Ver en 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
    Ver en GitHub↗23,120
  • google/binnaviAvatar de google

    google/binnavi

    2,887Ver en 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
    Ver en GitHub↗2,887
  • ntquery/scyllaAvatar de NtQuery

    NtQuery/Scylla

    1,385Ver en GitHub↗

    Imports Reconstructor

    C++
    Ver en GitHub↗1,385
  • nationalsecurityagency/ghidraAvatar de NationalSecurityAgency

    NationalSecurityAgency/ghidra

    69,740Ver en 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
    Ver en GitHub↗69,740
  • airbus-seclab/bincatAvatar de airbus-seclab

    airbus-seclab/bincat

    1,858Ver en GitHub↗

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

    OCaml
    Ver en GitHub↗1,858
  • aquynh/capstoneAvatar de aquynh

    aquynh/capstone

    8,839Ver en 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
    Ver en GitHub↗8,839
  • fireeye/stringsifterAvatar de fireeye

    fireeye/stringsifter

    756Ver en GitHub↗

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

    Python
    Ver en GitHub↗756
  • jonathansalwan/tritonAvatar de JonathanSalwan

    JonathanSalwan/Triton

    4,202Ver en 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++
    Ver en GitHub↗4,202
  • lauriewired/ghidramcpAvatar de LaurieWired

    LaurieWired/GhidraMCP

    7,649Ver en 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
    Ver en GitHub↗7,649
  • crytic/slitherAvatar de crytic

    crytic/slither

    6,141Ver en GitHub↗
    Pythonethereumsoliditystatic-analysis
    Ver en GitHub↗6,141
  • corkami/picsAvatar de corkami

    corkami/pics

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

    binref/refinery

    0Ver en GitHub↗
    Ver en GitHub↗0
  • avast-tl/retdecAvatar de avast-tl

    avast-tl/retdec

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

    ajpc500/RelayRumbler

    0Ver en GitHub↗
    Ver en GitHub↗0
  • cellebrite-srl/functioninlinerAvatar de cellebrite-srl

    cellebrite-srl/FunctionInliner

    226Ver en 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
    Ver en GitHub↗226
  • carbonblack/bineeC

    carbonblack/binee

    0Ver en GitHub↗
    Ver en GitHub↗0
  • can1357/novmpAvatar de can1357

    can1357/NoVmp

    2,144Ver en GitHub↗

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

    C++devirtualizationvmprotectvtil
    Ver en GitHub↗2,144
  • avast/retdec-idapluginAvatar de avast

    avast/retdec-idaplugin

    799Ver en GitHub↗

    RetDec plugin for IDA (Interactive Disassembler).

    C++
    Ver en GitHub↗799
  • advanced-threat-research/dotdumperA

    advanced-threat-research/DotDumper

    0Ver en GitHub↗
    Ver en GitHub↗0
  • cellebrite-srl/pacxplorerAvatar de cellebrite-srl

    cellebrite-srl/PacXplorer

    154Ver en 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
    Ver en GitHub↗154
  • certcc/kaijuC

    certcc/kaiju

    0Ver en GitHub↗
    Ver en GitHub↗0
  • christhecoolhut/pinctfAvatar de ChrisTheCoolHut

    ChrisTheCoolHut/PinCTF

    505Ver en GitHub↗

    Using Intel's PIN tool to solve CTF problems

    Python
    Ver en GitHub↗505
  • cisco-talos/dyndataresolverC

    Cisco-Talos/DynDataResolver

    0Ver en GitHub↗
    Ver en GitHub↗0
  • c0demap/codemapC

    c0demap/codemap

    0Ver en GitHub↗
    Ver en GitHub↗0