Skip to content

Antony1060/dbger.c

Repository files navigation

dbger.c

dbger.c is an x86_64 debugger and disassembler for Linux, written from the ground up in C.

Overview

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.

Building

To build the debugger from source, simply run:

make

Documentation

  • disasm.c: For deep dives into the disassembler library and usage examples, refer to the disasm directory.

Preview

Debugger Preview

About

GDB-inspired x86_64 Linux debugger (and a disassembler) written in C.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors