2 रिपॉजिटरी
Attaches a kernel debugger to a user-mode process by setting flags and breakpoints at process creation.
Distinct from Kernel Debuggers: Distinct from Kernel Debuggers: focuses on attaching kernel debugger to user-mode processes, not debugging compute kernels.
Explore 2 awesome GitHub repositories matching development tools & productivity · User-Mode Process Attachments. Refine with filters or upvote what's useful.
SSHFS-Win is a Windows implementation of SSHFS that mounts remote directories over SSH as local Windows drives, enabling seamless file access as if they were local network drives. It provides both command-line and graphical interfaces for creating, managing, and disconnecting SSHFS mounts, supporting password or SSH key authentication with optional credential storage in the Windows Credential Manager. The project extends beyond basic SSH mounting to support a wide range of remote file access scenarios, including mounting cloud storage services like Azure Blob or Amazon S3, distributed POSIX f
Attaches kernel debuggers to user-mode processes for debugging at process creation.
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
Connects to active user-mode processes at the hypervisor level to pause execution and intercept threads without standard OS APIs.