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

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

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

Open-source alternatives to Panda

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

  • 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
  • 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
  • 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

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • 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
  • binaryanalysisplatform/bapBinaryAnalysisPlatform 的头像

    BinaryAnalysisPlatform/bap

    2,239在 GitHub 上查看↗

    Binary Analysis Platform

    OCaml
    在 GitHub 上查看↗2,239
  • ntquery/scyllaNtQuery 的头像

    NtQuery/Scylla

    1,385在 GitHub 上查看↗

    Imports Reconstructor

    C++
    在 GitHub 上查看↗1,385
  • 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
  • c0demap/codemapC

    c0demap/codemap

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • boomerangdecompiler/boomerangBoomerangDecompiler 的头像

    BoomerangDecompiler/boomerang

    403在 GitHub 上查看↗

    Boomerang Decompiler - Fighting the code-rot :)

    C++
    在 GitHub 上查看↗403
  • 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
  • corelan/monacorelan 的头像

    corelan/mona

    1,869在 GitHub 上查看↗

    Corelan Repository for mona.py

    Python
    在 GitHub 上查看↗1,869
  • bwall/bamfdetectB

    bwall/bamfdetect

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • cxnder/ktoolcxnder 的头像

    cxnder/ktool

    519在 GitHub 上查看↗

    MachO/ObjC Analysis Editing toolkit.

    Python
    在 GitHub 上查看↗519
  • 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
  • blacktop/ipswblacktop 的头像

    blacktop/ipsw

    3,163在 GitHub 上查看↗

    ipsw is a specialized toolkit for iOS firmware analysis, binary reverse engineering, and hardware interaction. It provides a suite of tools for downloading, extracting, and analyzing firmware images and kernel caches, alongside a MachO binary analysis tool for disassembling and patching executables. The project distinguishes itself through integrated language-model-powered code reconstruction to translate machine code into high-level source code. It also features an automation client for the App Store Connect API to manage certificates and application settings. The framework covers a broad r

    Goappleclass-dumpdyld
    在 GitHub 上查看↗3,163
  • binsigma/binsourcererB

    BinSigma/BinSourcerer

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • androguard/androguardandroguard 的头像

    androguard/androguard

    6,116在 GitHub 上查看↗

    Reverse engineering and pentesting for Android applications

    Python
    在 GitHub 上查看↗6,116
  • cisco-talos/ghidaC

    Cisco-Talos/GhIDA

    0在 GitHub 上查看↗

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

    在 GitHub 上查看↗0
  • cisco-talos/pyreboxCisco-Talos 的头像

    Cisco-Talos/pyrebox

    1,687在 GitHub 上查看↗

    Python scriptable Reverse Engineering Sandbox, a Virtual Machine instrumentation and inspection framework based on QEMU

    C
    在 GitHub 上查看↗1,687
  • cisco-talos/ropmemuCisco-Talos 的头像

    Cisco-Talos/ROPMEMU

    288在 GitHub 上查看↗

    ROPMEMU is a framework to analyze, dissect and decompile complex code-reuse attacks.

    Python
    在 GitHub 上查看↗288
  • cmu-sei/pharoscmu-sei 的头像

    cmu-sei/pharos

    1,708在 GitHub 上查看↗

    Automated static analysis tools for binary programs

    C++
    在 GitHub 上查看↗1,708
  • codypierce/hackers-grepcodypierce 的头像

    codypierce/hackers-grep

    170在 GitHub 上查看↗

    hackers-grep is a utility to search for strings in PE executables including imports, exports, and debug symbols

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

    Cisco-Talos/DynDataResolver

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • crypto2011/idrcrypto2011 的头像

    crypto2011/IDR

    1,138在 GitHub 上查看↗

    Interactive Delphi Reconstructor

    C++
    在 GitHub 上查看↗1,138
  • cseagle/freedomcseagle 的头像

    cseagle/fREedom

    230在 GitHub 上查看↗

    capstone based disassembler for extracting to binnavi

    PLpgSQL
    在 GitHub 上查看↗230
  • cxnder/bn-dyldsharedcacheC

    cxnder/bn-dyldsharedcache

    0在 GitHub 上查看↗

    Author: cynder (kat)

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

    ChrisTheCoolHut/PinCTF

    505在 GitHub 上查看↗

    Using Intel's PIN tool to solve CTF problems

    Python
    在 GitHub 上查看↗505
  • cybershadow/rabcdasmCyberShadow 的头像

    CyberShadow/RABCDAsm

    452在 GitHub 上查看↗

    Robust ABC (ActionScript Bytecode) Dis-Assembler

    D
    在 GitHub 上查看↗452
  • danigargu/heap-viewerD

    danigargu/heap-viewer

    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