From 3c6841de48d401e911bb609042d019764b26f507 Mon Sep 17 00:00:00 2001 From: jakob Date: Mon, 28 Aug 2017 13:53:36 -0400 Subject: Add a few initial resources to the README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- cgit v1.3