Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lizrice authored Nov 5, 2017
1 parent 3caa07f commit 6f4b62f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# debugger-from-scratch
# debugger-from-scratch

This is a very simple debugger that shows how ptrace can be used to set breakpoints and generate stack traces in a target process. You can choose where to breakpoint the target process, and single step or continue to the next breakpoint (or target exit).

Big caveat: it assumes there is only one file in the target!

I fully expect this only to work on Linux.

0 comments on commit 6f4b62f

Please sign in to comment.