mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 13:19:58 +08:00
📦 Game Update 13963 (2)
This commit is contained in:
76
config.json
76
config.json
@@ -1,5 +1,15 @@
|
||||
{
|
||||
"signatures": [
|
||||
{
|
||||
"name": "dwBaseEntityModel_setModel",
|
||||
"module": "client.dll",
|
||||
"pattern": "E8 ? ? ? ? F3 0F 10 4C 3B ?",
|
||||
"operations": [
|
||||
{
|
||||
"type": "jmp"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwBuildNumber",
|
||||
"module": "engine2.dll",
|
||||
@@ -142,6 +152,34 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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": "dwGameRules",
|
||||
"module": "client.dll",
|
||||
@@ -326,44 +364,6 @@
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user