I have an executable that is linked against multiple shared objects. One of the shared objects is compiled with ASan and the executable itself isn't.Is there a way to make ASan track this shared object only?Is there an alternative to using LD_PRELOAD here?
↧