Login Register


Tutorial [C] Using LD_PRELOAD to overwrite Linux syscalls filter_list
Author
Message
RE: [C] Using LD_PRELOAD to overwrite Linux syscalls #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).

Reply





Messages In This Thread
RE: [C] Using LD_PRELOAD to overwrite Linux syscalls - by phyrrus9 - 08-13-2014, 03:36 PM



Users browsing this thread: