mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 13:19:58 +08:00
Added new patterns
This commit is contained in:
31
config.json
31
config.json
@@ -20,6 +20,16 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "interfaceLinkList",
|
||||
"module": "client.dll",
|
||||
"pattern": "4C 8B 0D ? ? ? ? 4C 8B D2 4C 8B D9",
|
||||
"operations": [
|
||||
{
|
||||
"type": "ripRelative"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "localPlayerController",
|
||||
"module": "client.dll",
|
||||
@@ -44,6 +54,27 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "networkGameClient",
|
||||
"module": "engine2.dll",
|
||||
"pattern": "48 89 3D ? ? ? ? 48 8D 15",
|
||||
"operations": [
|
||||
{
|
||||
"type": "ripRelative"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "networkGameClient_signOnState",
|
||||
"module": "engine2.dll",
|
||||
"pattern": "41 8B 94 24 ? ? ? ? 4C 8D 35",
|
||||
"operations": [
|
||||
{
|
||||
"type": "offset",
|
||||
"position": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "viewAngles",
|
||||
"module": "client.dll",
|
||||
|
||||
Reference in New Issue
Block a user