GammaRay
GammaRay copied to clipboard
inspecting applications with additional LD_PRELOAD
I'm trying to inspect an application that requires itself a preloaded library. As I haven't found a command-line option to pass additional preload libraries, I simply called
LD_PRELOAD=my/preload.so gammaray my/target/app
but that seems to have failed, i.e. the errors I'm receiving suggest the preload environment variable isn't properly forwarded to the target application.