RE: [C] Using LD_PRELOAD to overwrite Linux syscalls 08-13-2014, 03:36 PM
#9
actually, you can also overload the ld preload attack, simply by adding the correct lib into the LD_PREALOD environment variable. OR, you can use dlsym to find the correct functions you use. Very common attack, has its uses, but in most scenarios today it is actually disabled (use of dyld caches, disabling of environment lookup, code signatures, etc).

























![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)