From 2a715b27d8a39eb1aa01bb771f97bba8dacde5af Mon Sep 17 00:00:00 2001 From: jakob Date: Thu, 31 Aug 2017 11:42:44 -0400 Subject: Add reference about injecting ELF objects (not shared objects, unfortunately) --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.3