diff options
| author | jakob <jakob@memeware.net> | 2017-08-28 13:53:36 -0400 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-08-28 13:53:36 -0400 |
| commit | 3c6841de48d401e911bb609042d019764b26f507 (patch) | |
| tree | 9f8c8d26fb2bbf33d0eaa9cb6a228d3b4aa2b474 /README.md | |
| parent | 0528380d3a7f078f580cc4f782836eaa50cedb5d (diff) | |
Add a few initial resources to the README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |