linux-inject
linux-inject copied to clipboard
Tool for injecting a shared object into a Linux process
Hi, On a 64 linux box with SElinux disabled, and no Yama protection, I'm getting on most of the processes (not all) the following error: # ./inject -p 12345 test-lib.so...
the progress how to inject in centos?help
If I load a library with relative path, e.g `./sample-library.so`, the checkloaded function fails. In the source code you're looking for the relative path, ``` if(checkloaded(target, libname)) ``` Why not...
// start of the function to inject always happens to be 2 bytes long. ? this is not reliable, this my modification: 1. fill 32 nop in the begin of...
Thanks for creating awesome injection library. I am able to successfully inject with help of your technique. But when I run sample-target with strace the injection fails with message: ptrace(PTRACE_ATTACH)...
system : 1.localuser ptrace(PTRACE_ATTACH) failed 2.root : susseccful docker: localuser && root :ptrace(PTRACE_ATTACH) failed 