awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesExecution Mode Transitions

Mechanisms for shifting platform functionality between different CPU execution contexts, such as SMM to OS context.

Distinct from Execution Context Management: Specifically covers the transition between processor privilege modes/contexts rather than general thread or memory mapping.

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

Awesome Execution Mode Transitions GitHub Repositories

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

    tianocore/edk2

    6,061Vezi pe GitHub↗

    edk2 is a development project for creating system firmware that complies with the UEFI specification. It provides the necessary infrastructure to initialize hardware platforms and boot operating systems across multiple CPU architectures. The project utilizes a modular firmware architecture that decouples high-level management protocols from physical transport layers. It implements critical security features, including a measured boot chain, cryptographic primitives for image authentication, and support for Trusted Platform Module hardware and software implementations. Its capability surface

    Moves platform-specific functionality from System Management Mode into modules that execute within the OS context for improved stability.

    Ccfirmwarepython
    Vezi pe GitHub↗6,061
  • 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

    Tracks switches between user-mode and kernel-mode execution to identify system calls, interrupts, or exceptions.

    Cbinary-analysisdebugdebugger
    Vezi pe GitHub↗3,885
  1. Home
  2. Operating Systems & Systems Programming
  3. Execution Context Management
  4. Execution Mode Transitions

Explorează sub-etichetele

  • Execution Mode Transition MonitorsTracking switches between user-mode and kernel-mode execution to identify system calls and interrupts. **Distinct from Execution Mode Transitions:** Distinct from Execution Mode Transitions: focuses on monitoring and identifying transitions rather than the mechanism of shifting contexts.