proxinject icon indicating copy to clipboard operation
proxinject copied to clipboard

Not support chrome or edge browser

Open a1369213361 opened this issue 2 years ago • 2 comments

a1369213361 avatar Jan 10 '23 04:01 a1369213361

Thanks for your report. I will investigate this problem.

PragmaTwice avatar Jan 12 '23 12:01 PragmaTwice

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.

DavidXanatos avatar Apr 26 '23 20:04 DavidXanatos