Skip to content

Commit 1395070

Browse files
committed
Add some thanks and links to README
1 parent 4f083b7 commit 1395070

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ gtrace
33

44
gtrace is a library for implementing strace-like behavior, and a
55
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

Comments
 (0)