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 RepositoriesGuest State Emulation

Simulation of the memory and register state of a guest architecture to maintain execution compatibility.

Distinct from Emulated Memory Access: Focuses on the full architectural state (registers and memory) of a guest machine, not just isolated device memory access.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Guest State Emulation. Refine with filters or upvote what's useful.

Awesome Guest State Emulation GitHub Repositories

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

    seL4/seL4

    5,583Vezi pe GitHub↗

    seL4 is a formally verified microkernel whose C implementation is backed by machine-checked mathematical proofs of correctness, confidentiality, integrity, and availability. It enforces strict isolation between processes through hardware-enforced address space separation and a capability-based access control system, where each process holds explicit rights only to the resources it has been granted. The kernel exposes hardware resources through a minimal API of system calls that manage threads, address spaces, and inter-process communication, with synchronous IPC supporting sender-identifying b

    Emulates GICv2 on ARM and PIC/LAPIC on IA32 interrupt controllers for guest virtual machines.

    Cmicrokernelossel4
    Vezi pe GitHub↗5,583
  • ran-j/ps2recompAvatar ran-j

    ran-j/PS2Recomp

    2,689Vezi pe GitHub↗

    PS2Recomp is a static recompiler for PlayStation 2 that translates machine instructions from executable binaries into source code to enable execution on modern hardware. It functions as a binary-to-source translator and a binary analysis tool designed to facilitate the preservation of legacy software. The project distinguishes itself through a hardware emulation runtime that manages memory models and register contexts, combined with a static binary patcher for replacing raw instructions and overriding function bindings. It utilizes a specialized vector unit instruction execution system that m

    Implements a guest memory model and register context to provide a compatible execution environment for translated code.

    C++ps2recompilereverse-engineering
    Vezi pe GitHub↗2,689
  1. Home
  2. Software Engineering & Architecture
  3. Integer Arithmetic
  4. Pointer Arithmetic
  5. Emulated Memory Access
  6. Guest State Emulation

Explorează sub-etichetele

  • Interrupt Controller EmulatorsEmulation of hardware interrupt controllers such as GICv2 and PIC/LAPIC for guest virtual machines. **Distinct from Guest State Emulation:** Distinct from Guest State Emulation: focuses specifically on interrupt controller hardware emulation, not full architectural state simulation.