mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Add generated files
This commit is contained in:
25
generated_linux/offsets.cs
Normal file
25
generated_linux/offsets.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:48 +0000
|
||||
*/
|
||||
|
||||
public static class game_info { // Some additional information about the game at dump time
|
||||
public const nint buildNumber = 0x36AB; // Game build number
|
||||
}
|
||||
|
||||
public static class libclient_so { // libclient.so
|
||||
public const nint dwEntityList = 0x35A5808;
|
||||
public const nint dwForceAttack = 0x372FEB0;
|
||||
public const nint dwForceAttack2 = 0x372FE10;
|
||||
public const nint dwGameEntitySystem = 0x385B700;
|
||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1540;
|
||||
public const nint dwGameRules = 0x3731248;
|
||||
public const nint dwLocalPlayerController = 0x3716778;
|
||||
public const nint dwLocalPlayerPawn = 0x3736A38;
|
||||
public const nint dwViewMatrix = 0x3737660;
|
||||
}
|
||||
|
||||
public static class libengine2_so { // libengine2.so
|
||||
public const nint dwBuildNumber = 0x6D35F4;
|
||||
public const nint dwNetworkGameClient_deltaTick = 0x278;
|
||||
}
|
||||
Reference in New Issue
Block a user