proxinject
proxinject copied to clipboard
Not support chrome or edge browser
Thanks for your report. I will investigate this problem.
You need to fix WSAEventSelect and probably WSAAsyncSelect as well, when these are set you can not use ioctlsocket to clear FIONBIO, it returns an error, you need to first clear WSAEventSelect then you can unset FIONBIO using ioctlsocket, do the proxy handshake, set the appropriate event, restore the WSAEventSelect preset and also have a hook on WSAEnumNetworkEvents and make it FD_CONNECT set in the lpNetworkEvents->lNetworkEvents when queried.