2 repository-uri
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.
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.
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.