Load gamerules address and offsets

This commit is contained in:
Arkshine
2015-10-09 11:01:12 +02:00
parent f31e0e405f
commit 483ef98af3
3 changed files with 49 additions and 4 deletions

View File

@ -40,6 +40,18 @@
"read" "2"
}
}
"g_pGameRules"
{
"signature" "g_pGameRules"
"windows"
{
"read" "2"
}
"read" "0"
}
}
"Signatures"
@ -66,6 +78,14 @@
"linux" "@realtime"
"mac" "@realtime"
}
"g_pGameRules" // CGameRules *g_pGameRules
{
"library" "server"
"windows" "\x8B\x2A\x2A\x2A\x2A\x2A\x85\x2A\x74\x2A\x8B\x2A\xFF\x2A\x2A\xA1" // StartFrame()
"linux" "@g_pGameRules"
"mac" "@g_pGameRules"
}
}
}
}