testing - LD_PRELOAD on AIX -


Can anyone here tell me whether there is something like LD_ PRELOAD on recent versions of Ax? More specifically, I need to stop calls from time to time () in my binary, there is an ongoing time for testing purposes.

class = itemprop = "text">

AX 5.3 LDR_PRELOAD (for 32-bit programs) and LDR_PRELOAD64 (for 64-bit programs) variable is presented. They are compatible with LD_ PRELOAD on Linux. Both libraries have separate lists from the colon, and anything will be loaded with pre-blank formations from the objects listed before.

For example, if you have a shared object foo.so:

  LDR_PRELOAD = foo.so  

if you have archives Use the Ax style to specify objects in the collection:

  LDR_PRELOAD = "bar.a (shr.so)"  
< P> and multiple entries with one colon:

  LDR_PRELOAD = "foo.so:bar.a(shr.so)"  

Comments