mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-05 00:25:36 +08:00
Add more offsets
getBaseEntity, getHighestEntityIndex, setModel
This commit is contained in:
parent
82ff77772c
commit
19fc46702f
38
config.json
38
config.json
@ -326,6 +326,44 @@
|
||||
"length": 6
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGameEntitySystem_getBaseEntity",
|
||||
"module": "client.dll",
|
||||
"pattern": "8B D3 E8 ? ? ? ? 48 8B F8 48 85 C0 74 76",
|
||||
"operations": [
|
||||
{
|
||||
"type": "add",
|
||||
"value": 2
|
||||
},
|
||||
{
|
||||
"type": "jmp"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGameEntitySystem_getHighestEntityIndex",
|
||||
"module": "client.dll",
|
||||
"pattern": "33 DB E8 ? ? ? ? 8B 08",
|
||||
"operations": [
|
||||
{
|
||||
"type": "add",
|
||||
"value": 2
|
||||
},
|
||||
{
|
||||
"type": "jmp"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwBaseEntityModel_setModel",
|
||||
"module": "client.dll",
|
||||
"pattern": "E8 ? ? ? ? F3 0F 10 4C 3B ?",
|
||||
"operations": [
|
||||
{
|
||||
"type": "jmp"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user