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

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

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

2 个仓库

Awesome GitHub RepositoriesProcess Execution Controls

Safe wrappers for spawning, scheduling, and tracing system processes.

Distinct from Process Execution Control: Candidates focus on Node.js wrappers, administrative killing/renicing, or evasion techniques rather than general Rust system call bindings for process spawning.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Process Execution Controls. Refine with filters or upvote what's useful.

Awesome Process Execution Controls GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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

    Launches target applications from their entry point under debugger control to monitor execution from the start.

    Cbinary-analysisdebugdebugger
    在 GitHub 上查看↗3,885
  • nix-rust/nixnix-rust 的头像

    nix-rust/nix

    2,986在 GitHub 上查看↗

    nix is a Unix system API library and Rust system programming interface that provides type-safe bindings for invoking low-level system calls. It serves as a low-level operating system wrapper and POSIX compatibility layer, allowing for kernel interactions and administrative tasks through safe wrappers around platform-specific APIs. The project provides a kernel device interface for controlling hardware devices, managing kernel modules, and configuring terminal interfaces. It differentiates itself by offering type-safe wrappers for memory mapping and zero-copy input-output operations to reduce

    Provides type-safe wrappers to spawn, schedule, and trace processes for controlling execution domains.

    Rustlibcrustrust-bindings
    在 GitHub 上查看↗2,986
  1. Home
  2. Operating Systems & Systems Programming
  3. Process Execution Controls

探索子标签

  • Process Execution LaunchersUtilities for spawning and initializing target processes under debugger control. **Distinct from Process Execution Controls:** Distinct from Process Execution Controls: focuses on the specific act of launching and attaching to a new process for debugging, rather than general process management.