Fetch networkGameClient_maxClients offset

This commit is contained in:
a2x
2023-10-01 00:52:09 +10:00
parent 5963b4fef0
commit 18e90bcf8c
7 changed files with 24 additions and 7 deletions

View File

@@ -65,13 +65,24 @@
]
},
{
"name": "networkGameClient_signOnState",
"name": "networkGameClient_maxClients",
"module": "engine2.dll",
"pattern": "41 8B 94 24 ? ? ? ? 4C 8D 35",
"pattern": "8B 81 ? ? ? ? C3 CC CC CC CC CC CC CC CC CC 48 8D 81",
"operations": [
{
"type": "offset",
"position": 4
"position": 2
}
]
},
{
"name": "networkGameClient_signOnState",
"module": "engine2.dll",
"pattern": "44 8B 81 ? ? ? ? 48 8D 0D",
"operations": [
{
"type": "offset",
"position": 3
}
]
},