Fix CS:GO linux signature

This commit is contained in:
Andreas Willinger 2017-12-20 19:06:37 +01:00 committed by peace-maker
parent cb3ece1d01
commit c459c61e11

View File

@ -143,7 +143,7 @@
{
"library" "engine"
// _ZN11CHLTVServer26StopRecordingAndFreeFramesEbPK9CGameInfo
"linux" "\x55\x89\xE5\x57\x56\x53\x83\xEC\x4C\x8B\x75\x08\x0F\xB6\x45\x0C"
"linux" "\x55\x89\xE5\x57\x56\x53\x83\xEC\x4C\x0F\xB6\x45\x0C\x8B\x75\x08"
// _ZN11CHLTVServer11IsRecordingEv
"windows" "\x8B\x81\x2A\x2A\x2A\x2A\x81\xC1\x2A\x2A\x2A\x2A\x8B\x40\x2A\xFF\xE0"
}