mempodippy / vlany

Linux LD_PRELOAD rootkit (x86 and x86_64 architectures)
GNU General Public License v3.0
935 stars 193 forks source link

Vlany installation fails when installing under /run or /sys #10

Closed corefx closed 7 years ago

corefx commented 7 years ago

Hi, /run is mounted as tmpfs (not persistent) and /sys is not writable. Tested on Debian 8 and Ubuntu 16.04.

mempodippy commented 7 years ago

I assume you mean for when patching the dynamic linker and using the new file. I've removed /run and /sys from the directory listing in patch_ld.py. Should be fixed. As for the installation directory of the shared libraries and whatnot; just don't edit the installation directory to install in /run or /sys.