sRDI for Linux: Stealthy In-Memory ELF Loading

banner

TL;DR

The source code of this module is available in emp3r0r.

  1. Pure C Shellcode: I implemented a full ELF loader and network stack in C, using direct syscalls to avoid libc dependencies.
  2. True In-Memory: Uses mmap to manually map segments, avoiding memfd_create and disk I/O.
  3. Stealth: Randomizes ELF …

View comments.

more ...