summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-08-31 11:42:44 -0400
committerjakob <jakob@memeware.net>2017-08-31 11:42:44 -0400
commit2a715b27d8a39eb1aa01bb771f97bba8dacde5af (patch)
tree1ee641940073928ece274d9f7b416da03295efad
parentea82e4f3f9187fe90c9f9d8c3c3eb6de59d0a63c (diff)
Add reference about injecting ELF objects (not shared objects, unfortunately)
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ceee2bc..a14d08b 100644
--- a/README.md
+++ b/README.md
@@ -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