Skip to content

Commit

Permalink
Merge pull request #1019 from Vital7/nethook-fix-recvpkt-signature
Browse files Browse the repository at this point in the history
Update RecvPkt signature
  • Loading branch information
voided authored Sep 14, 2021
2 parents 28c9a58 + e5d1005 commit 159a6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/NetHook2/NetHook2/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CNet::CNet() noexcept
RecvPktFn pRecvPktFunc = nullptr;
const bool bFoundRecvPktFunc = steamClientScan.FindFunction(
"\x55\x8B\xEC\x81\xEC\xA8\x05\x00\x00\xA1",
"xxxxxxxxxx",
"xxxxx?xxxx",
(void**)&pRecvPktFunc
);

Expand Down

0 comments on commit 159a6fc

Please sign in to comment.