awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesDebugger Plugins

Extensions that add specialized memory inspection and automation capabilities to a core debugger like GDB.

Distinguishing note: None of the candidates refer to debugger plugins or GDB extensions.

Explore 5 awesome GitHub repositories matching development tools & productivity · Debugger Plugins. Refine with filters or upvote what's useful.

Awesome Debugger Plugins GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • pwndbg/pwndbgAvatar pwndbg

    pwndbg/pwndbg

    10,051Vezi pe GitHub↗

    pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and low-level program analysis. It extends the core functionality of the debugger to provide advanced memory inspection and automation tools. The project distinguishes itself with specialized capabilities for heap analysis across glibc, jemalloc, and musl, as well as a comprehensive kernel debugging toolkit for inspecting Linux kernel tasks and slab allocators. It includes an integrated ROP gadget searcher for constructing exploit chains and an LLM-powered debugging assistant that provi

    Provides an advanced GDB plugin for memory inspection and automation in exploit development.

    Pythonbinary-ninjacapture-the-flagctf
    Vezi pe GitHub↗10,051
  • mamedev/mameAvatar mamedev

    mamedev/mame

    9,929Vezi pe GitHub↗

    MAME is a vintage hardware emulation platform designed to recreate the circuitry of arcade games, computers, and consoles to run original software on modern devices. It functions as a retro gaming preservation framework for managing, verifying, and archiving ROM sets and disk images to ensure long-term software accessibility. The project features a system debugging tool for inspecting emulated memory, CPU registers, and execution flow via breakpoints and disassembly. It also includes a Lua-based automation layer that exposes core system state and hardware controls for custom behavior and anal

    MAME reads and executes a sequence of debugger commands from a text file.

    C++
    Vezi pe GitHub↗9,929
  • rocm/rocmAvatar ROCm

    ROCm/ROCm

    6,645Vezi pe GitHub↗

    Ships a GDB-based debugger for inspecting and controlling GPU-accelerated programs on AMD hardware.

    Shelldocumentation
    Vezi pe GitHub↗6,645
  • nvidia/isaac-gr00tAvatar NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Vezi pe GitHub↗

    Develops custom GPU debuggers using a public, abstracted debugging API that supports architectures from Maxwell onward.

    Jupyter Notebook
    Vezi pe GitHub↗6,222
  • x64dbg/scyllahideAvatar x64dbg

    x64dbg/ScyllaHide

    4,167Vezi pe GitHub↗

    ScyllaHide este un plugin de bypass pentru anti-debugger și un instrument de reverse engineering conceput pentru a ascunde un debugger de o aplicație țintă. Funcționează ca o bibliotecă de hooking API în user-mode și un framework de injectare DLL care previne detectarea și închiderea programelor în timpul analizei. Proiectul permite analiza malware-ului și studiul software-ului protejat prin neutralizarea apărărilor de securitate. Acest lucru este realizat prin interceptarea și modificarea răspunsurilor bibliotecilor de sistem pentru a induce în eroare aplicațiile cu privire la mediul lor de execuție. Utilitarul folosește mai multe metode tehnice pentru a menține stealth-ul, inclusiv inline API hooking, proxying pentru apeluri de sistem și patching pentru process environment block (PEB). De asemenea, gestionează trap-urile în user-mode și utilizează redirecționarea bibliotecilor dinamice pentru a filtra răspunsurile API sensibile.

    Functions as a debugger plugin that hides the debugger from the target application.

    C++
    Vezi pe GitHub↗4,167
  1. Home
  2. Development Tools & Productivity
  3. Debugger Plugins

Explorează sub-etichetele

  • Command ScriptingCapabilities for executing predefined sequences of debugger commands from external files to automate analysis. **Distinct from Debugger Plugins:** Focuses on the execution of command scripts rather than general plugin-based extensions of the debugger
  • GPU Debugger Extensions1 sub-tagExtensions that add GPU thread inspection, memory access, and breakpoint support to a core debugger like GDB. **Distinct from Debugger Plugins:** Distinct from general Debugger Plugins: focuses specifically on GPU-accelerated program debugging rather than general-purpose debugger extensions.