wok annotate proxychains-ng/description.txt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents
children
rev   line source
Hans-G?nter@25154 1 ProxyChains is a UNIX program, that hooks network-related libc functions
Hans-G?nter@25154 2 in DYNAMICALLY LINKED programs via a preloaded DLL (dlsym(), LD_PRELOAD)
Hans-G?nter@25154 3 and redirects the connections through SOCKS4a/5 or HTTP proxies.
Hans-G?nter@25154 4 It supports TCP only (no UDP/ICMP etc).
Hans-G?nter@25154 5
Hans-G?nter@25154 6 The way it works is basically a HACK; so it is possible that it doesn't
Hans-G?nter@25154 7 work with your program, especially when it's a script, or starts
Hans-G?nter@25154 8 numerous processes like background daemons or uses dlopen() to load
Hans-G?nter@25154 9 "modules" (bug in glibc dynlinker).
Hans-G?nter@25154 10 It should work with simple compiled (C/C++) dynamically linked programs
Hans-G?nter@25154 11 though.