dbger.c is an x86_64 debugger and disassembler for Linux, written from the ground up in C.
The project consists of two main components:
- Debugger: An early-stage debugger targeting x86_64 binaries (work in progress).
- Disassembler: A static analysis and disassembler library built on top of Intel XED.
To build the debugger from source, simply run:
make- disasm.c: For deep dives into the disassembler library and usage examples, refer to the disasm directory.