Replacing a function in a dynamic library by providing an alternative definition
Questions tagged [function-interposition]
31 questions
0
votes
1 answer
how to link with two shared libraries with many conflicting functions
I'm currently linking with two third party shared libraries (A.so and B.so) on linux. the problem is that both of the two so's linked statically with another library, as a result there are about 400 functions from A.so and B.so having the sameā¦

Daniel
- 269
- 4
- 15