awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesMulti-Process Debug Sessions

Capabilities for attaching to and controlling multiple processes simultaneously within a single debugger session.

Distinct from Debugger Process Management: Distinct from Debugger Process Management: focuses on simultaneous multi-process attachment and control, not single-process lifecycle management.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Multi-Process Debug Sessions. Refine with filters or upvote what's useful.

Awesome Multi-Process Debug Sessions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • epicgamesext/raddebuggerAvatar von EpicGamesExt

    EpicGamesExt/raddebugger

    7,138Auf GitHub ansehen↗

    Raddebugger is a native Windows x64 debugger that also functions as a high-speed PE/COFF linker and a PDB/DWARF debug information converter. It combines these three capabilities into a single development tool aimed at inspecting and controlling native x64 Windows applications, with the ability to attach to multiple processes simultaneously within one session. The debugger is built around a custom binary debug format that converts standard PDB and DWARF symbols into a compact representation for fast loading and minimal memory overhead. It includes a fuzzy symbol search engine for locating func

    Attaching to and controlling multiple Windows x64 processes simultaneously within a single debugger session.

    C
    Auf GitHub ansehen↗7,138
  • hyperdbg/hyperdbgAvatar von HyperDbg

    HyperDbg/HyperDbg

    3,885Auf GitHub ansehen↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Manages and switches between multiple process or thread contexts to analyze complex multi-tasking environments.

    Cbinary-analysisdebugdebugger
    Auf GitHub ansehen↗3,885
  1. Home
  2. Operating Systems & Systems Programming
  3. Multi-Process Debug Sessions

Unter-Tags erkunden

  • Session DetachmentTerminating debugging sessions while maintaining the target process execution. **Distinct from Multi-Process Debug Sessions:** Distinct from Multi-Process Debug Sessions: focuses on the lifecycle management of detaching from a process rather than multi-process attachment.