rxOred / zkz

A pathetic x64 Linux debugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x86-64 linux debugger

  • Breakpoints at memory addresses symbols and functions
  • Deleting breakpoints
  • Enable / disable breakpoints
  • Set / Get register information
  • Source lines - memory addresses mapping
  • System call tracing

TODO

  • x86 support:3
  • Signal handling
  • Implement code injection (.)
  • Implement system call injection

note

-some source/header files related to code injection and process reconstruction will be replaced.

About

A pathetic x64 Linux debugger


Languages

Language:C++ 99.1%Language:CMake 0.8%Language:C 0.1%