Fetch dwWindowWidth and dwWindowHeight offsets

This commit is contained in:
a2x
2023-10-06 20:10:40 +10:00
parent d58e02556b
commit 4d9f131453
6 changed files with 38 additions and 6 deletions

View File

@@ -228,6 +228,30 @@
"type": "ripRelative"
}
]
},
{
"name": "dwWindowHeight",
"module": "engine2.dll",
"pattern": "8B 05 ? ? ? ? 89 03",
"operations": [
{
"type": "ripRelative",
"offset": 2,
"length": 6
}
]
},
{
"name": "dwWindowWidth",
"module": "engine2.dll",
"pattern": "8B 05 ? ? ? ? 89 07",
"operations": [
{
"type": "ripRelative",
"offset": 2,
"length": 6
}
]
}
]
}