Releases: rofl0r/proxychains-ng
Releases · rofl0r/proxychains-ng
v4.8
v4.7
v4.6
v4.5: overhaul README
especially mentioning that proxychains is a HACK so it may not work. it is a hack because it modifies existing programs in a way not originally intended by its authors. additionally it relies on a very complicated and fragile dynamic linker infrastructure which can easily break, as is the case with glibc-linked programs that use dlopen() (see issue #10).
v4.4
v4.3
v4.2: main.c: fixed forgotten initialization for second loop using i
this caused the combination of -q -f somefile to not find the dll in the current dir, because it started iterating the directory list with 2 instead of 0.