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
·

4 repository-uri

Awesome GitHub RepositoriesEmulated Process Debugging

Tools specifically designed to analyze signals and crashes within an emulated execution environment.

Distinct from Application Debugging: Distinct from general application debugging; focuses on the unique challenges of debugging binaries running via translation.

Explore 4 awesome GitHub repositories matching development tools & productivity · Emulated Process Debugging. Refine with filters or upvote what's useful.

Awesome Emulated Process Debugging GitHub Repositories

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

    asLody/VirtualApp

    11,010Vezi pe GitHub↗

    VirtualApp is an Android application virtualization engine and user-space sandbox that enables the execution of applications within an isolated environment. It allows for the running of multiple independent instances of the same application on a single device and supports private application installation without requiring system-level root access. The project features a comprehensive hooking framework for intercepting Java and native layer functions to modify application behavior. It includes tools for hardware simulation to spoof device models and system information, as well as a non-root pr

    Allows for the analysis of signals and crashes within the virtualized execution environment through injection and tracing.

    Javaandroidframeworkplugin
    Vezi pe GitHub↗11,010
  • orbstack/orbstackAvatar orbstack

    orbstack/orbstack

    8,903Vezi pe GitHub↗

    OrbStack is a native macOS application that replaces Docker Desktop, providing an all-in-one environment for running Docker containers, full Linux virtual machines, and local Kubernetes clusters. It runs Linux VMs directly on the macOS hypervisor framework for near-native performance, uses VirtioFS for fast bidirectional file sharing between macOS and Linux, and leverages Rosetta for near-native x86 emulation on Apple Silicon. The system assigns predictable local domain names to containers and VMs with automatic HTTPS certificate generation, forwards ports via event-driven updates, and stores

    Attaches GDB or LLDB to emulated x86 processes running under QEMU with a debug server.

    Shellcolimadockerdocker-desktop
    Vezi pe GitHub↗8,903
  • fex-emu/fexAvatar FEX-Emu

    FEX-Emu/FEX

    6,896Vezi pe GitHub↗

    FEX is an emulator that executes 32-bit and 64-bit x86 binaries on ARM64 hardware. It functions as a binary translation framework that converts guest machine code into host instructions using a JIT compilation engine and a persistent code cache. The project features a Vulkan graphics wrapper that translates OpenGL and Vulkan API calls to native host drivers, enabling cross-architecture graphics rendering. It includes a dedicated root filesystem manager for downloading, mounting, and switching between compressed filesystem images required for guest application environments. The system provide

    Analyzes application crashes and system signals to identify failures within the emulated environment.

    C++arm64cppemulation
    Vezi pe GitHub↗6,896
  • xemu-project/xemuAvatar xemu-project

    xemu-project/xemu

    3,673Vezi pe GitHub↗

    xemu is a game console emulator and virtual hardware hypervisor designed to execute original Xbox game software on various operating systems. It functions as a disk image player that simulates physical circuitry and storage to enable the playback of original titles. The project includes a suite of low-level system debugging tools for inspecting registers, tracing execution events, and dumping memory from running guest code. It provides specialized capabilities for hardware accuracy testing and game hardware debugging to analyze system behavior. The software covers a broad range of emulation

    Allows attaching a debugger to the running emulator process to step through code and troubleshoot translation issues.

    Cemulationemulatorhacktoberfest
    Vezi pe GitHub↗3,673
  1. Home
  2. Development Tools & Productivity
  3. Emulated Process Debugging