Added new patterns

This commit is contained in:
a2x
2023-10-01 22:51:44 +10:00
parent 5eecc9dd70
commit 338bcde14e
6 changed files with 148 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
{
"signatures": [
{
"name": "entityList",
"name": "dwEntityList",
"module": "client.dll",
"pattern": "48 8B 0D ? ? ? ? 48 89 7C 24 ? 8B FA C1 EB",
"operations": [
@@ -11,7 +11,91 @@
]
},
{
"name": "globalVars",
"name": "dwForceBackward",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 4C 8D 1D",
"operations": [
{
"type": "ripRelative"
},
{
"type": "add",
"value": 48
}
]
},
{
"name": "dwForceCrouch",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 4C 8D 3D ? ? ? ? 48 89 45",
"operations": [
{
"type": "ripRelative"
},
{
"type": "add",
"value": 48
}
]
},
{
"name": "dwForceForward",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 4C 8D 0D ? ? ? ? 48 89 45",
"operations": [
{
"type": "ripRelative"
},
{
"type": "add",
"value": 48
}
]
},
{
"name": "dwForceJump",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 48 8D 1D ? ? ? ? 48 89 45",
"operations": [
{
"type": "ripRelative"
},
{
"type": "add",
"value": 48
}
]
},
{
"name": "dwForceLeft",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 48 8D 0D ? ? ? ? 44 8B 15",
"operations": [
{
"type": "ripRelative"
},
{
"type": "add",
"value": 48
}
]
},
{
"name": "dwForceRight",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 48 8D 15 ? ? ? ? 48 89 45",
"operations": [
{
"type": "ripRelative"
},
{
"type": "add",
"value": 48
}
]
},
{
"name": "dwGlobalVars",
"module": "client.dll",
"pattern": "48 89 0D ? ? ? ? 48 89 41",
"operations": [
@@ -21,7 +105,7 @@
]
},
{
"name": "interfaceLinkList",
"name": "dwInterfaceLinkList",
"module": "client.dll",
"pattern": "4C 8B 0D ? ? ? ? 4C 8B D2 4C 8B D9",
"operations": [
@@ -31,7 +115,7 @@
]
},
{
"name": "localPlayerController",
"name": "dwLocalPlayerController",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 48 85 C0 74 4F",
"operations": [
@@ -41,7 +125,7 @@
]
},
{
"name": "localPlayerPawn",
"name": "dwLocalPlayerPawn",
"module": "client.dll",
"pattern": "48 8D 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 48 83 EC ? 8B 0D",
"operations": [
@@ -55,7 +139,7 @@
]
},
{
"name": "networkGameClient",
"name": "dwNetworkGameClient",
"module": "engine2.dll",
"pattern": "48 89 3D ? ? ? ? 48 8D 15",
"operations": [
@@ -65,7 +149,7 @@
]
},
{
"name": "networkGameClient_maxClients",
"name": "dwNetworkGameClient_maxClients",
"module": "engine2.dll",
"pattern": "8B 81 ? ? ? ? C3 CC CC CC CC CC CC CC CC CC 48 8D 81",
"operations": [
@@ -76,7 +160,7 @@
]
},
{
"name": "networkGameClient_signOnState",
"name": "dwNetworkGameClient_signOnState",
"module": "engine2.dll",
"pattern": "44 8B 81 ? ? ? ? 48 8D 0D",
"operations": [
@@ -87,7 +171,7 @@
]
},
{
"name": "plantedC4",
"name": "dwPlantedC4",
"module": "client.dll",
"pattern": "48 89 05 ? ? ? ? 8B 05 ? ? ? ? A9 ? ? ? ? 74 ? 25 ? ? ? ? 89 05 ? ? ? ? 8B 0D",
"operations": [
@@ -97,7 +181,7 @@
]
},
{
"name": "viewAngles",
"name": "dwViewAngles",
"module": "client.dll",
"pattern": "48 8B 0D ? ? ? ? 48 8B 01 48 FF 60 30",
"operations": [
@@ -114,7 +198,7 @@
]
},
{
"name": "viewMatrix",
"name": "dwViewMatrix",
"module": "client.dll",
"pattern": "48 8D 0D ? ? ? ? 48 C1 E0 06",
"operations": [