mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 13:19:58 +08:00
Fetch dwWindowWidth and dwWindowHeight offsets
This commit is contained in:
24
config.json
24
config.json
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user