summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-08-28 13:53:36 -0400
committerjakob <jakob@memeware.net>2017-08-28 13:53:36 -0400
commit3c6841de48d401e911bb609042d019764b26f507 (patch)
tree9f8c8d26fb2bbf33d0eaa9cb6a228d3b4aa2b474 /README.md
parent0528380d3a7f078f580cc4f782836eaa50cedb5d (diff)
Add a few initial resources to the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index c055476..7b42eca 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,18 @@ instead maps the Linux runtime linker into memory to make use of its existing
GOT/PLT setup functionality.
+## Important Resources
+
+* [Understanding Linux ELF RTLD internals][4]
+* [Runtime Process Infection][5]
+* [ELF Program Header][6]
+* [Dynamic Loader Operation][7]
+
+
[1]: https://github.com/gaffe23/linux-inject
[2]: https://github.com/korcankaraokcu/PINCE
[3]: https://www.gnu.org/licenses/gpl.html
+[4]: http://s.eresi-project.org/inc/articles/elf-rtld.txt
+[5]: http://phrack.org/issues/59/8.html
+[6]: http://www.sco.com/developers/gabi/latest/ch5.pheader.html
+[7]: https://sourceware.org/glibc/wiki/DynamicLoader