zardus / preeny

Some helpful preload libraries for pwning stuff.
BSD 2-Clause "Simplified" License
1.57k stars 170 forks source link

Is this working with packed executables ? #24

Open tavy14t opened 8 years ago

tavy14t commented 8 years ago

I tried to hook some functions, such as _exit, syscall(), ... , and it works. But when you try to preload a packed (e.g. UPX) / crypted executable it doesn't work.

zardus commented 8 years ago

Hmm.. I'm not sure if UPX has some bad interaction with LD_PRELOAD... I don't have time to look into this at the moment, unfortunately... I'll try to take a look when I have time!