in reply to LD_PRELOAD without shell
Have you looked at %ENV? In what way did it fail to work?
As an alternative, have you tried
LD_PRELOAD=./blah.so exec ./progname --option1 --option2
... to keep the "real" PID?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: LD_PRELOAD without shell
by hel1os (Initiate) on Apr 22, 2013 at 12:37 UTC | |
by Corion (Patriarch) on Apr 22, 2013 at 12:43 UTC |