mirror of
				https://github.com/a2x/cs2-dumper.git
				synced 2025-10-31 08:30:02 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| /*
 | |
|  * Generated using https://github.com/a2x/cs2-dumper
 | |
|  * Sat, 16 Mar 2024 22:04:11 +0000
 | |
|  */
 | |
| 
 | |
| public static class game_info { // Some additional information about the game at dump time
 | |
|     public const nint buildNumber = 0x36AE; // Game build number
 | |
| }
 | |
| 
 | |
| public static class libclient_so { // libclient.so
 | |
|     public const nint dwEntityList = 0x35AA8C8;
 | |
|     public const nint dwForceAttack = 0x3735050;
 | |
|     public const nint dwForceAttack2 = 0x3734FB0;
 | |
|     public const nint dwGameEntitySystem = 0x38609C0;
 | |
|     public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1540;
 | |
|     public const nint dwGameRules = 0x37363E8;
 | |
|     public const nint dwGlobalVars = 0x379E780;
 | |
|     public const nint dwGlowManager = 0x373ACF0;
 | |
|     public const nint dwInterfaceLinkList = 0x37D3130;
 | |
|     public const nint dwLocalPlayerController = 0x371B918;
 | |
|     public const nint dwLocalPlayerPawn = 0x373BCD8;
 | |
|     public const nint dwPlantedC4 = 0x3750538;
 | |
|     public const nint dwPrediction = 0x373BBA0;
 | |
|     public const nint dwSensitivity_sensitivity = 0x40;
 | |
|     public const nint dwViewAngles = 0x3748A20;
 | |
|     public const nint dwViewMatrix = 0x373C800;
 | |
|     public const nint dwViewRender = 0x373C9B0;
 | |
| }
 | |
| 
 | |
| public static class libengine2_so { // libengine2.so
 | |
|     public const nint dwBuildNumber = 0x6D35F4;
 | |
|     public const nint dwNetworkGameClient_deltaTick = 0x278;
 | |
|     public const nint dwNetworkGameClient = 0x6D3F88;
 | |
|     public const nint dwNetworkGameClient_maxClients = 0x250;
 | |
|     public const nint dwNetworkGameClient_signOnState = 0x260;
 | |
|     public const nint dwWindowHeight = 0x6DCDBC;
 | |
|     public const nint dwWindowWidth = 0x6DCDB8;
 | |
| }
 | |
| 
 | |
| public static class libmatchmaking_so { // libmatchmaking.so
 | |
|     public const nint dwGameTypes = 0x37C9A0;
 | |
|     public const nint dwGameTypes_mapName = 0x37CAC0;
 | |
| } |