Skip to content

Latest commit

 

History

47 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edbg

edbg is a simple debugger. It provides core debugging primitives such as attach/spawn, breakpoints, stepping, register inspection, and memory operations.


Installation

git clone https://github.com/nosurfer/edbg.git
cd edbg
make pull
make
./edbg

Todo

  • 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

About

Simple debugger for ELF executables

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages