shunf4 / proxychains-windows

Windows and Cygwin port of proxychains, based on MinHook and DLL Injection
GNU General Public License v2.0
967 stars 117 forks source link

运行不了,报错 #6

Closed littleheary closed 4 years ago

littleheary commented 4 years ago

λ proxychains curl google.com [W] 2020/05/10 21:11:37 SetThreadContext() Failed: 句柄无效。(6) [E] 2020/05/10 21:11:37 Injecting WINPID 13308 Error: 句柄无效。(6) [I] 2020/05/10 21:11:37 No child process registered. Injection might not have succeeded. curl: (56) Recv failure: Connection was reset [I] 2020/05/10 21:11:37 Master exiting

shunf4 commented 4 years ago

请尝试以下操作:

看哪些操作可以解决问题。

如果没有解决问题,请提供以下信息:

shunf4 commented 4 years ago

ConEmu 同样用 hook 阻止了其他程序进行 SetThreadContext(),这导致了 ConEmu 和 Proxychains 不可能兼容。请直接使用 ConHost(cmd.exe)或者切换到其他不使用大量 Hook 的终端模拟器。

chenjr15 commented 2 years ago

确实是ConEmu的问题