Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 963 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 963 Bytes

debugger (WIP)

desktop program for debugging

  • multi-window
  • save/load workspace
  • remote allow

feature (TODO)

  • support lldb
  • memory view
    • chunks bookmark (ptmalloc)
  • string analysis (preset pattern)
  • patcher (saveable)
  • bookmark (breakpoint)
  • checkpoint tool (snapshot) like fork
  • symbolic execution / taint analysis
  • remote debugging

Backend

Related Works