Skip to content

ZathuraDbg/ZathuraDbg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

394 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZathuraDbg

Discord

A GUI open-source assembly emulator-based debugger. Mainly for reverse engineering and learning assembly. Under development, aims to support all major architecture. Powered by Unicorn, Capstone and Keystone Engine.

ZathuraDbg is still in beta, so expect major changes in the framework used or the UI, etc.

Screenshots

Installation

Linux

  1. Download the AppImage from the releases page.
  2. Execute chmod +x ZathuraDbg-*AppImage
  3. Run the program with ./ZathuraDbg-*AppImage

Make sure you have glibc 2.38 or later installed.

Windows

Download and run the installer from the releases page.

Usage

Compilation

Read COMPILE.md to compile ZathuraDbg on your machine.

Contributing

  • To implement a new architecture to work with ZathuraDbg, read ARCHITECTURE.md
  • For making general contributions read CONTRIBUTING.md
  • If you have any questions you can always contact us or open an issue.

Credits

  • mrexodia for helping me with Unicorn related issues
  • WerWolv for help with ImGui
  • NSG650 for Windows Build.
  • everyone else who supported this project

FAQs

Q. Can ZathuraDbg debug binaries? A. ZathuraDbg can load ELF binaries into the local emulator experimentally. Full process-level binary debugging, dynamic loader emulation, and OS API coverage are still under development.

Q. Does ZathuraDbg support syscalls and OS level APIs? A. Common syscalls are planned to be implemented in the future.

Q. Which architectures are currently supported in ZathuraDbg? A. Intel x86_64 and ARM 32 bit, Thumbv7m and AArch64.

About

An emulation based tool for learning and debugging assembly.

Topics

Resources

License

Contributing

Stars

608 stars

Watchers

11 watching

Forks

Sponsor this project

 

Packages

 
 
 

Contributors