diff options
| author | jakob <jakob@memeware.net> | 2017-08-31 11:42:44 -0400 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-08-31 11:42:44 -0400 |
| commit | 2a715b27d8a39eb1aa01bb771f97bba8dacde5af (patch) | |
| tree | 1ee641940073928ece274d9f7b416da03295efad | |
| parent | ea82e4f3f9187fe90c9f9d8c3c3eb6de59d0a63c (diff) | |
Add reference about injecting ELF objects (not shared objects, unfortunately)
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,7 @@ stack in an attempt to trick the RTLD. * [ELF Program Header][6] * [Dynamic Loader Operation][7] * [About ELF Auxiliary Vectors][8] +* [Code Injection into Running Linux Application][9] [1]: https://github.com/gaffe23/linux-inject @@ -52,3 +53,4 @@ stack in an attempt to trick the RTLD. [6]: http://www.sco.com/developers/gabi/latest/ch5.pheader.html [7]: https://sourceware.org/glibc/wiki/DynamicLoader [8]: http://articles.manugarg.com/aboutelfauxiliaryvectors +[9]: https://www.codeproject.com/Articles/33340/Code-Injection-into-Running-Linux-Application |