Skip to content
forked from zhkl0228/unidbg

Allows you to emulate an Android ARM32 and/or ARM64 native library, and an experimental iOS emulation

License

Notifications You must be signed in to change notification settings

PATAPOsha/unidbg

 
 

Repository files navigation

unidbg

Allows you to emulate an Android ARM32 and/or ARM64 native library, and an experimental iOS ARM32 emulation.

This is an educational project to learn more about the ELF file format and ARM assembly.

Use it at your own risk !

License

Simple tests under src/test directory





More tests

Features

  • Emulation of the JNI Invocation API so JNI_OnLoad can be called.
  • Support JavaVM, JNIEnv.
  • Emulation of syscalls instruction.
  • Support ARM32 and ARM64.
  • Inline hook, thanks to HookZz.
  • Android import hook, thanks to xHook.
  • iOS fishhook and substrate and whale hook.
  • Support simple console debugger, gdb stub, experimental IDA android debugger server, instruction trace, memory read/write trace.
  • Support iOS objc and swift runtime.
  • Support dynarmic backend.
  • Support Apple M1 hypervisor backend.

Thanks

About

Allows you to emulate an Android ARM32 and/or ARM64 native library, and an experimental iOS emulation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 85.3%
  • C 6.9%
  • Objective-C 2.8%
  • C++ 2.7%
  • Kaitai Struct 1.5%
  • Objective-C++ 0.4%
  • Other 0.4%