Re: RFC: Pass ReadFile and WriteFile requests on sockets to ws2_32.dll

2010-12-14 Thread Alexandre Julliard
Erich Hoover writes: > Attached is a patch to take kernel32/ntdll ReadFile and WriteFile > requests on sockets and pass them to WSARecv and WSASend.  This patch > is part of a series I'm working on for the infamous C&C networking bug > (Bug #7929). The functionality added by this patch was reques

RFC: Pass ReadFile and WriteFile requests on sockets to ws2_32.dll

2010-12-13 Thread Erich Hoover
Attached is a patch to take kernel32/ntdll ReadFile and WriteFile requests on sockets and pass them to WSARecv and WSASend.  This patch is part of a series I'm working on for the infamous C&C networking bug (Bug #7929). The functionality added by this patch was requested by a previous RFC response