mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
Add more function signatures
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 22:17:31 +0000
|
||||
* Mon, 11 Mar 2024 20:06:27 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@@ -18,12 +18,30 @@ namespace libclient_so { // libclient.so
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x385B700;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1540;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x3731248;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x35669D0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x3735B50;
|
||||
constexpr std::ptrdiff_t dwInterfaceLinkList = 0x37CDF30;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x3716778;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x3736B38;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x374B398;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x3736A00;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x3743870;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x3737660;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x3737810;
|
||||
}
|
||||
|
||||
namespace libengine2_so { // libengine2.so
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x6D35F4;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x278;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x6D3F88;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x250;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x260;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x6DCDBC;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x6DCDB8;
|
||||
}
|
||||
|
||||
namespace libmatchmaking_so { // libmatchmaking.so
|
||||
constexpr std::ptrdiff_t dwGameTypes = 0x37C9A0;
|
||||
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x37CAC0;
|
||||
}
|
||||
Reference in New Issue
Block a user