From 8e7547024091de97f76ed3b7e87cc66272157103 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Fri, 29 Aug 2014 10:06:43 -0700 Subject: [PATCH] Updated debugging proxychains (markdown) --- debugging-proxychains.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'