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.
AX 5.3 For example, if you have a shared object foo.so: if you have archives Use the Ax style to specify objects in the collection: 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.
LDR_PRELOAD = foo.so
< P> and multiple entries with one colon: LDR_PRELOAD = "bar.a (shr.so)"
LDR_PRELOAD = "foo.so:bar.a(shr.so)"
Comments
Post a Comment