Y
Hacker News
new
|
ask
|
show
|
jobs
by
gpderetta
1516 days ago
There are .so interposition tricks that can be used for that.
I think Pth used to do that for example.
1 comments
yosefk
1516 days ago
Could you elaborate?
link
gpderetta
1515 days ago
For example:
https://www.gnu.org/software/pth/pth-manual.html#system_call...
See the hard system call wrapping. This is just one option.
link