From f7ed60403e7e9b01e8c675a18606a504aaca22e8 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Fri, 29 Aug 2014 10:06:18 -0700 Subject: [PATCH] Created debugging proxychains (markdown) --- debugging-proxychains.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 debugging-proxychains.md 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