1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-13 17:03:07 +08:00
Clone
2
debugging proxychains
rofl0r edited this page 2014-08-29 10:06:43 -07:00

basically the main.c wrapper only exists to be able to debug with gdb; otherwise a simple shell script would do.

alternatively the following might work:

(gdb) set exec-wrapper env 'LD_PRELOAD=libproxychains.so'