cs2-dumper/config.json

388 lines
7.9 KiB
JSON
Raw Normal View History

2023-09-16 11:32:01 +08:00
{
2023-10-05 17:24:14 +08:00
"signatures": [
{
"name": "dwBuildNumber",
"module": "engine2.dll",
"pattern": "8B 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC CC 48 8B 0D ? ? ? ? 48 8D 05",
"operations": [
{
"type": "rip",
2023-10-05 17:24:14 +08:00
"offset": 2,
"length": 6
}
]
},
{
"name": "dwEntityList",
"module": "client.dll",
"pattern": "48 8B 0D ? ? ? ? 48 89 7C 24 ? 8B FA C1 EB",
"operations": [
{
"type": "rip"
2023-10-05 17:24:14 +08:00
}
]
},
{
"name": "dwForceAttack",
"module": "client.dll",
2024-01-23 08:54:17 +08:00
"pattern": "48 8D 0D ? ? ? ? E9 04 EC B3 FF",
"operations": [
{
"type": "rip"
},
{
2023-12-01 12:38:32 +08:00
"type": "add",
"value": 40
}
]
},
{
"name": "dwForceAttack2",
"module": "client.dll",
2024-01-23 08:54:17 +08:00
"pattern": "48 8D 0D ? ? ? ? E9 14 EC B3 FF",
"operations": [
{
"type": "rip"
},
{
"type": "add",
2023-10-21 07:43:23 +08:00
"value": 40
}
]
},
2023-10-05 17:24:14 +08:00
{
"name": "dwForceBackward",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 4C 8D 1D",
"operations": [
2023-09-29 13:45:27 +08:00
{
"type": "rip"
2023-10-01 20:51:44 +08:00
},
{
2023-10-05 17:24:14 +08:00
"type": "add",
"value": 48
}
]
},
{
"name": "dwForceCrouch",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 4C 8D 3D ? ? ? ? 48 89 45",
"operations": [
2023-10-01 20:51:44 +08:00
{
"type": "rip"
2023-10-01 20:51:44 +08:00
},
{
2023-10-05 17:24:14 +08:00
"type": "add",
"value": 48
}
]
},
{
"name": "dwForceForward",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 4C 8D 0D ? ? ? ? 48 89 45",
"operations": [
2023-10-01 20:51:44 +08:00
{
"type": "rip"
2023-10-01 20:51:44 +08:00
},
{
2023-10-05 17:24:14 +08:00
"type": "add",
"value": 48
}
]
},
{
"name": "dwForceJump",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 48 8D 1D ? ? ? ? 48 89 45",
"operations": [
2023-10-01 20:51:44 +08:00
{
"type": "rip"
2023-09-29 13:45:27 +08:00
},
2023-09-29 14:55:15 +08:00
{
2023-10-05 17:24:14 +08:00
"type": "add",
"value": 48
}
]
},
{
"name": "dwForceLeft",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 48 8D 0D ? ? ? ? 44 8B 15",
"operations": [
2023-09-29 13:45:27 +08:00
{
"type": "rip"
2023-09-29 13:45:27 +08:00
},
{
2023-10-05 17:24:14 +08:00
"type": "add",
"value": 48
}
]
},
{
"name": "dwForceRight",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 48 8D 15 ? ? ? ? 48 89 45",
"operations": [
2023-09-29 14:55:15 +08:00
{
"type": "rip"
2023-09-29 14:55:15 +08:00
},
{
2023-10-05 17:24:14 +08:00
"type": "add",
"value": 48
}
]
},
2023-10-26 14:40:24 +08:00
{
"name": "dwGameEntitySystem",
"module": "client.dll",
"pattern": "48 8B 1D ? ? ? ? 48 89 1D",
"operations": [
{
"type": "rip"
2023-10-26 14:40:24 +08:00
}
]
},
2023-10-20 13:23:43 +08:00
{
"name": "dwGameEntitySystem_getHighestEntityIndex",
"module": "client.dll",
2023-11-04 12:06:09 +08:00
"pattern": "8B 81 ? ? ? ? 89 02 48 8B C2 C3 CC CC CC CC 48 89 5C 24 ? 48 89 6C 24",
2023-10-20 13:23:43 +08:00
"operations": [
{
2023-11-04 12:06:09 +08:00
"type": "slice",
"start": 2,
"end": 4
2023-10-20 13:23:43 +08:00
}
]
},
2023-10-12 09:10:42 +08:00
{
"name": "dwGameRules",
"module": "client.dll",
2023-12-01 12:38:32 +08:00
"pattern": "48 89 0D ? ? ? ? 8B 0D ? ? ? ? FF 15",
2023-10-12 09:10:42 +08:00
"operations": [
{
"type": "rip"
2023-10-12 09:10:42 +08:00
}
]
},
2023-10-05 17:24:14 +08:00
{
"name": "dwGlobalVars",
"module": "client.dll",
"pattern": "48 89 0D ? ? ? ? 48 89 41",
"operations": [
{
"type": "rip"
2023-10-05 17:24:14 +08:00
}
]
},
2023-10-09 13:46:03 +08:00
{
"name": "dwGlowManager",
"module": "client.dll",
2023-10-10 10:58:12 +08:00
"pattern": "48 8B 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 48 89 5C 24 ? 48 89 6C 24",
2023-10-09 13:46:03 +08:00
"operations": [
{
"type": "rip"
2023-10-09 13:46:03 +08:00
}
]
},
2023-10-30 08:18:16 +08:00
{
"name": "dwInputSystem",
"module": "inputsystem.dll",
"pattern": "48 89 05 ? ? ? ? 48 8D 05",
"operations": [
{
"type": "rip"
2023-10-30 08:18:16 +08:00
}
]
},
2023-10-05 17:24:14 +08:00
{
"name": "dwInterfaceLinkList",
"module": "client.dll",
"pattern": "4C 8B 0D ? ? ? ? 4C 8B D2 4C 8B D9",
"operations": [
{
"type": "rip"
2023-10-05 17:24:14 +08:00
}
]
},
{
"name": "dwLocalPlayerController",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 48 85 C0 74 4F",
"operations": [
{
"type": "rip"
2023-10-05 17:24:14 +08:00
}
]
},
{
"name": "dwLocalPlayerPawn",
"module": "client.dll",
2023-11-03 15:39:02 +08:00
"pattern": "48 8D 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 48 83 EC ? 8B 0D",
2023-10-05 17:24:14 +08:00
"operations": [
2023-09-29 14:55:15 +08:00
{
"type": "rip"
2023-09-29 14:55:15 +08:00
},
2023-10-01 12:43:48 +08:00
{
2023-10-05 17:24:14 +08:00
"type": "add",
2023-11-09 14:06:21 +08:00
"value": 312
2023-10-05 17:24:14 +08:00
}
]
},
{
"name": "dwNetworkGameClient",
"module": "engine2.dll",
"pattern": "48 89 3D ? ? ? ? 48 8D 15",
"operations": [
{
"type": "rip"
2023-10-05 17:24:14 +08:00
}
]
},
2023-10-09 13:46:03 +08:00
{
"name": "dwNetworkGameClient_getLocalPlayer",
"module": "engine2.dll",
"pattern": "48 83 C0 ? 48 8D 04 40 8B 0C C1",
"operations": [
{
"type": "slice",
"start": 3,
"end": 4
},
{
"type": "add",
"value": 230
}
]
},
2023-10-05 17:24:14 +08:00
{
"name": "dwNetworkGameClient_maxClients",
"module": "engine2.dll",
"pattern": "8B 81 ? ? ? ? C3 CC CC CC CC CC CC CC CC CC 48 8D 81",
"operations": [
{
2023-10-09 13:46:03 +08:00
"type": "slice",
"start": 2,
"end": 4
2023-10-05 17:24:14 +08:00
}
]
},
{
"name": "dwNetworkGameClient_signOnState",
"module": "engine2.dll",
"pattern": "44 8B 81 ? ? ? ? 48 8D 0D",
"operations": [
{
2023-10-09 13:46:03 +08:00
"type": "slice",
"start": 3,
"end": 5
2023-10-05 17:24:14 +08:00
}
]
},
{
"name": "dwPlantedC4",
"module": "client.dll",
2023-12-07 07:55:59 +08:00
"pattern": "48 8B 15 ? ? ? ? FF C0 48 8D 4C 24 40",
2023-10-05 17:24:14 +08:00
"operations": [
{
"type": "rip"
2023-11-03 15:39:02 +08:00
}
]
},
{
"name": "dwPrediction",
"module": "client.dll",
"pattern": "48 8D 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 48 83 EC ? 8B 0D",
"operations": [
{
"type": "rip"
2023-10-05 17:24:14 +08:00
}
]
},
2023-11-16 22:21:28 +08:00
{
"name": "dwSensitivity",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 48 8B 40 ? F3 0F 10 00 F3 0F 59 86",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwSensitivity_sensitivity",
"module": "client.dll",
"pattern": "FF 50 ? 4C 8B C6 48 8D 55 ? 48 8B CF E8 ? ? ? ? 84 C0 0F 85 ? ? ? ? 4C 8D 45 ? 8B D3 48 8B CF E8 ? ? ? ? E9 ? ? ? ? F3 0F 10 06",
"operations": [
{
"type": "slice",
"start": 2,
"end": 3
}
]
},
2023-10-05 17:24:14 +08:00
{
"name": "dwViewAngles",
"module": "client.dll",
2024-01-20 22:20:58 +08:00
"pattern": "48 8B 0D ? ? ? ? E9 ? ? ? ? CC CC CC CC 48 C7 02",
2023-10-05 17:24:14 +08:00
"operations": [
{
"type": "rip"
2023-10-01 12:43:48 +08:00
},
2023-09-29 13:45:27 +08:00
{
2023-11-17 10:26:17 +08:00
"type": "deref"
2023-09-29 13:45:27 +08:00
},
{
2023-10-05 17:24:14 +08:00
"type": "add",
2024-01-20 22:20:58 +08:00
"value": 36656
2023-10-05 17:24:14 +08:00
}
]
},
{
"name": "dwViewMatrix",
"module": "client.dll",
"pattern": "48 8D 0D ? ? ? ? 48 C1 E0 06",
"operations": [
{
"type": "rip"
2023-10-05 17:24:14 +08:00
}
]
},
{
"name": "dwViewRender",
"module": "client.dll",
"pattern": "48 89 05 ? ? ? ? 48 8B C8 48 85 C0",
"operations": [
{
"type": "rip"
2023-09-29 13:45:27 +08:00
}
2023-10-05 17:24:14 +08:00
]
},
{
"name": "dwWindowHeight",
"module": "engine2.dll",
"pattern": "8B 05 ? ? ? ? 89 03",
"operations": [
{
"type": "rip",
"offset": 2,
"length": 6
}
]
},
{
"name": "dwWindowWidth",
"module": "engine2.dll",
"pattern": "8B 05 ? ? ? ? 89 07",
"operations": [
{
"type": "rip",
"offset": 2,
"length": 6
}
]
2023-10-05 17:24:14 +08:00
}
]
}