csgo-plugins/Status/gamedata/serverfps.games.txt
2020-03-25 20:09:12 +02:00

75 lines
1.1 KiB
Plaintext

"Games"
{
"#default"
{
"#supported"
{
"engine" "orangebox"
"engine" "orangebox_valve"
"engine" "css"
}
"Addresses"
{
"HostTimeFrame"
{
"windows"
{
"signature" "GetStatsString"
"read" "79"
// ALTERNATIVE 1: -4
}
"linux"
{
"signature" "host_frametime"
}
"mac"
{
"signature" "host_frametime"
}
}
}
"Signatures"
{
"GetStatsString"
{
"library" "engine"
"windows" "\x55\x8B\xEC\x83\xEC\x0C\xD9\xEE\x8D\x45\xFC\x56\x57\x50\x8D\x45\xF8"
/* 55 8B EC 83 EC 0C D9 EE 8D 45 FC 56 57 50 8D 45 F8 */
/* ALTERNATIVE 1: 2B F0 D9 E8 8D 47 FF DE F1 56 83 EC 08 DD 1C 24 50 */
}
"host_frametime"
{
"library" "engine"
"linux" "@host_frametime"
"mac" "@host_frametime"
}
}
}
"csgo"
{
"Addresses"
{
"HostTimeFrame"
{
"linux"
{
"signature" "host_frametime"
"read" "4"
}
}
}
"Signatures"
{
"host_frametime"
{
"library" "engine"
"linux" "\xF3\x0F\x10\x0D\x2A\x2A\x2A\x2A\x0F\x2F\x0D\x2A\x2A\x2A\x2A\x76\x28\xF3\x0F\x10\x05\x2A\x2A\x2A\x2A\xF3\x0F\x5E\xC1"
}
}
}
}