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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to ntquery/scylla

Open-source alternatives to Scylla

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

  • 0xd4d/dnspy0xd4d avatar

    0xd4d/dnSpy

    29,539View on 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#
    View on GitHub↗29,539
  • aquynh/capstoneaquynh avatar

    aquynh/capstone

    8,839View on 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
    View on GitHub↗8,839
  • angr/angrangr avatar

    angr/angr

    8,898View on 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
    View on GitHub↗8,898

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • google/binnavigoogle avatar

    google/binnavi

    2,887View on 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
    View on GitHub↗2,887
  • binaryanalysisplatform/bapBinaryAnalysisPlatform avatar

    BinaryAnalysisPlatform/bap

    2,239View on GitHub↗

    Binary Analysis Platform

    OCaml
    View on GitHub↗2,239
  • moyix/pandamoyix avatar

    moyix/panda

    107View on GitHub↗

    Deprecated repo for PANDA 1.0 – see PANDA 2.0 repository

    C
    View on GitHub↗107
  • longld/pedalongld avatar

    longld/peda

    6,130View on 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
    View on GitHub↗6,130
  • c0demap/codemapC

    c0demap/codemap

    0View on GitHub↗
    View on GitHub↗0
  • boomerangdecompiler/boomerangBoomerangDecompiler avatar

    BoomerangDecompiler/boomerang

    403View on GitHub↗

    Boomerang Decompiler - Fighting the code-rot :)

    C++
    View on GitHub↗403
  • airbus-seclab/bincatairbus-seclab avatar

    airbus-seclab/bincat

    1,858View on GitHub↗

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

    OCaml
    View on GitHub↗1,858
  • codypierce/hackers-grepcodypierce avatar

    codypierce/hackers-grep

    170View on GitHub↗

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

    Python
    View on GitHub↗170
  • bwall/bamfdetectB

    bwall/bamfdetect

    0View on GitHub↗
    View on GitHub↗0
  • cxnder/bn-dyldsharedcacheC

    cxnder/bn-dyldsharedcache

    0View on GitHub↗

    Author: cynder (kat)

    View on GitHub↗0
  • calebfenton/dex-oracleCalebFenton avatar

    CalebFenton/dex-oracle

    505View on GitHub↗

    A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis. Also, the inspiration for another Android deobfuscator: Simplify.

    Ruby
    View on GitHub↗505
  • blacktop/ipswblacktop avatar

    blacktop/ipsw

    3,163View on 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
    View on GitHub↗3,163
  • binsigma/binsourcererB

    BinSigma/BinSourcerer

    0View on GitHub↗
    View on GitHub↗0
  • androguard/androguardandroguard avatar

    androguard/androguard

    6,116View on GitHub↗

    Reverse engineering and pentesting for Android applications

    Python
    View on GitHub↗6,116
  • cisco-talos/dyndataresolverC

    Cisco-Talos/DynDataResolver

    0View on GitHub↗
    View on GitHub↗0
  • cisco-talos/ghidaC

    Cisco-Talos/GhIDA

    0View on GitHub↗

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

    View on GitHub↗0
  • cisco-talos/pyreboxCisco-Talos avatar

    Cisco-Talos/pyrebox

    1,687View on GitHub↗

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

    C
    View on GitHub↗1,687
  • cisco-talos/ropmemuCisco-Talos avatar

    Cisco-Talos/ROPMEMU

    288View on GitHub↗

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

    Python
    View on GitHub↗288
  • cmu-sei/pharoscmu-sei avatar

    cmu-sei/pharos

    1,708View on GitHub↗

    Automated static analysis tools for binary programs

    C++
    View on GitHub↗1,708
  • christhecoolhut/pinctfChrisTheCoolHut avatar

    ChrisTheCoolHut/PinCTF

    505View on GitHub↗

    Using Intel's PIN tool to solve CTF problems

    Python
    View on GitHub↗505
  • corelan/monacorelan avatar

    corelan/mona

    1,869View on GitHub↗

    Corelan Repository for mona.py

    Python
    View on GitHub↗1,869
  • crypto2011/idrcrypto2011 avatar

    crypto2011/IDR

    1,138View on GitHub↗

    Interactive Delphi Reconstructor

    C++
    View on GitHub↗1,138
  • cseagle/freedomcseagle avatar

    cseagle/fREedom

    230View on GitHub↗

    capstone based disassembler for extracting to binnavi

    PLpgSQL
    View on GitHub↗230
  • cellebrite-srl/pacxplorercellebrite-srl avatar

    cellebrite-srl/PacXplorer

    154View on 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
    View on GitHub↗154
  • cxnder/ktoolcxnder avatar

    cxnder/ktool

    519View on GitHub↗

    MachO/ObjC Analysis Editing toolkit.

    Python
    View on GitHub↗519
  • cybershadow/rabcdasmCyberShadow avatar

    CyberShadow/RABCDAsm

    452View on GitHub↗

    Robust ABC (ActionScript Bytecode) Dis-Assembler

    D
    View on GitHub↗452
  • cellebrite-srl/functioninlinercellebrite-srl avatar

    cellebrite-srl/FunctionInliner

    226View on 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
    View on GitHub↗226