Tagged Questions
1
vote
1answer
320 views
How to preload my .so everytime an application executes?
I've successfully used a hook under linux with this article: http://hackerboss.com/overriding-system-functions-for-fun-and-profit/
Now I want to make my .so file load every time espeak loads up. No ...