Added dwGameTypes and dwGameTypes_mapName

This commit is contained in:
a2x
2024-02-17 12:21:21 +10:00
parent b4da9a1f38
commit d267a60b7d
7 changed files with 63 additions and 4 deletions

View File

@@ -166,6 +166,30 @@
}
]
},
{
"name": "dwGameTypes",
"module": "matchmaking.dll",
"pattern": "48 8D 0D ? ? ? ? E9 ? ? ? ? CC CC CC CC 48 8D 0D ? ? ? ? E9 ? ? ? ? CC CC CC CC 48 83 EC ? F0 81 0D",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwGameTypes_mapName",
"module": "matchmaking.dll",
"pattern": "48 8D 0D ? ? ? ? E9 ? ? ? ? CC CC CC CC 48 8D 0D ? ? ? ? E9 ? ? ? ? CC CC CC CC 48 83 EC ? F0 81 0D",
"operations": [
{
"type": "rip"
},
{
"type": "add",
"value": 288
}
]
},
{
"name": "dwGlobalVars",
"module": "client.dll",