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

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

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

Open-source alternatives to PinCTF

30 open-source projects similar to christhecoolhut/pinctf, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best PinCTF 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
  • androguard/androguardandroguard 的头像

    androguard/androguard

    6,116在 GitHub 上查看↗

    Reverse engineering and pentesting for Android applications

    Python
    在 GitHub 上查看↗6,116
  • 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
  • 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

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • binaryanalysisplatform/bapBinaryAnalysisPlatform 的头像

    BinaryAnalysisPlatform/bap

    2,239在 GitHub 上查看↗

    Binary Analysis Platform

    OCaml
    在 GitHub 上查看↗2,239
  • boomerangdecompiler/boomerangBoomerangDecompiler 的头像

    BoomerangDecompiler/boomerang

    403在 GitHub 上查看↗

    Boomerang Decompiler - Fighting the code-rot :)

    C++
    在 GitHub 上查看↗403
  • bwall/bamfdetectB

    bwall/bamfdetect

    0在 GitHub 上查看↗
    在 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
  • crypto2011/idrcrypto2011 的头像

    crypto2011/IDR

    1,138在 GitHub 上查看↗

    Interactive Delphi Reconstructor

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

    CyberShadow/RABCDAsm

    452在 GitHub 上查看↗

    Robust ABC (ActionScript Bytecode) Dis-Assembler

    D
    在 GitHub 上查看↗452
  • devttys0/binwalkdevttys0 的头像

    devttys0/binwalk

    14,048在 GitHub 上查看↗

    Binwalk is a firmware analysis tool and binary data carver used to identify and extract embedded files and data segments from binary images. It functions as an embedded file extractor and data entropy analyzer to retrieve fragments from binary blobs when original file system structures are missing. The tool employs signature-based pattern matching and linear byte-stream scanning to detect known byte sequences and isolate hidden files. It uses sliding-window entropy analysis to locate regions of a file that are compressed or encrypted. The system supports recursive file carving, utilizing heu

    Rust
    在 GitHub 上查看↗14,048
  • eteran/edb-debuggereteran 的头像

    eteran/edb-debugger

    2,926在 GitHub 上查看↗

    edb is a cross-platform AArch32/x86/x86-64 debugger.

    C++c-plus-pluscapstonedebugger
    在 GitHub 上查看↗2,926
  • fireeye/stringsifterfireeye 的头像

    fireeye/stringsifter

    756在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗756
  • 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
  • hugsy/codebrohugsy 的头像

    hugsy/codebro

    47在 GitHub 上查看↗

    Web based code browser using clang to provide basic code analysis.

    HTML
    在 GitHub 上查看↗47
  • hugsy/gefhugsy 的头像

    hugsy/gef

    8,020在 GitHub 上查看↗

    GEF is a Python-based extension for GDB that serves as a framework for binary analysis, exploit development, and low-level debugging. It functions as a dynamic analysis extension designed to assist in reverse engineering workflows and malware analysis by enhancing the debugger's ability to inspect process state and memory. The project is distinguished by its specialized heap analysis tools, which allow for the inspection of glibc heap arenas, bins, and chunks to detect memory corruption. It also provides a dedicated toolkit for exploit development, including cyclic pattern generation for offs

    Pythonbinary-ninjactfdebugging
    在 GitHub 上查看↗8,020
  • ispras/qemuispras 的头像

    ispras/qemu

    52在 GitHub 上查看↗

    QEMU README

    C
    在 GitHub 上查看↗52
  • joelpx/plasmajoelpx 的头像

    joelpx/plasma

    3,072在 GitHub 上查看↗

    Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.

    Python
    在 GitHub 上查看↗3,072
  • 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
  • joxeankoret/pyewjoxeankoret 的头像

    joxeankoret/pyew

    394在 GitHub 上查看↗

    Official repository for Pyew.

    Python
    在 GitHub 上查看↗394
  • kirschju/demovfuscatorkirschju 的头像

    kirschju/demovfuscator

    762在 GitHub 上查看↗

    A work-in-progress deobfuscator for movfuscated binaries

    C++
    在 GitHub 上查看↗762
  • korcankaraokcu/pincekorcankaraokcu 的头像

    korcankaraokcu/PINCE

    2,767在 GitHub 上查看↗

    PINCE is a dynamic debugger, instruction tracer, and memory scanner designed for the analysis and manipulation of running processes. It functions as a process memory manipulator and editor, allowing for the identification, modification, and monitoring of values within a target application's active memory. The tool distinguishes itself through memory pointer analysis, tracing addresses and offsets to locate static pointers that lead to dynamic data across different sessions. It also enables the execution of internal functions within a running process by manipulating the instruction pointer and

    Pythonassemblercheat-enginedebugging-tool
    在 GitHub 上查看↗2,767
  • 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
  • lxdvs/apk2goldlxdvs 的头像

    lxdvs/apk2gold

    696在 GitHub 上查看↗

    CLI tool for decompiling Android apps to Java. It does resources! It does Java! Its real easy!

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

    moyix/panda

    107在 GitHub 上查看↗

    Deprecated repo for PANDA 1.0 – see PANDA 2.0 repository

    C
    在 GitHub 上查看↗107
  • 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
  • ntquery/scyllaNtQuery 的头像

    NtQuery/Scylla

    1,385在 GitHub 上查看↗

    Imports Reconstructor

    C++
    在 GitHub 上查看↗1,385