Hello
I can overload some functions from the shared library, with LD_PRELOAD
. But this overloading work only for calls from process itself or from other libraries (?).
How can I overload function a, with effect on library internal calls?
Hello
I can overload some functions from the shared library, with LD_PRELOAD
. But this overloading work only for calls from process itself or from other libraries (?).
How can I overload function a, with effect on library internal calls?