proxychains icon indicating copy to clipboard operation
proxychains copied to clipboard

do not overwrite LD_PRELOAD variable

Open zzh1996 opened this issue 8 years ago • 2 comments

when I run the following command: LD_PRELOAD=a.so proxychains env what I get: LD_PRELOAD=libproxychains.so.3 what I expect: LD_PRELOAD=a.so libproxychains.so.3

zzh1996 avatar Nov 25 '17 02:11 zzh1996

I think you can modify the source code by adding an augument to control the program whether replacing the LD_PRELOAD or append to the LD_PRELOAD

albertofwb avatar Nov 25 '17 05:11 albertofwb

Stale issue message

github-actions[bot] avatar May 23 '24 03:05 github-actions[bot]