awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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/angrالصورة الرمزية لـ angr

    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/dnspyالصورة الرمزية لـ 0xd4d

    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-flossالصورة الرمزية لـ fireeye

    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

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

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/pandaالصورة الرمزية لـ moyix

    moyix/panda

    107عرض على GitHub↗

    Deprecated repo for PANDA 1.0 – see PANDA 2.0 repository

    C
    عرض على GitHub↗107
  • longld/pedaالصورة الرمزية لـ longld

    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/radare2الصورة الرمزية لـ radareorg

    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/binnaviالصورة الرمزية لـ google

    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/scyllaالصورة الرمزية لـ NtQuery

    NtQuery/Scylla

    1,385عرض على GitHub↗

    Imports Reconstructor

    C++
    عرض على GitHub↗1,385
  • nationalsecurityagency/ghidraالصورة الرمزية لـ NationalSecurityAgency

    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/bincatالصورة الرمزية لـ airbus-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/capstoneالصورة الرمزية لـ aquynh

    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/stringsifterالصورة الرمزية لـ fireeye

    fireeye/stringsifter

    756عرض على GitHub↗

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

    Python
    عرض على GitHub↗756
  • jonathansalwan/tritonالصورة الرمزية لـ JonathanSalwan

    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/ghidramcpالصورة الرمزية لـ LaurieWired

    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/slitherالصورة الرمزية لـ crytic

    crytic/slither

    6,141عرض على GitHub↗
    Pythonethereumsoliditystatic-analysis
    عرض على GitHub↗6,141
  • corkami/picsالصورة الرمزية لـ corkami

    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/retdecالصورة الرمزية لـ avast-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/functioninlinerالصورة الرمزية لـ cellebrite-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/novmpالصورة الرمزية لـ can1357

    can1357/NoVmp

    2,144عرض على GitHub↗

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

    C++devirtualizationvmprotectvtil
    عرض على GitHub↗2,144
  • avast/retdec-idapluginالصورة الرمزية لـ avast

    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/pacxplorerالصورة الرمزية لـ cellebrite-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/pinctfالصورة الرمزية لـ ChrisTheCoolHut

    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