emp3r0r - Process Injection And Persistence
Process Injection In Linux
Background
The techniques covered in this article are part of emp3r0r project.
Linux has something that other platforms don't, the procfs
, as Unix people always like to say "Everything is a file". From /proc/pid/maps
we can read the process's memory mappings, and with /proc …