Skip to content
starfleetcadet75 edited this page Mar 5, 2020 · 4 revisions

Features

[x] Executing and attaching to processes
[x] Read and write to process memory
[x] Access registers (x86_64)
[x] Set/remove/stop at software breakpoints
[ ] Implement command args
[ ] Command aliases
[ ] Load ELF data
[ ] Server
[ ] Load DWARF info to support source debugging
[ ] Webclient

Command List

[x] help
[x] break
[x] continue
[x] memory
[x] stepi
[ ] print
[x] disable/enable break
[ ] clear
[ ] attach
[ ] detach
[ ] args
[ ] backtrace
[x] regs
[ ] procinfo
[ ] plt
[ ] aslr
[ ] vmmap

Clone this wiki locally