This commit is contained in:
2022-03-06 20:11:13 +08:00
parent 63bace125a
commit bd510c2bac
2 changed files with 21 additions and 5 deletions

View File

@@ -266,7 +266,7 @@ typedef int(__fastcall* SendPacksDWORD)(DWORD thisc, int Seat, int Parm);
static SendPacksDWORD _SendPacksDWord = (SendPacksDWORD)0x11285B0;
//收包函数 地址
typedef DWORD(__fastcall RecvPacks)(DWORD thisc , DWORD zer, DWORD a1, DWORD a2 , DWORD a3, DWORD a4, unsigned int a5);
typedef DWORD(__fastcall* RecvPacks)(DWORD* a1 , DWORD a2 );
//static SendPacks* _SendPacks = (SendPacks*)0x11F98D0;