1 Repo
Systems for managing and reusing pre-initialized emulator instances to reduce initialization overhead across multiple execution threads.
Distinct from Pre-initialized Instance Pools: None of the candidates cover emulator-specific pooling; they focus on cloud nodes, graphs, or UI charts.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Emulator Instance Pools. Refine with filters or upvote what's useful.
unidbg is a framework for emulating and debugging ARM32 and ARM64 native binaries on a host machine. It serves as an Android and iOS binary debugger and native library emulator, allowing for the execution of native code without the need for physical hardware. The project distinguishes itself through a native function hooking framework and a Model Context Protocol debugging tool that exposes emulator state to AI assistants for automated binary analysis. It also includes a specialized memory analyzer for tracking guest-side allocations and identifying leaks in native binaries. The toolset cove
Implements a thread-safe object pool to share pre-initialized emulator instances and reduce setup overhead.