Skip to content
forked from zhkl0228/unidbg

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

License

Notifications You must be signed in to change notification settings

zapata-ok/unidbg

This branch is 109 commits behind zhkl0228/unidbg:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f1ed0d6 · Sep 12, 2023
Mar 10, 2020
Aug 13, 2021
Sep 3, 2023
Sep 3, 2023
Sep 12, 2023
Sep 12, 2023
Feb 13, 2020
May 1, 2022
Mar 15, 2019
Jun 27, 2022
Mar 5, 2019
Mar 5, 2019
Jun 1, 2023
Mar 13, 2020
Mar 13, 2020

Repository files navigation

unidbg

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

This is an educational project to learn more about the ELF/MachO 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 Dobby.
  • Android import hook, thanks to xHook.
  • iOS fishhook and substrate and whale hook.
  • unicorn backend support simple console debugger, gdb stub, instruction trace, memory read/write trace.
  • Support iOS objc and swift runtime.
  • Support dynarmic fast backend.
  • Support Apple M1 hypervisor, the fastest ARM64 backend.
  • Support Linux KVM backend with Raspberry Pi B4.

Thanks

One-time Donation

We accept donations via WeChatPay:

WeChat Pay

Stargazers over time

Stargazers over time

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.2%
  • C 8.2%
  • Objective-C 4.0%
  • C++ 1.7%
  • Objective-C++ 1.3%
  • Kaitai Struct 1.1%
  • Other 0.5%