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

skfly007/unidbg

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 1, 2021
d127add · Jun 1, 2021
Mar 10, 2020
Sep 24, 2020
May 26, 2021
Jun 1, 2021
May 27, 2021
May 19, 2021
Feb 13, 2020
Jan 30, 2021
Mar 15, 2019
May 15, 2021
Mar 5, 2019
Mar 5, 2019
May 15, 2021
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

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 84.3%
  • C 8.3%
  • Objective-C 2.7%
  • C++ 2.5%
  • Kaitai Struct 1.4%
  • Objective-C++ 0.4%
  • Other 0.4%