edbg is a simple debugger. It provides core debugging primitives such as attach/spawn, breakpoints, stepping, register inspection, and memory operations.
git clone https://github.com/nosurfer/edbg.git
cd edbg
make pull
make
./edbg- attach
- spawn
- detach
- continue handler
- configuration (wrapper)
- process status handling
- handler
- step handler
- configuration (wrapper)
- info maps (vmmap)
- handler
- memmory read / write
- memory read
- memory write
- disassemble
- handler
- breakpoint handler
- configuration (wrapper)
- read regs value
- handler
- change regs value
- handler
- kill process with exit
- help and quit features
- makefile
- temp version
- tests