awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesUser-Mode Process Attachments

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.

Awesome User-Mode Process Attachments GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • winfsp/sshfs-winwinfsp 的头像

    winfsp/sshfs-win

    6,262在 GitHub 上查看↗

    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.

    Csftpsshsshfs
    在 GitHub 上查看↗6,262
  • hyperdbg/hyperdbgHyperDbg 的头像

    HyperDbg/HyperDbg

    3,885在 GitHub 上查看↗

    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.

    Cbinary-analysisdebugdebugger
    在 GitHub 上查看↗3,885
  1. Home
  2. Development Tools & Productivity
  3. Performance Debugging
  4. Kernel Debuggers
  5. User-Mode Process Attachments

探索子标签

  • Execution PausingMechanisms for interrupting the execution of a running thread to allow for state inspection. **Distinct from User-Mode Process Attachments:** Distinct from User-Mode Process Attachments: focuses on the runtime pausing mechanism rather than the initial attachment process.