You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,12 @@ gtrace
3
3
4
4
gtrace is a library for implementing strace-like behavior, and a
5
5
reference client that works like strace.
6
+
7
+
Thanks
8
+
===
9
+
10
+
The following sources were very helpful in learning how to do this:
11
+
12
+
* Nelson Elhage's [Write yourself an strace in 70 lines of code](https://blog.nelhage.com/2010/08/write-yourself-an-strace-in-70-lines-of-code/)
13
+
* Joe Kain's [Loading and ptrac'ing a process in Rust](http://system.joekain.com/2015/07/15/rust-load-and-ptrace.html) and related blog posts
14
+
* the [ptrace(2) man page](http://man7.org/linux/man-pages/man2/ptrace.2.html), in particular the extended description [written by Denys Vlasenko](https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/?id=4d12a715f2780abaecb4001e50be3ac6e915cbba)
0 commit comments