awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • pwndbg/pwndbgpwndbg का अवतार

    pwndbg/pwndbg

    10,051GitHub पर देखें↗

    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
    GitHub पर देखें↗10,051
  • mamedev/mamemamedev का अवतार

    mamedev/mame

    9,929GitHub पर देखें↗

    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++
    GitHub पर देखें↗9,929
  • rocm/rocmROCm का अवतार

    ROCm/ROCm

    6,645GitHub पर देखें↗

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

    Shelldocumentation
    GitHub पर देखें↗6,645
  • nvidia/isaac-gr00tNVIDIA का अवतार

    NVIDIA/Isaac-GR00T

    6,222GitHub पर देखें↗

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

    Jupyter Notebook
    GitHub पर देखें↗6,222
  • x64dbg/scyllahidex64dbg का अवतार

    x64dbg/ScyllaHide

    4,167GitHub पर देखें↗

    ScyllaHide एक एंटी-डीबगर बायपास प्लगइन और रिवर्स इंजीनियरिंग टूल है जिसे किसी टारगेट एप्लिकेशन से डीबगर को छिपाने के लिए डिज़ाइन किया गया है। यह एक यूजर-मोड API हुकिंग लाइब्रेरी और DLL इंजेक्शन फ्रेमवर्क के रूप में कार्य करता है जो प्रोग्राम्स को विश्लेषण किए जाने के दौरान खुद का पता लगाने और बंद होने से रोकता है। यह प्रोजेक्ट सुरक्षा सुरक्षा को बेअसर करके मैलवेयर विश्लेषण और संरक्षित सॉफ्टवेयर के अध्ययन को सक्षम बनाता है। यह एप्लिकेशन को उनके निष्पादन वातावरण के बारे में धोखा देने के लिए सिस्टम लाइब्रेरी प्रतिक्रियाओं को इंटरसेप्ट और संशोधित करके इसे प्राप्त करता है। यह यूटिलिटी स्टील्थ बनाए रखने के लिए कई तकनीकी तरीकों का उपयोग करती है, जिसमें इनलाइन API हुकिंग, सिस्टम कॉल प्रॉक्सीिंग और प्रोसेस एनवायरनमेंट ब्लॉक पैचिंग शामिल है। यह यूजर-मोड ट्रैप्स को भी संभालती है और संवेदनशील API प्रतिक्रियाओं को फिल्टर करने के लिए डायनेमिक लाइब्रेरी रिडायरेक्शन का उपयोग करती है।

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

    C++
    GitHub पर देखें↗4,167
  1. Home
  2. Development Tools & Productivity
  3. Debugger Plugins

सब-टैग एक्सप्लोर करें

  • 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 सब-टैगExtensions 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.