Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15,126 changes: 15,126 additions & 0 deletions client_dll.json

Large diffs are not rendered by default.

Binary file added cs2-dumper.exe
Binary file not shown.
5 changes: 5 additions & 0 deletions cs2-dumper.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
07:25:12 [INFO] found 16 buttons
07:25:12 [INFO] found 132 interfaces across 33 modules
07:25:13 [INFO] found 32 offsets across 5 modules
07:25:13 [INFO] found 2677 classes and 415 enums across 18 modules
07:25:13 [INFO] analysis completed in 876.59ms
44 changes: 44 additions & 0 deletions offsets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"client.dll": {
"dwCSGOInput": 31703376,
"dwEntityList": 30489832,
"dwGameEntitySystem": 33262032,
"dwGameEntitySystem_highestEntityIndex": 8432,
"dwGameRules": 31659024,
"dwGlobalVars": 29245888,
"dwGlowManager": 31646392,
"dwLocalPlayerController": 31579160,
"dwLocalPlayerPawn": 29290280,
"dwPlantedC4": 31681512,
"dwPrediction": 29290048,
"dwSensitivity": 31649032,
"dwSensitivity_sensitivity": 80,
"dwViewAngles": 31705088,
"dwViewMatrix": 31663056,
"dwViewRender": 31665992,
"dwWeaponC4": 31256976
},
"engine2.dll": {
"dwBuildNumber": 6231012,
"dwNetworkGameClient": 9352504,
"dwNetworkGameClient_clientTickCount": 912,
"dwNetworkGameClient_deltaTick": 572,
"dwNetworkGameClient_isBackgroundMap": 2888807,
"dwNetworkGameClient_localPlayer": 232,
"dwNetworkGameClient_maxClients": 560,
"dwNetworkGameClient_serverTickCount": 572,
"dwNetworkGameClient_signOnState": 544,
"dwWindowHeight": 9369668,
"dwWindowWidth": 9369664
},
"inputsystem.dll": {
"dwInputSystem": 285216
},
"matchmaking.dll": {
"dwGameTypes": 1793760
},
"soundsystem.dll": {
"dwSoundSystem": 4107872,
"dwSoundSystem_engineViewData": 124
}
}
Loading