We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c9a58 commit e5d1005Copy full SHA for e5d1005
Resources/NetHook2/NetHook2/net.cpp
@@ -36,7 +36,7 @@ CNet::CNet() noexcept
36
RecvPktFn pRecvPktFunc = nullptr;
37
const bool bFoundRecvPktFunc = steamClientScan.FindFunction(
38
"\x55\x8B\xEC\x81\xEC\xA8\x05\x00\x00\xA1",
39
- "xxxxxxxxxx",
+ "xxxxx?xxxx",
40
(void**)&pRecvPktFunc
41
);
42
0 commit comments