Skip to content

Releases: shunf4/proxychains-windows

0.6.8

24 Jun 05:05
Compare
Choose a tag to compare

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

23 Jun 17:39
Compare
Choose a tag to compare
0.6.7 Pre-release
Pre-release

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

14 Jun 15:50
Compare
Choose a tag to compare
0.6.6 Pre-release
Pre-release

fix: imperfect name resolution hijack logic & dns leak (#5)

0.6.5

27 Apr 06:51
Compare
Choose a tag to compare

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

18 Mar 13:48
Compare
Choose a tag to compare

feat: Tell the user if command line is bad under Cygwin
feat: Inherit exit code of direct child

0.6.3

14 Mar 12:48
Compare
Choose a tag to compare

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

11 Mar 19:53
Compare
Choose a tag to compare

fix: detect .NET CLR process to fallback to CreateRemoteThread() technique.

Now all .NET CLR processes can be hooked.

0.6.1

11 Mar 19:24
Compare
Choose a tag to compare

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

11 Mar 10:45
Compare
Choose a tag to compare

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

04 Mar 18:59
Compare
Choose a tag to compare

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).