Releases: shunf4/proxychains-windows
Releases · shunf4/proxychains-windows
0.6.8
From this version on, all CIDR prefix length default to 32(IPv4) or 128(IPv6) if not provided (previously 0)
fix: connect to IPv6 address by a SOCKS5 proxy
feat: config: cidr prefix length defaults to 32 or 128 when not provided
fix: filter IPs resolved from hosts file according to hints like fake ip
fix: allow resolution by custom hosts file even if proxy_dns is off
The "d" suffix of filenames in "*_debug.zip" means the files are of a "debug" build.
0.6.7
fix: log: switch from WriteFile(StdHandle) to write(1/2) under Cygwin, resolving Cygwin UTF-8 output encoding issue
fix: resolve: possibly unmatched types of fake and resolved ips, preventing possible crash
0.6.6
fix: imperfect name resolution hijack logic & dns leak (#5)
0.6.5
DNS leak is inevitable in this and all previous versions
- Correctly handle connection closure in
Ws2_32_LoopRecv
and Ws2_32_LoopSend
- Recover the overridden '\0' when parsing a string as an IP address fails
- Correctly handle conf and hosts that start with BOM
0.6.4
feat: Tell the user if command line is bad under Cygwin
feat: Inherit exit code of direct child
0.6.3
fix: set g_pPxchConfig to NULL immediately after finding child rewritten, in case of logging etc afterwards;
fix: suppress some usual warnings about reaping child process;
0.6.2
fix: detect .NET CLR process to fallback to CreateRemoteThread() technique.
Now all .NET CLR processes can be hooked.
0.6.1
fix: back to CreateRemoteThread() when coping with .NET CLR AnyCPU binaries(shimatta binaries) like choco;
fix: do ResumeThread() in case of error
0.6.0
fix: switch to EntryDetour method of DLL injection, seems to perfectly fix the compatibility with cygwin
fix: compatibility with cygwin 32-bit
feat: generate fake ip based on hashed hostname, getting rid of Offending & Matching host key confirmation in ssh
0.5.0
Add support for busybox-w32 (rmyorston fork).
Now you can proxify MinGit-busybox (busybox.exe replaced by rmyorston fork should be replaced by rmyorston fork or my fork).