diff --git a/debugging-proxychains.md b/debugging-proxychains.md index 8a2f5be..9428c6a 100644 --- a/debugging-proxychains.md +++ b/debugging-proxychains.md @@ -1,4 +1,5 @@ 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 + + (gdb) set exec-wrapper env 'LD_PRELOAD=libproxychains.so'