How to hook a function for a particular shared ELF library?

Posted by iUm on Stack Overflow See other posts from Stack Overflow or by iUm
Published on 2010-06-15T13:51:16Z Indexed on 2010/06/15 13:52 UTC
Read the original article Hit count: 138

Filed under:
|

LD_PRELOAD hooks some functions for the entire process, but I need to hook a particular function for only one dynamically linked library by its name.

© Stack Overflow or respective owner

Related posts about hook

Related posts about elf