Skip to content

Commit 159a6fc

Browse files
authored
Merge pull request #1019 from Vital7/nethook-fix-recvpkt-signature
Update RecvPkt signature
2 parents 28c9a58 + e5d1005 commit 159a6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/NetHook2/NetHook2/net.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CNet::CNet() noexcept
3636
RecvPktFn pRecvPktFunc = nullptr;
3737
const bool bFoundRecvPktFunc = steamClientScan.FindFunction(
3838
"\x55\x8B\xEC\x81\xEC\xA8\x05\x00\x00\xA1",
39-
"xxxxxxxxxx",
39+
"xxxxx?xxxx",
4040
(void**)&pRecvPktFunc
4141
);
4242

0 commit comments

Comments
 (0)