Skip to content
/ A64Dbg Public

A64Dbg python plugin sdk, adcpp interface, android/ios server, demo, etc..

License

Notifications You must be signed in to change notification settings

vpand/A64Dbg

Repository files navigation

A64Dbg

Description

An arm/arm64/x86/x86_x64 assembly level debugger for macOS/iOS/Linux/Android like OllyDbg & X64Dbg.

An arm/arm64/x86/x86_x64 virtualization debugger(uvmdbg) based on UraniumVM for macOS/iOS/Android.

Running desktop platform supports Windows/Linux/macOS.

The debugee platform supports macOS/Linux/iOS/Android.

Local Remote Android Remote iOS
Windows No Yes No
Intel Linux Yes Yes No
ARM Linux Yes Yes No
Intel macOS Yes Yes Yes
ARM macOS Yes Yes Yes
  • GUI Runtime is based on Qt;
  • GUI Controls is based on X64Dbg;
  • Debug Engine is based on LLDB;
  • UVMDbg Engine is developed by VPAND;
  • Assembler/Disassembler is based on LLVM;
  • Analyze Engine is developed by VPAND;
  • Script is based on Python;
macOS user: use the Preference menu to configurate the remote debugging.
Windows/Linux user: use the MainMenu/Options/Preference to configurate the remote debugging.

iOS user: only support the real iDevice IP configuration.
Android user: only support the 127.0.0.1 IP configuration.

Debugger Server:

scp A64Dbg/a64dbg-server.deb root@ip:/tmp/
ssh root@ip dpkg -i --force-overwrite /tmp/a64dbg-server.deb
  • iOS user: an extra step to install injection framework Textobot.deb to iDevice
scp A64Dbg/Textobot.deb root@ip:/tmp/
ssh root@ip dpkg -i --force-overwrite /tmp/Textobot.deb
scp A64Dbg/a64dbg-server.uvm.deb root@ip:/tmp/
ssh root@ip dpkg -i --force-overwrite /tmp/a64dbg-server.uvm.deb
adb push A64Dbg/a64dbg-server-arm64 /data/local/tmp/
adb shell chmod -R 755 /data/local/tmp/a64dbg-server-arm64
cd /data/local/tmp/a64dbg-server-arm64; ./a64dbg-server&
adb forward tcp:30333 tcp:30333
adb push A64Dbg/a64dbg-server-arm64.uvm /data/local/tmp/
adb shell chmod -R 755 /data/local/tmp/a64dbg-server-arm64.uvm
setenforce 0
  • On Android, if you want to launch APK using uvmdbg, you should have Magisk root, and install Riru ADZygote

User Manual

For more details, see A64Dbg User Manual.

About

A64Dbg python plugin sdk, adcpp interface, android/ios server, demo, etc..

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages