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,885GitHub पर देखें↗

    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,986GitHub पर देखें↗

    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.