wok-current annotate proxychains-ng/description.txt @ rev 25368
libmpd: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 29 10:44:25 2022 +0000 (2022-07-29) |
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. |