问题描述 hook recv的问题,dll注入 如题,myrecv中必须最后调用原recv才行,不然目标程序会崩溃; int WINAPI MyRecv(SOCKET s, char* buf, int len, int flags) { int ret = pRecv(s,buf,len,flags); ......//我的操作代码 return ret; } 这样写就崩溃了,但是 int WINAPI MyRecv(SOCKET s, char* buf, int len, int flag