Skip to content

Commit

Permalink
Merge pull request #955 from m4dEngi/nethook_fix
Browse files Browse the repository at this point in the history
Updated CCMInterface::RecvPkt signature.
  • Loading branch information
voided authored Dec 30, 2020
2 parents a58f8ff + f0173ae commit ae73921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/NetHook2/NetHook2/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ CNet::CNet() noexcept

RecvPktFn pRecvPktFunc = nullptr;
const bool bFoundRecvPktFunc = steamClientScan.FindFunction(
"\x55\x8B\xEC\x81\xEC\x88\x04\x00\x00\x53\x56\x57\x6A\x01\xFF",
"xxxxx?xxxxxxxxx",
"\x55\x8B\xEC\x81\xEC\xB8\x0D\x00\x00\xA1\x00\x00\x00\x00\x53\x56",
"xxxxxxxxxx????xx",
(void **)&pRecvPktFunc
);

Expand Down

0 comments on commit ae73921

Please sign in to comment.