Results 1 issues of Goncalo Bernardo

I want to test a library mylib.so that is to be used in LD_PRELOAD. To test that certain functions in the library are being called I run ``` # LD_PRELOAD=mylib.so...