awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 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/dnspyAvatar 0xd4d

    0xd4d/dnSpy

    29,539Vezi pe 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#
    Vezi pe GitHub↗29,539
  • androguard/androguardAvatar androguard

    androguard/androguard

    6,116Vezi pe GitHub↗

    Reverse engineering and pentesting for Android applications

    Python
    Vezi pe GitHub↗6,116
  • angr/angrAvatar angr

    angr/angr

    8,898Vezi pe 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
    Vezi pe GitHub↗8,898
  • aquynh/capstoneAvatar aquynh

    aquynh/capstone

    8,839Vezi pe 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
    Vezi pe GitHub↗8,839

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • binaryanalysisplatform/bapAvatar BinaryAnalysisPlatform

    BinaryAnalysisPlatform/bap

    2,239Vezi pe GitHub↗

    Binary Analysis Platform

    OCaml
    Vezi pe GitHub↗2,239
  • boomerangdecompiler/boomerangAvatar BoomerangDecompiler

    BoomerangDecompiler/boomerang

    403Vezi pe GitHub↗

    Boomerang Decompiler - Fighting the code-rot :)

    C++
    Vezi pe GitHub↗403
  • bwall/bamfdetectB

    bwall/bamfdetect

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • cisco-talos/pyreboxAvatar Cisco-Talos

    Cisco-Talos/pyrebox

    1,687Vezi pe GitHub↗

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

    C
    Vezi pe GitHub↗1,687
  • cisco-talos/ropmemuAvatar Cisco-Talos

    Cisco-Talos/ROPMEMU

    288Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗288
  • cmu-sei/pharosAvatar cmu-sei

    cmu-sei/pharos

    1,708Vezi pe GitHub↗

    Automated static analysis tools for binary programs

    C++
    Vezi pe GitHub↗1,708
  • codypierce/hackers-grepAvatar codypierce

    codypierce/hackers-grep

    170Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗170
  • crypto2011/idrAvatar crypto2011

    crypto2011/IDR

    1,138Vezi pe GitHub↗

    Interactive Delphi Reconstructor

    C++
    Vezi pe GitHub↗1,138
  • cybershadow/rabcdasmAvatar CyberShadow

    CyberShadow/RABCDAsm

    452Vezi pe GitHub↗

    Robust ABC (ActionScript Bytecode) Dis-Assembler

    D
    Vezi pe GitHub↗452
  • devttys0/binwalkAvatar devttys0

    devttys0/binwalk

    14,048Vezi pe 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
    Vezi pe GitHub↗14,048
  • eteran/edb-debuggerAvatar eteran

    eteran/edb-debugger

    2,926Vezi pe GitHub↗

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

    C++c-plus-pluscapstonedebugger
    Vezi pe GitHub↗2,926
  • fireeye/stringsifterAvatar fireeye

    fireeye/stringsifter

    756Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗756
  • google/binnaviAvatar google

    google/binnavi

    2,887Vezi pe 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
    Vezi pe GitHub↗2,887
  • hugsy/codebroAvatar hugsy

    hugsy/codebro

    47Vezi pe GitHub↗

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

    HTML
    Vezi pe GitHub↗47
  • hugsy/gefAvatar hugsy

    hugsy/gef

    8,020Vezi pe 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
    Vezi pe GitHub↗8,020
  • ispras/qemuAvatar ispras

    ispras/qemu

    52Vezi pe GitHub↗

    QEMU README

    C
    Vezi pe GitHub↗52
  • joelpx/plasmaAvatar joelpx

    joelpx/plasma

    3,072Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗3,072
  • jonathansalwan/tritonAvatar JonathanSalwan

    JonathanSalwan/Triton

    4,202Vezi pe 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++
    Vezi pe GitHub↗4,202
  • joxeankoret/pyewAvatar joxeankoret

    joxeankoret/pyew

    394Vezi pe GitHub↗

    Official repository for Pyew.

    Python
    Vezi pe GitHub↗394
  • kirschju/demovfuscatorAvatar kirschju

    kirschju/demovfuscator

    762Vezi pe GitHub↗

    A work-in-progress deobfuscator for movfuscated binaries

    C++
    Vezi pe GitHub↗762
  • korcankaraokcu/pinceAvatar korcankaraokcu

    korcankaraokcu/PINCE

    2,767Vezi pe 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
    Vezi pe GitHub↗2,767
  • longld/pedaAvatar longld

    longld/peda

    6,130Vezi pe 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
    Vezi pe GitHub↗6,130
  • lxdvs/apk2goldAvatar lxdvs

    lxdvs/apk2gold

    696Vezi pe GitHub↗

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

    Shell
    Vezi pe GitHub↗696
  • moyix/pandaAvatar moyix

    moyix/panda

    107Vezi pe GitHub↗

    Deprecated repo for PANDA 1.0 – see PANDA 2.0 repository

    C
    Vezi pe GitHub↗107
  • nationalsecurityagency/ghidraAvatar NationalSecurityAgency

    NationalSecurityAgency/ghidra

    69,740Vezi pe 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
    Vezi pe GitHub↗69,740
  • ntquery/scyllaAvatar NtQuery

    NtQuery/Scylla

    1,385Vezi pe GitHub↗

    Imports Reconstructor

    C++
    Vezi pe GitHub↗1,385