Macros§
- ld_
preload_ deinit - Creates a function with C’s
__attribute__((destructor))
applied to it. - ld_
preload_ function - Allows to overwrite functions which are defined within C.
- ld_
preload_ init - Creates a function with C’s
__attribute__((constructor))
applied to it.