diff options
| author | jakob <jakob@memeware.net> | 2017-09-09 10:37:51 -0400 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-09-09 10:37:51 -0400 |
| commit | cd49a830921bbf59aa0ed86a453d63d2fc8a2d1e (patch) | |
| tree | 1b4b8a7b852c9097cf23def492b52ba5c533421d /README.md | |
| parent | 1a17f23fce09b8325e237a2a65a2227ecf1310b8 (diff) | |
Open a file descriptor in the inferior.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,7 @@ stack in an attempt to trick the RTLD. * [Dynamic Loader Operation][8] * [About ELF Auxiliary Vectors][9] * [Code Injection into Running Linux Application][10] +* [Special Sections][11] [1]: https://github.com/gaffe23/linux-inject @@ -58,3 +59,4 @@ stack in an attempt to trick the RTLD. [8]: https://sourceware.org/glibc/wiki/DynamicLoader [9]: http://articles.manugarg.com/aboutelfauxiliaryvectors [10]: https://www.codeproject.com/Articles/33340/Code-Injection-into-Running-Linux-Application +[11]: http://refspecs.linuxbase.org/LSB_3.0.0/LSB-PDA/LSB-PDA/specialsections.html |