Fix CS:GO Linux signatures

This commit is contained in:
awillinger 2017-12-02 15:51:06 +01:00 committed by peace-maker
parent bdf9fa8e72
commit cb3ece1d01

View File

@ -33,7 +33,7 @@
"linux" "linux"
{ {
"signature" "CHLTVServer_DemoRecorderRef" "signature" "CHLTVServer_DemoRecorderRef"
"read" "38" "read" "43"
} }
} }
} }
@ -143,7 +143,7 @@
{ {
"library" "engine" "library" "engine"
// _ZN11CHLTVServer26StopRecordingAndFreeFramesEbPK9CGameInfo // _ZN11CHLTVServer26StopRecordingAndFreeFramesEbPK9CGameInfo
"linux" "\x55\x89\xE5\x57\x56\x53\x83\xEC\x3C\x8B\x5D\x08\x8B\x55\x10\x0F\xB6\x7D\x0C" "linux" "\x55\x89\xE5\x57\x56\x53\x83\xEC\x4C\x8B\x75\x08\x0F\xB6\x45\x0C"
// _ZN11CHLTVServer11IsRecordingEv // _ZN11CHLTVServer11IsRecordingEv
"windows" "\x8B\x81\x2A\x2A\x2A\x2A\x81\xC1\x2A\x2A\x2A\x2A\x8B\x40\x2A\xFF\xE0" "windows" "\x8B\x81\x2A\x2A\x2A\x2A\x81\xC1\x2A\x2A\x2A\x2A\x8B\x40\x2A\xFF\xE0"
} }