awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesSystem and Hardware Event Hooks

Hooks for processor instructions, interrupts, and memory operations to trigger custom logic.

Distinct from Input Event Interception: Distinct from input event interception: focuses on low-level processor and system events rather than raw input signals.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · System and Hardware Event Hooks. Refine with filters or upvote what's useful.

Awesome System and Hardware Event Hooks GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • hyperdbg/hyperdbgAvatar HyperDbg

    HyperDbg/HyperDbg

    3,885Vezi pe 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

    Hooks processor instructions, interrupts, and memory operations to trigger custom logic during kernel and user-mode execution.

    Cbinary-analysisdebugdebugger
    Vezi pe GitHub↗3,885
  • yse/easy_profilerAvatar yse

    yse/easy_profiler

    2,360Vezi pe GitHub↗

    Easy Profiler is a performance profiling library for C++ applications designed to measure execution duration and identify bottlenecks. It provides a framework for instrumenting code blocks to track performance metrics, allowing for the analysis of thread activity and system behavior through detailed timeline visualization. The library distinguishes itself by utilizing scope-based instrumentation to automatically track code lifecycles, minimizing manual overhead. It employs thread-local buffering and asynchronous data flushing to reduce synchronization contention, ensuring that performance dat

    Intercepts OS-level thread scheduling and context switch events to correlate application performance with hardware resource usage.

    C++performanceprofilertoolkit
    Vezi pe GitHub↗2,360
  • blackrosezy/gui-inspect-toolAvatar blackrosezy

    blackrosezy/gui-inspect-tool

    1,173Vezi pe GitHub↗

    Gui Inspect Tool is a diagnostic utility designed for examining Windows graphical interface hierarchies, monitoring accessibility events, and inspecting window styles. It functions as a desktop application inspection tool that reveals window hierarchies, handle values, styles, and system-level properties of running Windows applications. The software provides capabilities for traversing accessibility tree hierarchies to extract element properties and structural user interface nodes. It includes real-time event hooking to intercept and log asynchronous accessibility and window messages as they

    Registers system-wide hooks to intercept asynchronous accessibility and window messages in real time.

    Vezi pe GitHub↗1,173
  1. Home
  2. Operating Systems & Systems Programming
  3. Hardware Interfacing and Drivers
  4. Input Event Interception
  5. System and Hardware Event Hooks

Explorează sub-etichetele

  • System-Wide Message HooksRegisters global event hooks to intercept and log window and accessibility messages. **Distinct from System and Hardware Event Hooks:** Distinct from processor hooks: targets operating system window message interception.
  • Thread Scheduling HooksIntercepts operating system thread context switches and scheduling events to correlate application performance with hardware utilization. **Distinct from System and Hardware Event Hooks:** Distinct from System and Hardware Event Hooks: specifically targets thread scheduling and context switches rather than general hardware interrupts.