sRDI for Linux: Stealthy In-Memory ELF Loading

TL;DR
The source code of this module is available in emp3r0r.
- Pure C Shellcode: I implemented a full ELF loader and network stack in C, using direct syscalls to avoid
libcdependencies. - True In-Memory: Uses
mmapto manually map segments, avoidingmemfd_createand disk I/O. - Stealth: Randomizes ELF …