Skip to main content
ClaudeWave

Allows you to emulate an Android native library, and an experimental iOS emulation

Hooks5k stars1.2k forksJavaApache-2.0Updated 28d ago
Editor's note

Unidbg is a Java-based emulator for Android native libraries (ELF/ARM32 and ARM64) with experimental iOS support, originally built as an educational tool for studying ELF and MachO file formats and ARM assembly. It emulates the JNI Invocation API including JNIEnv and JavaVM, handles syscall instructions, and supports inline hooks via Dobby, Android import hooks via xHook, and iOS hooks via fishhook, Substrate, and Whale. Multiple execution backends are available, including Unicorn, Dynarmic, Apple M1 hypervisor, and Linux KVM. The MCP integration activates by typing "mcp" in the console when a breakpoint is hit, launching an SSE-based server that tools like Cursor can connect to. This exposes over 40 tools covering register read/write, memory inspection and patching, disassembly and assembly, breakpoint management, stepped execution, function calls with typed arguments, and instruction tracing. Reverse engineers analyzing obfuscated Android or iOS native code benefit most, using Claude-compatible AI assistants to interactively interrogate emulated library behavior without needing physical hardware.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install as Claude Code hooks
Method: Clone
Terminal
git clone https://github.com/zhkl0228/unidbg
1. Clone the repository and review the hook scripts.
2. Wire them into the hooks section of ~/.claude/settings.json as the README describes.
3. Test with a harmless command before trusting them in real sessions.
Use cases

Hooks overview

README preview not available. Visit the repo on GitHub for full documentation.
androidcapstonedebuggerdynarmicemulationemulatorfishhookhypervisorioskeystonekvmmcpunicornunidbgwhalexhook

What people ask about unidbg

What is zhkl0228/unidbg?

+

zhkl0228/unidbg is hooks for the Claude AI ecosystem. Allows you to emulate an Android native library, and an experimental iOS emulation It has 5k GitHub stars and was last updated 28d ago.

How do I install unidbg?

+

You can install unidbg by cloning the repository (https://github.com/zhkl0228/unidbg) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is zhkl0228/unidbg safe to use?

+

Our security agent has analyzed zhkl0228/unidbg and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains zhkl0228/unidbg?

+

zhkl0228/unidbg is maintained by zhkl0228. The last recorded GitHub activity is from 28d ago, with 418 open issues.

Are there alternatives to unidbg?

+

Yes. On ClaudeWave you can browse similar hooks at /categories/hooks, sorted by popularity or recent activity.

Deploy unidbg to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: zhkl0228/unidbg
[![Featured on ClaudeWave](https://claudewave.com/api/badge/zhkl0228-unidbg)](https://claudewave.com/repo/zhkl0228-unidbg)
<a href="https://claudewave.com/repo/zhkl0228-unidbg"><img src="https://claudewave.com/api/badge/zhkl0228-unidbg" alt="Featured on ClaudeWave: zhkl0228/unidbg" width="320" height="64" /></a>

More Hooks