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 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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 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

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

    Cbinary-analysisdebugdebugger
    Auf GitHub ansehen↗3,885
  • nix-rust/nixAvatar von nix-rust

    nix-rust/nix

    2,986Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,986
  1. Home
  2. Operating Systems & Systems Programming
  3. Process Execution Controls

Unter-Tags erkunden

  • 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.