Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FabioLolix/ZathuraDbg

 
 

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. No, ZathuraDbg relies solely on the assembly code with the limitations of the Unicorn Engine emulator.

Q. Does ZathuraDbg support syscalls and OS level APIs?
A. No, since Unicorn Engine is not a full OS emulator, it can't emulate system calls or OS level APIs and thus severaly limiting it's capabilities.

Q. Which architectures are currently supported in ZathuraDbg?
A. Intel x86 in 16, 32 and 64 bit modes.

About

An emulation based tool for learning and debugging assembly.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.4%
  • C 33.1%
  • Pascal 1.4%
  • Fortran 1.4%
  • C# 1.0%
  • Batchfile 0.9%
  • Other 1.8%