You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the standard way of initializing the library is to compile and incorporate inside the binary, but would work to initialize in the constructor of a library passed through LD_PRELOAD? In this way you can use an already built binary and no modification in the build pipeline is needed.
I would like to try it but maybe there are reasons because it's not advisable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I see that the standard way of initializing the library is to compile and incorporate inside the binary, but would work to initialize in the constructor of a library passed through
LD_PRELOAD
? In this way you can use an already built binary and no modification in the build pipeline is needed.I would like to try it but maybe there are reasons because it's not advisable.
Beta Was this translation helpful? Give feedback.
All reactions