diff --git a/debugging-proxychains.md b/debugging-proxychains.md new file mode 100644 index 0000000..8a2f5be --- /dev/null +++ b/debugging-proxychains.md @@ -0,0 +1,4 @@ +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' \ No newline at end of file