Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Commit

Permalink
update mask
Browse files Browse the repository at this point in the history
  • Loading branch information
katursis committed May 28, 2016
1 parent 3a43ba6 commit becd0aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const char *pattern =
"\xC4\x04\x89\x04\x24\x85\xC0\xC7\x44\x24\xFF" \
"\x00\x00\x00\x00\x74\x16";

const char *mask = "xxxxxxxxxxxxxxxxxxxxxxxxxxxx????xxxxxxxxxxx?xxxxxx";
const char *mask = "xxx????xxxxxxxxxxxxxxxx????x????xxxxxxxxxxx?xxxxxx";
#else
const char *pattern =
"\x55\x89\xE5\x83\xEC\x18\xC7\x04\x24\xFF\xFF" \
Expand Down Expand Up @@ -259,4 +259,4 @@ bool Hooks::SendRPC(int player_id, int rpc_id, RakNet::BitStream *bs, int priori
_hook_rakserver__rpc->enable();

return result;
}
}

0 comments on commit becd0aa

Please sign in to comment.