diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2015-11-07 23:01:11 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-11-07 23:10:49 +0000 |
commit | ce2ed37ea5cd77515018fc2085377c13205c151b (patch) | |
tree | dd2d95b0a1f59a7762ecdf69e640e5281436e638 /docs | |
parent | 4839bda495aecb8ce78744faa69eb395c161a355 (diff) |
common: Split trace writing from reading.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HACKING.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/HACKING.markdown b/docs/HACKING.markdown index 002f68cd..a8041b46 100644 --- a/docs/HACKING.markdown +++ b/docs/HACKING.markdown @@ -182,6 +182,7 @@ https://github.com/apitrace/apitrace-tests . # Further reading # +* [Writing ELF Shared Library Wrappers](https://github.com/amonakov/on-wrapping/blob/master/interposers-discussion.asciidoc) * [Intercepting and Instrumenting COM Applications](https://www.usenix.org/legacy/events/coots99/full_papers/hunt/hunt_html) * [Proxy-Dll: Intercept Calls to DirectX](http://www.mikoweb.eu/index.php?node=21) |