1 Repo
Execution of ARM64 native code from iOS applications on non-native host environments.
Distinct from iOS Emulators: Focuses on binary emulation for analysis rather than running retro games or terminal apps.
Explore 1 awesome GitHub repository matching operating systems & systems programming · iOS Binary Emulation. 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
Runs ARM64 native code from iOS applications on a desktop environment for analysis and testing.