mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-05 00:25:36 +08:00
106 lines
2.8 KiB
JSON
106 lines
2.8 KiB
JSON
{
|
|
"signatures": [
|
|
{
|
|
"name": "entityList",
|
|
"module": "client.dll",
|
|
"pattern": "48 8B 0D ? ? ? ? 48 89 7C 24 ? 8B FA C1 EB",
|
|
"operations": [
|
|
{
|
|
"type": "ripRelative"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "globalVars",
|
|
"module": "client.dll",
|
|
"pattern": "48 89 0D ? ? ? ? 48 89 41",
|
|
"operations": [
|
|
{
|
|
"type": "ripRelative"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "interfaceLinkList",
|
|
"module": "client.dll",
|
|
"pattern": "4C 8B 0D ? ? ? ? 4C 8B D2 4C 8B D9",
|
|
"operations": [
|
|
{
|
|
"type": "ripRelative"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "localPlayerController",
|
|
"module": "client.dll",
|
|
"pattern": "48 8B 05 ? ? ? ? 48 85 C0 74 4F",
|
|
"operations": [
|
|
{
|
|
"type": "ripRelative"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "localPlayerPawn",
|
|
"module": "client.dll",
|
|
"pattern": "48 8D 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 48 83 EC ? 8B 0D",
|
|
"operations": [
|
|
{
|
|
"type": "ripRelative"
|
|
},
|
|
{
|
|
"type": "add",
|
|
"value": 280
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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",
|
|
"pattern": "48 8B 0D ? ? ? ? 48 8B 01 48 FF 60 30",
|
|
"operations": [
|
|
{
|
|
"type": "ripRelative"
|
|
},
|
|
{
|
|
"type": "dereference"
|
|
},
|
|
{
|
|
"type": "add",
|
|
"value": 17680
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "viewMatrix",
|
|
"module": "client.dll",
|
|
"pattern": "48 8D 0D ? ? ? ? 48 C1 E0 06",
|
|
"operations": [
|
|
{
|
|
"type": "ripRelative"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |