mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-08-08 16:55:07 +08:00
Game update
This commit is contained in:
parent
778d3f2e4b
commit
c9600c0e28
@ -1,5 +0,0 @@
|
|||||||
03:33:21 [INFO] found 16 buttons
|
|
||||||
03:33:21 [INFO] found 131 interfaces across 33 modules
|
|
||||||
03:33:22 [INFO] found 33 offsets across 5 modules
|
|
||||||
03:33:22 [INFO] found 2442 classes and 368 enums across 17 modules
|
|
||||||
03:33:22 [INFO] analysis completed in 759.88ms
|
|
@ -1,24 +1,24 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-07-16 05:17:05.277202900 UTC
|
// 2025-07-29 06:35:55.857265100 UTC
|
||||||
|
|
||||||
namespace CS2Dumper {
|
namespace CS2Dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class Buttons {
|
public static class Buttons {
|
||||||
public const nint attack = 0x18518E0;
|
public const nint attack = 0x1AED450;
|
||||||
public const nint attack2 = 0x1851970;
|
public const nint attack2 = 0x1AED4E0;
|
||||||
public const nint back = 0x1851BB0;
|
public const nint back = 0x1AED720;
|
||||||
public const nint duck = 0x1851E80;
|
public const nint duck = 0x1AED9F0;
|
||||||
public const nint forward = 0x1851B20;
|
public const nint forward = 0x1AED690;
|
||||||
public const nint jump = 0x1851DF0;
|
public const nint jump = 0x1AED960;
|
||||||
public const nint left = 0x1851C40;
|
public const nint left = 0x1AED7B0;
|
||||||
public const nint lookatweapon = 0x1A781A0;
|
public const nint lookatweapon = 0x1D2BD30;
|
||||||
public const nint reload = 0x1851850;
|
public const nint reload = 0x1AED3C0;
|
||||||
public const nint right = 0x1851CD0;
|
public const nint right = 0x1AED840;
|
||||||
public const nint showscores = 0x1A78080;
|
public const nint showscores = 0x1D2BC10;
|
||||||
public const nint sprint = 0x18517C0;
|
public const nint sprint = 0x1AED330;
|
||||||
public const nint turnleft = 0x1851A00;
|
public const nint turnleft = 0x1AED570;
|
||||||
public const nint turnright = 0x1851A90;
|
public const nint turnright = 0x1AED600;
|
||||||
public const nint use = 0x1851D60;
|
public const nint use = 0x1AED8D0;
|
||||||
public const nint zoom = 0x1A78110;
|
public const nint zoom = 0x1D2BCA0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-07-16 05:17:05.277202900 UTC
|
// 2025-07-29 06:35:55.857265100 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -8,21 +8,21 @@
|
|||||||
namespace cs2_dumper {
|
namespace cs2_dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
namespace buttons {
|
namespace buttons {
|
||||||
constexpr std::ptrdiff_t attack = 0x18518E0;
|
constexpr std::ptrdiff_t attack = 0x1AED450;
|
||||||
constexpr std::ptrdiff_t attack2 = 0x1851970;
|
constexpr std::ptrdiff_t attack2 = 0x1AED4E0;
|
||||||
constexpr std::ptrdiff_t back = 0x1851BB0;
|
constexpr std::ptrdiff_t back = 0x1AED720;
|
||||||
constexpr std::ptrdiff_t duck = 0x1851E80;
|
constexpr std::ptrdiff_t duck = 0x1AED9F0;
|
||||||
constexpr std::ptrdiff_t forward = 0x1851B20;
|
constexpr std::ptrdiff_t forward = 0x1AED690;
|
||||||
constexpr std::ptrdiff_t jump = 0x1851DF0;
|
constexpr std::ptrdiff_t jump = 0x1AED960;
|
||||||
constexpr std::ptrdiff_t left = 0x1851C40;
|
constexpr std::ptrdiff_t left = 0x1AED7B0;
|
||||||
constexpr std::ptrdiff_t lookatweapon = 0x1A781A0;
|
constexpr std::ptrdiff_t lookatweapon = 0x1D2BD30;
|
||||||
constexpr std::ptrdiff_t reload = 0x1851850;
|
constexpr std::ptrdiff_t reload = 0x1AED3C0;
|
||||||
constexpr std::ptrdiff_t right = 0x1851CD0;
|
constexpr std::ptrdiff_t right = 0x1AED840;
|
||||||
constexpr std::ptrdiff_t showscores = 0x1A78080;
|
constexpr std::ptrdiff_t showscores = 0x1D2BC10;
|
||||||
constexpr std::ptrdiff_t sprint = 0x18517C0;
|
constexpr std::ptrdiff_t sprint = 0x1AED330;
|
||||||
constexpr std::ptrdiff_t turnleft = 0x1851A00;
|
constexpr std::ptrdiff_t turnleft = 0x1AED570;
|
||||||
constexpr std::ptrdiff_t turnright = 0x1851A90;
|
constexpr std::ptrdiff_t turnright = 0x1AED600;
|
||||||
constexpr std::ptrdiff_t use = 0x1851D60;
|
constexpr std::ptrdiff_t use = 0x1AED8D0;
|
||||||
constexpr std::ptrdiff_t zoom = 0x1A78110;
|
constexpr std::ptrdiff_t zoom = 0x1D2BCA0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"attack": 25499872,
|
"attack": 28234832,
|
||||||
"attack2": 25500016,
|
"attack2": 28234976,
|
||||||
"back": 25500592,
|
"back": 28235552,
|
||||||
"duck": 25501312,
|
"duck": 28236272,
|
||||||
"forward": 25500448,
|
"forward": 28235408,
|
||||||
"jump": 25501168,
|
"jump": 28236128,
|
||||||
"left": 25500736,
|
"left": 28235696,
|
||||||
"lookatweapon": 27754912,
|
"lookatweapon": 30588208,
|
||||||
"reload": 25499728,
|
"reload": 28234688,
|
||||||
"right": 25500880,
|
"right": 28235840,
|
||||||
"showscores": 27754624,
|
"showscores": 30587920,
|
||||||
"sprint": 25499584,
|
"sprint": 28234544,
|
||||||
"turnleft": 25500160,
|
"turnleft": 28235120,
|
||||||
"turnright": 25500304,
|
"turnright": 28235264,
|
||||||
"use": 25501024,
|
"use": 28235984,
|
||||||
"zoom": 27754768
|
"zoom": 30588064
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,26 +1,26 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-07-16 05:17:05.277202900 UTC
|
// 2025-07-29 06:35:55.857265100 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
pub mod cs2_dumper {
|
pub mod cs2_dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
pub mod buttons {
|
pub mod buttons {
|
||||||
pub const attack: usize = 0x18518E0;
|
pub const attack: usize = 0x1AED450;
|
||||||
pub const attack2: usize = 0x1851970;
|
pub const attack2: usize = 0x1AED4E0;
|
||||||
pub const back: usize = 0x1851BB0;
|
pub const back: usize = 0x1AED720;
|
||||||
pub const duck: usize = 0x1851E80;
|
pub const duck: usize = 0x1AED9F0;
|
||||||
pub const forward: usize = 0x1851B20;
|
pub const forward: usize = 0x1AED690;
|
||||||
pub const jump: usize = 0x1851DF0;
|
pub const jump: usize = 0x1AED960;
|
||||||
pub const left: usize = 0x1851C40;
|
pub const left: usize = 0x1AED7B0;
|
||||||
pub const lookatweapon: usize = 0x1A781A0;
|
pub const lookatweapon: usize = 0x1D2BD30;
|
||||||
pub const reload: usize = 0x1851850;
|
pub const reload: usize = 0x1AED3C0;
|
||||||
pub const right: usize = 0x1851CD0;
|
pub const right: usize = 0x1AED840;
|
||||||
pub const showscores: usize = 0x1A78080;
|
pub const showscores: usize = 0x1D2BC10;
|
||||||
pub const sprint: usize = 0x18517C0;
|
pub const sprint: usize = 0x1AED330;
|
||||||
pub const turnleft: usize = 0x1851A00;
|
pub const turnleft: usize = 0x1AED570;
|
||||||
pub const turnright: usize = 0x1851A90;
|
pub const turnright: usize = 0x1AED600;
|
||||||
pub const r#use: usize = 0x1851D60;
|
pub const r#use: usize = 0x1AED8D0;
|
||||||
pub const zoom: usize = 0x1A78110;
|
pub const zoom: usize = 0x1D2BCA0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"build_number": 14088,
|
"build_number": 14090,
|
||||||
"timestamp": "2025-07-16T05:17:05.277202900+00:00"
|
"timestamp": "2025-07-29T06:35:55.857265100+00:00"
|
||||||
}
|
}
|
@ -1,183 +1,183 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-07-16 05:17:05.277202900 UTC
|
// 2025-07-29 06:35:55.857265100 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Interfaces {
|
namespace CS2Dumper.Interfaces {
|
||||||
// Module: animationsystem.dll
|
// Module: animationsystem.dll
|
||||||
public static class AnimationsystemDll {
|
public static class AnimationsystemDll {
|
||||||
public const nint AnimationSystemUtils_001 = 0x60FE28;
|
public const nint AnimationSystemUtils_001 = 0x707BF0;
|
||||||
public const nint AnimationSystem_001 = 0x607D50;
|
public const nint AnimationSystem_001 = 0x6FFB10;
|
||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class ClientDll {
|
public static class ClientDll {
|
||||||
public const nint ClientToolsInfo_001 = 0x1850ED0;
|
public const nint ClientToolsInfo_001 = 0x1AECC60;
|
||||||
public const nint EmptyWorldService001_Client = 0x180D0F0;
|
public const nint EmptyWorldService001_Client = 0x1AA8280;
|
||||||
public const nint GameClientExports001 = 0x184DB88;
|
public const nint GameClientExports001 = 0x1AE9A50;
|
||||||
public const nint LegacyGameUI001 = 0x186E1F0;
|
public const nint LegacyGameUI001 = 0x1B094E0;
|
||||||
public const nint Source2Client002 = 0x1A67A10;
|
public const nint Source2Client002 = 0x1D1B100;
|
||||||
public const nint Source2ClientConfig001 = 0x1A00610;
|
public const nint Source2ClientConfig001 = 0x1CB9C00;
|
||||||
public const nint Source2ClientPrediction001 = 0x1858F50;
|
public const nint Source2ClientPrediction001 = 0x1AF4950;
|
||||||
public const nint Source2ClientUI001 = 0x186C720;
|
public const nint Source2ClientUI001 = 0x1B07C60;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
public const nint BenchmarkService001 = 0x546D30;
|
public const nint BenchmarkService001 = 0x5BF620;
|
||||||
public const nint BugService001 = 0x5DFD10;
|
public const nint BugService001 = 0x867960;
|
||||||
public const nint ClientServerEngineLoopService_001 = 0x547A70;
|
public const nint ClientServerEngineLoopService_001 = 0x8A9030;
|
||||||
public const nint EngineGameUI001 = 0x544B90;
|
public const nint EngineGameUI001 = 0x5BD3B0;
|
||||||
public const nint EngineServiceMgr001 = 0x620BF0;
|
public const nint EngineServiceMgr001 = 0x8A8980;
|
||||||
public const nint GameEventSystemClientV001 = 0x620F10;
|
public const nint GameEventSystemClientV001 = 0x8A8C50;
|
||||||
public const nint GameEventSystemServerV001 = 0x621050;
|
public const nint GameEventSystemServerV001 = 0x8A8D70;
|
||||||
public const nint GameResourceServiceClientV001 = 0x546E30;
|
public const nint GameResourceServiceClientV001 = 0x5BF720;
|
||||||
public const nint GameResourceServiceServerV001 = 0x546E90;
|
public const nint GameResourceServiceServerV001 = 0x5BF780;
|
||||||
public const nint GameUIService_001 = 0x5E0010;
|
public const nint GameUIService_001 = 0x867D90;
|
||||||
public const nint HostStateMgr001 = 0x547960;
|
public const nint HostStateMgr001 = 0x5BFFC0;
|
||||||
public const nint INETSUPPORT_001 = 0x540060;
|
public const nint INETSUPPORT_001 = 0x5B8940;
|
||||||
public const nint InputService_001 = 0x5E0320;
|
public const nint InputService_001 = 0x868080;
|
||||||
public const nint KeyValueCache001 = 0x547A10;
|
public const nint KeyValueCache001 = 0x5C0070;
|
||||||
public const nint MapListService_001 = 0x61F370;
|
public const nint MapListService_001 = 0x8A7000;
|
||||||
public const nint NetworkClientService_001 = 0x61F500;
|
public const nint NetworkClientService_001 = 0x8A7190;
|
||||||
public const nint NetworkP2PService_001 = 0x547140;
|
public const nint NetworkP2PService_001 = 0x8A74B0;
|
||||||
public const nint NetworkServerService_001 = 0x61F890;
|
public const nint NetworkServerService_001 = 0x8A7640;
|
||||||
public const nint NetworkService_001 = 0x547290;
|
public const nint NetworkService_001 = 0x5BF8F0;
|
||||||
public const nint RenderService_001 = 0x61FAF0;
|
public const nint RenderService_001 = 0x8A78A0;
|
||||||
public const nint ScreenshotService001 = 0x61FD90;
|
public const nint ScreenshotService001 = 0x8A7B50;
|
||||||
public const nint SimpleEngineLoopService_001 = 0x547B80;
|
public const nint SimpleEngineLoopService_001 = 0x5C00D0;
|
||||||
public const nint SoundService_001 = 0x5472D0;
|
public const nint SoundService_001 = 0x5BF930;
|
||||||
public const nint Source2EngineToClient001 = 0x544210;
|
public const nint Source2EngineToClient001 = 0x5BCB00;
|
||||||
public const nint Source2EngineToClientStringTable001 = 0x544270;
|
public const nint Source2EngineToClientStringTable001 = 0x5BCB60;
|
||||||
public const nint Source2EngineToServer001 = 0x544308;
|
public const nint Source2EngineToServer001 = 0x5BCBD8;
|
||||||
public const nint Source2EngineToServerStringTable001 = 0x544330;
|
public const nint Source2EngineToServerStringTable001 = 0x5BCC00;
|
||||||
public const nint SplitScreenService_001 = 0x5475D0;
|
public const nint SplitScreenService_001 = 0x5BFC30;
|
||||||
public const nint StatsService_001 = 0x6201C0;
|
public const nint StatsService_001 = 0x8A7F50;
|
||||||
public const nint ToolService_001 = 0x547790;
|
public const nint ToolService_001 = 0x5BFDF0;
|
||||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x544C20;
|
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x5BD440;
|
||||||
public const nint VProfService_001 = 0x5477D0;
|
public const nint VProfService_001 = 0x5BFE30;
|
||||||
}
|
}
|
||||||
// Module: filesystem_stdio.dll
|
// Module: filesystem_stdio.dll
|
||||||
public static class FilesystemStdioDll {
|
public static class FilesystemStdioDll {
|
||||||
public const nint VAsyncFileSystem2_001 = 0x20C590;
|
public const nint VAsyncFileSystem2_001 = 0x21BB40;
|
||||||
public const nint VFileSystem017 = 0x211840;
|
public const nint VFileSystem017 = 0x21B7E0;
|
||||||
}
|
}
|
||||||
// Module: host.dll
|
// Module: host.dll
|
||||||
public static class HostDll {
|
public static class HostDll {
|
||||||
public const nint DebugDrawQueueManager001 = 0x136FE0;
|
public const nint DebugDrawQueueManager001 = 0x138E30;
|
||||||
public const nint GameModelInfo001 = 0x137020;
|
public const nint GameModelInfo001 = 0x138E70;
|
||||||
public const nint GameSystem2HostHook = 0x137060;
|
public const nint GameSystem2HostHook = 0x138EB0;
|
||||||
public const nint HostUtils001 = 0x137090;
|
public const nint HostUtils001 = 0x138EE0;
|
||||||
public const nint PredictionDiffManager001 = 0x1372E0;
|
public const nint PredictionDiffManager001 = 0x1390D0;
|
||||||
public const nint SaveRestoreDataVersion001 = 0x137410;
|
public const nint SaveRestoreDataVersion001 = 0x139200;
|
||||||
public const nint SinglePlayerSharedMemory001 = 0x137440;
|
public const nint SinglePlayerSharedMemory001 = 0x139230;
|
||||||
public const nint Source2Host001 = 0x1374B0;
|
public const nint Source2Host001 = 0x1392A0;
|
||||||
}
|
}
|
||||||
// Module: imemanager.dll
|
// Module: imemanager.dll
|
||||||
public static class ImemanagerDll {
|
public static class ImemanagerDll {
|
||||||
public const nint IMEManager001 = 0x2EA50;
|
public const nint IMEManager001 = 0x35AA0;
|
||||||
}
|
}
|
||||||
// Module: inputsystem.dll
|
// Module: inputsystem.dll
|
||||||
public static class InputsystemDll {
|
public static class InputsystemDll {
|
||||||
public const nint InputStackSystemVersion001 = 0x36B70;
|
public const nint InputStackSystemVersion001 = 0x43CD0;
|
||||||
public const nint InputSystemVersion001 = 0x387E0;
|
public const nint InputSystemVersion001 = 0x459F0;
|
||||||
}
|
}
|
||||||
// Module: localize.dll
|
// Module: localize.dll
|
||||||
public static class LocalizeDll {
|
public static class LocalizeDll {
|
||||||
public const nint Localize_001 = 0x3AAD0;
|
public const nint Localize_001 = 0x46BC0;
|
||||||
}
|
}
|
||||||
// Module: matchmaking.dll
|
// Module: matchmaking.dll
|
||||||
public static class MatchmakingDll {
|
public static class MatchmakingDll {
|
||||||
public const nint GameTypes001 = 0x1A52E0;
|
public const nint GameTypes001 = 0x1B3F10;
|
||||||
public const nint MATCHFRAMEWORK_001 = 0x1AD510;
|
public const nint MATCHFRAMEWORK_001 = 0x1BC110;
|
||||||
}
|
}
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
public static class Materialsystem2Dll {
|
public static class Materialsystem2Dll {
|
||||||
public const nint FontManager_001 = 0x114330;
|
public const nint FontManager_001 = 0x1324C0;
|
||||||
public const nint MaterialUtils_001 = 0x10F4C0;
|
public const nint MaterialUtils_001 = 0x127270;
|
||||||
public const nint PostProcessingSystem_001 = 0x10F3D0;
|
public const nint PostProcessingSystem_001 = 0x127180;
|
||||||
public const nint TextLayout_001 = 0x10F450;
|
public const nint TextLayout_001 = 0x127200;
|
||||||
public const nint VMaterialSystem2_001 = 0x113910;
|
public const nint VMaterialSystem2_001 = 0x131B60;
|
||||||
}
|
}
|
||||||
// Module: meshsystem.dll
|
// Module: meshsystem.dll
|
||||||
public static class MeshsystemDll {
|
public static class MeshsystemDll {
|
||||||
public const nint MeshSystem001 = 0x19D610;
|
public const nint MeshSystem001 = 0x1C7490;
|
||||||
}
|
}
|
||||||
// Module: navsystem.dll
|
// Module: navsystem.dll
|
||||||
public static class NavsystemDll {
|
public static class NavsystemDll {
|
||||||
public const nint NavSystem001 = 0xFB730;
|
public const nint NavSystem001 = 0x123520;
|
||||||
}
|
}
|
||||||
// Module: networksystem.dll
|
// Module: networksystem.dll
|
||||||
public static class NetworksystemDll {
|
public static class NetworksystemDll {
|
||||||
public const nint FlattenedSerializersVersion001 = 0x244570;
|
public const nint FlattenedSerializersVersion001 = 0x25E210;
|
||||||
public const nint NetworkMessagesVersion001 = 0x2765E0;
|
public const nint NetworkMessagesVersion001 = 0x2962A0;
|
||||||
public const nint NetworkSystemVersion001 = 0x26E300;
|
public const nint NetworkSystemVersion001 = 0x287B20;
|
||||||
public const nint SerializedEntitiesVersion001 = 0x26E3F0;
|
public const nint SerializedEntitiesVersion001 = 0x287C30;
|
||||||
}
|
}
|
||||||
// Module: panorama.dll
|
// Module: panorama.dll
|
||||||
public static class PanoramaDll {
|
public static class PanoramaDll {
|
||||||
public const nint PanoramaUIEngine001 = 0x4E9250;
|
public const nint PanoramaUIEngine001 = 0x503AD0;
|
||||||
}
|
}
|
||||||
// Module: panorama_text_pango.dll
|
// Module: panorama_text_pango.dll
|
||||||
public static class PanoramaTextPangoDll {
|
public static class PanoramaTextPangoDll {
|
||||||
public const nint PanoramaTextServices001 = 0x2B38E0;
|
public const nint PanoramaTextServices001 = 0x2B79B0;
|
||||||
}
|
}
|
||||||
// Module: panoramauiclient.dll
|
// Module: panoramauiclient.dll
|
||||||
public static class PanoramauiclientDll {
|
public static class PanoramauiclientDll {
|
||||||
public const nint PanoramaUIClient001 = 0x28D840;
|
public const nint PanoramaUIClient001 = 0x28F300;
|
||||||
}
|
}
|
||||||
// Module: particles.dll
|
// Module: particles.dll
|
||||||
public static class ParticlesDll {
|
public static class ParticlesDll {
|
||||||
public const nint ParticleSystemMgr003 = 0x629C30;
|
public const nint ParticleSystemMgr003 = 0x566730;
|
||||||
}
|
}
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
public static class PulseSystemDll {
|
public static class PulseSystemDll {
|
||||||
public const nint IPulseSystem_001 = 0x17D9A0;
|
public const nint IPulseSystem_001 = 0x18BEC0;
|
||||||
}
|
}
|
||||||
// Module: rendersystemdx11.dll
|
// Module: rendersystemdx11.dll
|
||||||
public static class Rendersystemdx11Dll {
|
public static class Rendersystemdx11Dll {
|
||||||
public const nint RenderDeviceMgr001 = 0x3EE1F0;
|
public const nint RenderDeviceMgr001 = 0x405400;
|
||||||
public const nint RenderUtils_001 = 0x3EEA58;
|
public const nint RenderUtils_001 = 0x405CF8;
|
||||||
public const nint VRenderDeviceMgrBackdoor001 = 0x3EE290;
|
public const nint VRenderDeviceMgrBackdoor001 = 0x4054A0;
|
||||||
}
|
}
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
public static class ResourcesystemDll {
|
public static class ResourcesystemDll {
|
||||||
public const nint ResourceSystem013 = 0x72A40;
|
public const nint ResourceSystem013 = 0x7DB50;
|
||||||
}
|
}
|
||||||
// Module: scenefilecache.dll
|
// Module: scenefilecache.dll
|
||||||
public static class ScenefilecacheDll {
|
public static class ScenefilecacheDll {
|
||||||
public const nint ResponseRulesCache001 = 0x720F0;
|
public const nint ResponseRulesCache001 = 0x79190;
|
||||||
public const nint SceneFileCache002 = 0x72260;
|
public const nint SceneFileCache002 = 0x792E0;
|
||||||
}
|
}
|
||||||
// Module: scenesystem.dll
|
// Module: scenesystem.dll
|
||||||
public static class ScenesystemDll {
|
public static class ScenesystemDll {
|
||||||
public const nint RenderingPipelines_001 = 0x5CEB30;
|
public const nint RenderingPipelines_001 = 0x620AC0;
|
||||||
public const nint SceneSystem_002 = 0x7AE000;
|
public const nint SceneSystem_002 = 0x8433E0;
|
||||||
public const nint SceneUtils_001 = 0x5CF380;
|
public const nint SceneUtils_001 = 0x621270;
|
||||||
}
|
}
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
public static class SchemasystemDll {
|
public static class SchemasystemDll {
|
||||||
public const nint SchemaSystem_001 = 0x616E0;
|
public const nint SchemaSystem_001 = 0x786E0;
|
||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
public static class ServerDll {
|
public static class ServerDll {
|
||||||
public const nint EmptyWorldService001_Server = 0x1370BB0;
|
public const nint EmptyWorldService001_Server = 0x15F4F50;
|
||||||
public const nint EntitySubclassUtilsV001 = 0x1321180;
|
public const nint EntitySubclassUtilsV001 = 0x159ED00;
|
||||||
public const nint NavGameTest001 = 0x140FBD8;
|
public const nint NavGameTest001 = 0x169B500;
|
||||||
public const nint ServerToolsInfo_001 = 0x13C5578;
|
public const nint ServerToolsInfo_001 = 0x164BEC8;
|
||||||
public const nint Source2GameClients001 = 0x13BF440;
|
public const nint Source2GameClients001 = 0x1647EB0;
|
||||||
public const nint Source2GameDirector001 = 0x14F31A0;
|
public const nint Source2GameDirector001 = 0x1792E40;
|
||||||
public const nint Source2GameEntities001 = 0x13C54A0;
|
public const nint Source2GameEntities001 = 0x164B5D0;
|
||||||
public const nint Source2Server001 = 0x13C5310;
|
public const nint Source2Server001 = 0x164B440;
|
||||||
public const nint Source2ServerConfig001 = 0x15BDC68;
|
public const nint Source2ServerConfig001 = 0x18641B8;
|
||||||
public const nint customnavsystem001 = 0x13058F8;
|
public const nint customnavsystem001 = 0x157F568;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
public static class SoundsystemDll {
|
public static class SoundsystemDll {
|
||||||
public const nint SoundOpSystem001 = 0x3A1C50;
|
public const nint SoundOpSystem001 = 0x3CFBF0;
|
||||||
public const nint SoundOpSystemEdit001 = 0x3A1B20;
|
public const nint SoundOpSystemEdit001 = 0x3CFAE0;
|
||||||
public const nint SoundSystem001 = 0x3A15F0;
|
public const nint SoundSystem001 = 0x3CF620;
|
||||||
public const nint VMixEditTool001 = 0x48289D0A;
|
public const nint VMixEditTool001 = 0x485EC0BB;
|
||||||
}
|
}
|
||||||
// Module: steamaudio.dll
|
// Module: steamaudio.dll
|
||||||
public static class SteamaudioDll {
|
public static class SteamaudioDll {
|
||||||
public const nint SteamAudio001 = 0x2139F0;
|
public const nint SteamAudio001 = 0x24FF10;
|
||||||
}
|
}
|
||||||
// Module: steamclient64.dll
|
// Module: steamclient64.dll
|
||||||
public static class Steamclient64Dll {
|
public static class Steamclient64Dll {
|
||||||
@ -205,23 +205,27 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
public static class Tier0Dll {
|
public static class Tier0Dll {
|
||||||
public const nint TestScriptMgr001 = 0x37EA80;
|
public const nint TestScriptMgr001 = 0x3A5CA0;
|
||||||
public const nint VEngineCvar007 = 0x38D4E0;
|
public const nint VEngineCvar007 = 0x3B4680;
|
||||||
public const nint VProcessUtils002 = 0x37E990;
|
public const nint VProcessUtils002 = 0x3A5BE0;
|
||||||
public const nint VStringTokenSystem001 = 0x3A5F00;
|
public const nint VStringTokenSystem001 = 0x3DB4E0;
|
||||||
}
|
}
|
||||||
// Module: v8system.dll
|
// Module: v8system.dll
|
||||||
public static class V8systemDll {
|
public static class V8systemDll {
|
||||||
public const nint Source2V8System001 = 0x2C480;
|
public const nint Source2V8System001 = 0x315B0;
|
||||||
|
}
|
||||||
|
// Module: vconcomm.dll
|
||||||
|
public static class VconcommDll {
|
||||||
|
public const nint VConComm001 = 0x365C0;
|
||||||
}
|
}
|
||||||
// Module: vphysics2.dll
|
// Module: vphysics2.dll
|
||||||
public static class Vphysics2Dll {
|
public static class Vphysics2Dll {
|
||||||
public const nint VPhysics2_Handle_Interface_001 = 0x391F70;
|
public const nint VPhysics2_Handle_Interface_001 = 0x3D1E00;
|
||||||
public const nint VPhysics2_Interface_001 = 0x391FB0;
|
public const nint VPhysics2_Interface_001 = 0x3D1E40;
|
||||||
}
|
}
|
||||||
// Module: vscript.dll
|
// Module: vscript.dll
|
||||||
public static class VscriptDll {
|
public static class VscriptDll {
|
||||||
public const nint VScriptManager010 = 0x128600;
|
public const nint VScriptManager010 = 0x13C280;
|
||||||
}
|
}
|
||||||
// Module: vstdlib_s64.dll
|
// Module: vstdlib_s64.dll
|
||||||
public static class VstdlibS64Dll {
|
public static class VstdlibS64Dll {
|
||||||
@ -230,6 +234,6 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
public static class WorldrendererDll {
|
public static class WorldrendererDll {
|
||||||
public const nint WorldRendererMgr001 = 0x161D80;
|
public const nint WorldRendererMgr001 = 0x1C5050;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-07-16 05:17:05.277202900 UTC
|
// 2025-07-29 06:35:55.857265100 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -9,180 +9,180 @@ namespace cs2_dumper {
|
|||||||
namespace interfaces {
|
namespace interfaces {
|
||||||
// Module: animationsystem.dll
|
// Module: animationsystem.dll
|
||||||
namespace animationsystem_dll {
|
namespace animationsystem_dll {
|
||||||
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x60FE28;
|
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x707BF0;
|
||||||
constexpr std::ptrdiff_t AnimationSystem_001 = 0x607D50;
|
constexpr std::ptrdiff_t AnimationSystem_001 = 0x6FFB10;
|
||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
namespace client_dll {
|
namespace client_dll {
|
||||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x1850ED0;
|
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x1AECC60;
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x180D0F0;
|
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x1AA8280;
|
||||||
constexpr std::ptrdiff_t GameClientExports001 = 0x184DB88;
|
constexpr std::ptrdiff_t GameClientExports001 = 0x1AE9A50;
|
||||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x186E1F0;
|
constexpr std::ptrdiff_t LegacyGameUI001 = 0x1B094E0;
|
||||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A67A10;
|
constexpr std::ptrdiff_t Source2Client002 = 0x1D1B100;
|
||||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x1A00610;
|
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x1CB9C00;
|
||||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1858F50;
|
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1AF4950;
|
||||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x186C720;
|
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1B07C60;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x546D30;
|
constexpr std::ptrdiff_t BenchmarkService001 = 0x5BF620;
|
||||||
constexpr std::ptrdiff_t BugService001 = 0x5DFD10;
|
constexpr std::ptrdiff_t BugService001 = 0x867960;
|
||||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x547A70;
|
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x8A9030;
|
||||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x544B90;
|
constexpr std::ptrdiff_t EngineGameUI001 = 0x5BD3B0;
|
||||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x620BF0;
|
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x8A8980;
|
||||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x620F10;
|
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x8A8C50;
|
||||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x621050;
|
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x8A8D70;
|
||||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x546E30;
|
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x5BF720;
|
||||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x546E90;
|
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x5BF780;
|
||||||
constexpr std::ptrdiff_t GameUIService_001 = 0x5E0010;
|
constexpr std::ptrdiff_t GameUIService_001 = 0x867D90;
|
||||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x547960;
|
constexpr std::ptrdiff_t HostStateMgr001 = 0x5BFFC0;
|
||||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x540060;
|
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x5B8940;
|
||||||
constexpr std::ptrdiff_t InputService_001 = 0x5E0320;
|
constexpr std::ptrdiff_t InputService_001 = 0x868080;
|
||||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x547A10;
|
constexpr std::ptrdiff_t KeyValueCache001 = 0x5C0070;
|
||||||
constexpr std::ptrdiff_t MapListService_001 = 0x61F370;
|
constexpr std::ptrdiff_t MapListService_001 = 0x8A7000;
|
||||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x61F500;
|
constexpr std::ptrdiff_t NetworkClientService_001 = 0x8A7190;
|
||||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x547140;
|
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x8A74B0;
|
||||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x61F890;
|
constexpr std::ptrdiff_t NetworkServerService_001 = 0x8A7640;
|
||||||
constexpr std::ptrdiff_t NetworkService_001 = 0x547290;
|
constexpr std::ptrdiff_t NetworkService_001 = 0x5BF8F0;
|
||||||
constexpr std::ptrdiff_t RenderService_001 = 0x61FAF0;
|
constexpr std::ptrdiff_t RenderService_001 = 0x8A78A0;
|
||||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x61FD90;
|
constexpr std::ptrdiff_t ScreenshotService001 = 0x8A7B50;
|
||||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x547B80;
|
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x5C00D0;
|
||||||
constexpr std::ptrdiff_t SoundService_001 = 0x5472D0;
|
constexpr std::ptrdiff_t SoundService_001 = 0x5BF930;
|
||||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x544210;
|
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x5BCB00;
|
||||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x544270;
|
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x5BCB60;
|
||||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x544308;
|
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x5BCBD8;
|
||||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x544330;
|
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x5BCC00;
|
||||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x5475D0;
|
constexpr std::ptrdiff_t SplitScreenService_001 = 0x5BFC30;
|
||||||
constexpr std::ptrdiff_t StatsService_001 = 0x6201C0;
|
constexpr std::ptrdiff_t StatsService_001 = 0x8A7F50;
|
||||||
constexpr std::ptrdiff_t ToolService_001 = 0x547790;
|
constexpr std::ptrdiff_t ToolService_001 = 0x5BFDF0;
|
||||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x544C20;
|
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x5BD440;
|
||||||
constexpr std::ptrdiff_t VProfService_001 = 0x5477D0;
|
constexpr std::ptrdiff_t VProfService_001 = 0x5BFE30;
|
||||||
}
|
}
|
||||||
// Module: filesystem_stdio.dll
|
// Module: filesystem_stdio.dll
|
||||||
namespace filesystem_stdio_dll {
|
namespace filesystem_stdio_dll {
|
||||||
constexpr std::ptrdiff_t VAsyncFileSystem2_001 = 0x20C590;
|
constexpr std::ptrdiff_t VAsyncFileSystem2_001 = 0x21BB40;
|
||||||
constexpr std::ptrdiff_t VFileSystem017 = 0x211840;
|
constexpr std::ptrdiff_t VFileSystem017 = 0x21B7E0;
|
||||||
}
|
}
|
||||||
// Module: host.dll
|
// Module: host.dll
|
||||||
namespace host_dll {
|
namespace host_dll {
|
||||||
constexpr std::ptrdiff_t DebugDrawQueueManager001 = 0x136FE0;
|
constexpr std::ptrdiff_t DebugDrawQueueManager001 = 0x138E30;
|
||||||
constexpr std::ptrdiff_t GameModelInfo001 = 0x137020;
|
constexpr std::ptrdiff_t GameModelInfo001 = 0x138E70;
|
||||||
constexpr std::ptrdiff_t GameSystem2HostHook = 0x137060;
|
constexpr std::ptrdiff_t GameSystem2HostHook = 0x138EB0;
|
||||||
constexpr std::ptrdiff_t HostUtils001 = 0x137090;
|
constexpr std::ptrdiff_t HostUtils001 = 0x138EE0;
|
||||||
constexpr std::ptrdiff_t PredictionDiffManager001 = 0x1372E0;
|
constexpr std::ptrdiff_t PredictionDiffManager001 = 0x1390D0;
|
||||||
constexpr std::ptrdiff_t SaveRestoreDataVersion001 = 0x137410;
|
constexpr std::ptrdiff_t SaveRestoreDataVersion001 = 0x139200;
|
||||||
constexpr std::ptrdiff_t SinglePlayerSharedMemory001 = 0x137440;
|
constexpr std::ptrdiff_t SinglePlayerSharedMemory001 = 0x139230;
|
||||||
constexpr std::ptrdiff_t Source2Host001 = 0x1374B0;
|
constexpr std::ptrdiff_t Source2Host001 = 0x1392A0;
|
||||||
}
|
}
|
||||||
// Module: imemanager.dll
|
// Module: imemanager.dll
|
||||||
namespace imemanager_dll {
|
namespace imemanager_dll {
|
||||||
constexpr std::ptrdiff_t IMEManager001 = 0x2EA50;
|
constexpr std::ptrdiff_t IMEManager001 = 0x35AA0;
|
||||||
}
|
}
|
||||||
// Module: inputsystem.dll
|
// Module: inputsystem.dll
|
||||||
namespace inputsystem_dll {
|
namespace inputsystem_dll {
|
||||||
constexpr std::ptrdiff_t InputStackSystemVersion001 = 0x36B70;
|
constexpr std::ptrdiff_t InputStackSystemVersion001 = 0x43CD0;
|
||||||
constexpr std::ptrdiff_t InputSystemVersion001 = 0x387E0;
|
constexpr std::ptrdiff_t InputSystemVersion001 = 0x459F0;
|
||||||
}
|
}
|
||||||
// Module: localize.dll
|
// Module: localize.dll
|
||||||
namespace localize_dll {
|
namespace localize_dll {
|
||||||
constexpr std::ptrdiff_t Localize_001 = 0x3AAD0;
|
constexpr std::ptrdiff_t Localize_001 = 0x46BC0;
|
||||||
}
|
}
|
||||||
// Module: matchmaking.dll
|
// Module: matchmaking.dll
|
||||||
namespace matchmaking_dll {
|
namespace matchmaking_dll {
|
||||||
constexpr std::ptrdiff_t GameTypes001 = 0x1A52E0;
|
constexpr std::ptrdiff_t GameTypes001 = 0x1B3F10;
|
||||||
constexpr std::ptrdiff_t MATCHFRAMEWORK_001 = 0x1AD510;
|
constexpr std::ptrdiff_t MATCHFRAMEWORK_001 = 0x1BC110;
|
||||||
}
|
}
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
namespace materialsystem2_dll {
|
namespace materialsystem2_dll {
|
||||||
constexpr std::ptrdiff_t FontManager_001 = 0x114330;
|
constexpr std::ptrdiff_t FontManager_001 = 0x1324C0;
|
||||||
constexpr std::ptrdiff_t MaterialUtils_001 = 0x10F4C0;
|
constexpr std::ptrdiff_t MaterialUtils_001 = 0x127270;
|
||||||
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x10F3D0;
|
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x127180;
|
||||||
constexpr std::ptrdiff_t TextLayout_001 = 0x10F450;
|
constexpr std::ptrdiff_t TextLayout_001 = 0x127200;
|
||||||
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x113910;
|
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x131B60;
|
||||||
}
|
}
|
||||||
// Module: meshsystem.dll
|
// Module: meshsystem.dll
|
||||||
namespace meshsystem_dll {
|
namespace meshsystem_dll {
|
||||||
constexpr std::ptrdiff_t MeshSystem001 = 0x19D610;
|
constexpr std::ptrdiff_t MeshSystem001 = 0x1C7490;
|
||||||
}
|
}
|
||||||
// Module: navsystem.dll
|
// Module: navsystem.dll
|
||||||
namespace navsystem_dll {
|
namespace navsystem_dll {
|
||||||
constexpr std::ptrdiff_t NavSystem001 = 0xFB730;
|
constexpr std::ptrdiff_t NavSystem001 = 0x123520;
|
||||||
}
|
}
|
||||||
// Module: networksystem.dll
|
// Module: networksystem.dll
|
||||||
namespace networksystem_dll {
|
namespace networksystem_dll {
|
||||||
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x244570;
|
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x25E210;
|
||||||
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x2765E0;
|
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x2962A0;
|
||||||
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0x26E300;
|
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0x287B20;
|
||||||
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0x26E3F0;
|
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0x287C30;
|
||||||
}
|
}
|
||||||
// Module: panorama.dll
|
// Module: panorama.dll
|
||||||
namespace panorama_dll {
|
namespace panorama_dll {
|
||||||
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x4E9250;
|
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x503AD0;
|
||||||
}
|
}
|
||||||
// Module: panorama_text_pango.dll
|
// Module: panorama_text_pango.dll
|
||||||
namespace panorama_text_pango_dll {
|
namespace panorama_text_pango_dll {
|
||||||
constexpr std::ptrdiff_t PanoramaTextServices001 = 0x2B38E0;
|
constexpr std::ptrdiff_t PanoramaTextServices001 = 0x2B79B0;
|
||||||
}
|
}
|
||||||
// Module: panoramauiclient.dll
|
// Module: panoramauiclient.dll
|
||||||
namespace panoramauiclient_dll {
|
namespace panoramauiclient_dll {
|
||||||
constexpr std::ptrdiff_t PanoramaUIClient001 = 0x28D840;
|
constexpr std::ptrdiff_t PanoramaUIClient001 = 0x28F300;
|
||||||
}
|
}
|
||||||
// Module: particles.dll
|
// Module: particles.dll
|
||||||
namespace particles_dll {
|
namespace particles_dll {
|
||||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x629C30;
|
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x566730;
|
||||||
}
|
}
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
namespace pulse_system_dll {
|
namespace pulse_system_dll {
|
||||||
constexpr std::ptrdiff_t IPulseSystem_001 = 0x17D9A0;
|
constexpr std::ptrdiff_t IPulseSystem_001 = 0x18BEC0;
|
||||||
}
|
}
|
||||||
// Module: rendersystemdx11.dll
|
// Module: rendersystemdx11.dll
|
||||||
namespace rendersystemdx11_dll {
|
namespace rendersystemdx11_dll {
|
||||||
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x3EE1F0;
|
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x405400;
|
||||||
constexpr std::ptrdiff_t RenderUtils_001 = 0x3EEA58;
|
constexpr std::ptrdiff_t RenderUtils_001 = 0x405CF8;
|
||||||
constexpr std::ptrdiff_t VRenderDeviceMgrBackdoor001 = 0x3EE290;
|
constexpr std::ptrdiff_t VRenderDeviceMgrBackdoor001 = 0x4054A0;
|
||||||
}
|
}
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
namespace resourcesystem_dll {
|
namespace resourcesystem_dll {
|
||||||
constexpr std::ptrdiff_t ResourceSystem013 = 0x72A40;
|
constexpr std::ptrdiff_t ResourceSystem013 = 0x7DB50;
|
||||||
}
|
}
|
||||||
// Module: scenefilecache.dll
|
// Module: scenefilecache.dll
|
||||||
namespace scenefilecache_dll {
|
namespace scenefilecache_dll {
|
||||||
constexpr std::ptrdiff_t ResponseRulesCache001 = 0x720F0;
|
constexpr std::ptrdiff_t ResponseRulesCache001 = 0x79190;
|
||||||
constexpr std::ptrdiff_t SceneFileCache002 = 0x72260;
|
constexpr std::ptrdiff_t SceneFileCache002 = 0x792E0;
|
||||||
}
|
}
|
||||||
// Module: scenesystem.dll
|
// Module: scenesystem.dll
|
||||||
namespace scenesystem_dll {
|
namespace scenesystem_dll {
|
||||||
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x5CEB30;
|
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x620AC0;
|
||||||
constexpr std::ptrdiff_t SceneSystem_002 = 0x7AE000;
|
constexpr std::ptrdiff_t SceneSystem_002 = 0x8433E0;
|
||||||
constexpr std::ptrdiff_t SceneUtils_001 = 0x5CF380;
|
constexpr std::ptrdiff_t SceneUtils_001 = 0x621270;
|
||||||
}
|
}
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
namespace schemasystem_dll {
|
namespace schemasystem_dll {
|
||||||
constexpr std::ptrdiff_t SchemaSystem_001 = 0x616E0;
|
constexpr std::ptrdiff_t SchemaSystem_001 = 0x786E0;
|
||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
namespace server_dll {
|
namespace server_dll {
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1370BB0;
|
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x15F4F50;
|
||||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x1321180;
|
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x159ED00;
|
||||||
constexpr std::ptrdiff_t NavGameTest001 = 0x140FBD8;
|
constexpr std::ptrdiff_t NavGameTest001 = 0x169B500;
|
||||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C5578;
|
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x164BEC8;
|
||||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13BF440;
|
constexpr std::ptrdiff_t Source2GameClients001 = 0x1647EB0;
|
||||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14F31A0;
|
constexpr std::ptrdiff_t Source2GameDirector001 = 0x1792E40;
|
||||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C54A0;
|
constexpr std::ptrdiff_t Source2GameEntities001 = 0x164B5D0;
|
||||||
constexpr std::ptrdiff_t Source2Server001 = 0x13C5310;
|
constexpr std::ptrdiff_t Source2Server001 = 0x164B440;
|
||||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15BDC68;
|
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x18641B8;
|
||||||
constexpr std::ptrdiff_t customnavsystem001 = 0x13058F8;
|
constexpr std::ptrdiff_t customnavsystem001 = 0x157F568;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
namespace soundsystem_dll {
|
namespace soundsystem_dll {
|
||||||
constexpr std::ptrdiff_t SoundOpSystem001 = 0x3A1C50;
|
constexpr std::ptrdiff_t SoundOpSystem001 = 0x3CFBF0;
|
||||||
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x3A1B20;
|
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x3CFAE0;
|
||||||
constexpr std::ptrdiff_t SoundSystem001 = 0x3A15F0;
|
constexpr std::ptrdiff_t SoundSystem001 = 0x3CF620;
|
||||||
constexpr std::ptrdiff_t VMixEditTool001 = 0x48289D0A;
|
constexpr std::ptrdiff_t VMixEditTool001 = 0x485EC0BB;
|
||||||
}
|
}
|
||||||
// Module: steamaudio.dll
|
// Module: steamaudio.dll
|
||||||
namespace steamaudio_dll {
|
namespace steamaudio_dll {
|
||||||
constexpr std::ptrdiff_t SteamAudio001 = 0x2139F0;
|
constexpr std::ptrdiff_t SteamAudio001 = 0x24FF10;
|
||||||
}
|
}
|
||||||
// Module: steamclient64.dll
|
// Module: steamclient64.dll
|
||||||
namespace steamclient64_dll {
|
namespace steamclient64_dll {
|
||||||
@ -210,23 +210,27 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
namespace tier0_dll {
|
namespace tier0_dll {
|
||||||
constexpr std::ptrdiff_t TestScriptMgr001 = 0x37EA80;
|
constexpr std::ptrdiff_t TestScriptMgr001 = 0x3A5CA0;
|
||||||
constexpr std::ptrdiff_t VEngineCvar007 = 0x38D4E0;
|
constexpr std::ptrdiff_t VEngineCvar007 = 0x3B4680;
|
||||||
constexpr std::ptrdiff_t VProcessUtils002 = 0x37E990;
|
constexpr std::ptrdiff_t VProcessUtils002 = 0x3A5BE0;
|
||||||
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x3A5F00;
|
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x3DB4E0;
|
||||||
}
|
}
|
||||||
// Module: v8system.dll
|
// Module: v8system.dll
|
||||||
namespace v8system_dll {
|
namespace v8system_dll {
|
||||||
constexpr std::ptrdiff_t Source2V8System001 = 0x2C480;
|
constexpr std::ptrdiff_t Source2V8System001 = 0x315B0;
|
||||||
|
}
|
||||||
|
// Module: vconcomm.dll
|
||||||
|
namespace vconcomm_dll {
|
||||||
|
constexpr std::ptrdiff_t VConComm001 = 0x365C0;
|
||||||
}
|
}
|
||||||
// Module: vphysics2.dll
|
// Module: vphysics2.dll
|
||||||
namespace vphysics2_dll {
|
namespace vphysics2_dll {
|
||||||
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x391F70;
|
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x3D1E00;
|
||||||
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0x391FB0;
|
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0x3D1E40;
|
||||||
}
|
}
|
||||||
// Module: vscript.dll
|
// Module: vscript.dll
|
||||||
namespace vscript_dll {
|
namespace vscript_dll {
|
||||||
constexpr std::ptrdiff_t VScriptManager010 = 0x128600;
|
constexpr std::ptrdiff_t VScriptManager010 = 0x13C280;
|
||||||
}
|
}
|
||||||
// Module: vstdlib_s64.dll
|
// Module: vstdlib_s64.dll
|
||||||
namespace vstdlib_s64_dll {
|
namespace vstdlib_s64_dll {
|
||||||
@ -235,7 +239,7 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
namespace worldrenderer_dll {
|
namespace worldrenderer_dll {
|
||||||
constexpr std::ptrdiff_t WorldRendererMgr001 = 0x161D80;
|
constexpr std::ptrdiff_t WorldRendererMgr001 = 0x1C5050;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,154 +1,154 @@
|
|||||||
{
|
{
|
||||||
"animationsystem.dll": {
|
"animationsystem.dll": {
|
||||||
"AnimationSystemUtils_001": 6356520,
|
"AnimationSystemUtils_001": 7371760,
|
||||||
"AnimationSystem_001": 6323536
|
"AnimationSystem_001": 7338768
|
||||||
},
|
},
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"ClientToolsInfo_001": 25497296,
|
"ClientToolsInfo_001": 28232800,
|
||||||
"EmptyWorldService001_Client": 25219312,
|
"EmptyWorldService001_Client": 27951744,
|
||||||
"GameClientExports001": 25484168,
|
"GameClientExports001": 28219984,
|
||||||
"LegacyGameUI001": 25616880,
|
"LegacyGameUI001": 28349664,
|
||||||
"Source2Client002": 27687440,
|
"Source2Client002": 30519552,
|
||||||
"Source2ClientConfig001": 27264528,
|
"Source2ClientConfig001": 30120960,
|
||||||
"Source2ClientPrediction001": 25530192,
|
"Source2ClientPrediction001": 28264784,
|
||||||
"Source2ClientUI001": 25610016
|
"Source2ClientUI001": 28343392
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"BenchmarkService001": 5532976,
|
"BenchmarkService001": 6026784,
|
||||||
"BugService001": 6159632,
|
"BugService001": 8812896,
|
||||||
"ClientServerEngineLoopService_001": 5536368,
|
"ClientServerEngineLoopService_001": 9080880,
|
||||||
"EngineGameUI001": 5524368,
|
"EngineGameUI001": 6017968,
|
||||||
"EngineServiceMgr001": 6425584,
|
"EngineServiceMgr001": 9079168,
|
||||||
"GameEventSystemClientV001": 6426384,
|
"GameEventSystemClientV001": 9079888,
|
||||||
"GameEventSystemServerV001": 6426704,
|
"GameEventSystemServerV001": 9080176,
|
||||||
"GameResourceServiceClientV001": 5533232,
|
"GameResourceServiceClientV001": 6027040,
|
||||||
"GameResourceServiceServerV001": 5533328,
|
"GameResourceServiceServerV001": 6027136,
|
||||||
"GameUIService_001": 6160400,
|
"GameUIService_001": 8813968,
|
||||||
"HostStateMgr001": 5536096,
|
"HostStateMgr001": 6029248,
|
||||||
"INETSUPPORT_001": 5505120,
|
"INETSUPPORT_001": 5998912,
|
||||||
"InputService_001": 6161184,
|
"InputService_001": 8814720,
|
||||||
"KeyValueCache001": 5536272,
|
"KeyValueCache001": 6029424,
|
||||||
"MapListService_001": 6419312,
|
"MapListService_001": 9072640,
|
||||||
"NetworkClientService_001": 6419712,
|
"NetworkClientService_001": 9073040,
|
||||||
"NetworkP2PService_001": 5534016,
|
"NetworkP2PService_001": 9073840,
|
||||||
"NetworkServerService_001": 6420624,
|
"NetworkServerService_001": 9074240,
|
||||||
"NetworkService_001": 5534352,
|
"NetworkService_001": 6027504,
|
||||||
"RenderService_001": 6421232,
|
"RenderService_001": 9074848,
|
||||||
"ScreenshotService001": 6421904,
|
"ScreenshotService001": 9075536,
|
||||||
"SimpleEngineLoopService_001": 5536640,
|
"SimpleEngineLoopService_001": 6029520,
|
||||||
"SoundService_001": 5534416,
|
"SoundService_001": 6027568,
|
||||||
"Source2EngineToClient001": 5521936,
|
"Source2EngineToClient001": 6015744,
|
||||||
"Source2EngineToClientStringTable001": 5522032,
|
"Source2EngineToClientStringTable001": 6015840,
|
||||||
"Source2EngineToServer001": 5522184,
|
"Source2EngineToServer001": 6015960,
|
||||||
"Source2EngineToServerStringTable001": 5522224,
|
"Source2EngineToServerStringTable001": 6016000,
|
||||||
"SplitScreenService_001": 5535184,
|
"SplitScreenService_001": 6028336,
|
||||||
"StatsService_001": 6422976,
|
"StatsService_001": 9076560,
|
||||||
"ToolService_001": 5535632,
|
"ToolService_001": 6028784,
|
||||||
"VENGINE_GAMEUIFUNCS_VERSION005": 5524512,
|
"VENGINE_GAMEUIFUNCS_VERSION005": 6018112,
|
||||||
"VProfService_001": 5535696
|
"VProfService_001": 6028848
|
||||||
},
|
},
|
||||||
"filesystem_stdio.dll": {
|
"filesystem_stdio.dll": {
|
||||||
"VAsyncFileSystem2_001": 2147728,
|
"VAsyncFileSystem2_001": 2210624,
|
||||||
"VFileSystem017": 2168896
|
"VFileSystem017": 2209760
|
||||||
},
|
},
|
||||||
"host.dll": {
|
"host.dll": {
|
||||||
"DebugDrawQueueManager001": 1273824,
|
"DebugDrawQueueManager001": 1281584,
|
||||||
"GameModelInfo001": 1273888,
|
"GameModelInfo001": 1281648,
|
||||||
"GameSystem2HostHook": 1273952,
|
"GameSystem2HostHook": 1281712,
|
||||||
"HostUtils001": 1274000,
|
"HostUtils001": 1281760,
|
||||||
"PredictionDiffManager001": 1274592,
|
"PredictionDiffManager001": 1282256,
|
||||||
"SaveRestoreDataVersion001": 1274896,
|
"SaveRestoreDataVersion001": 1282560,
|
||||||
"SinglePlayerSharedMemory001": 1274944,
|
"SinglePlayerSharedMemory001": 1282608,
|
||||||
"Source2Host001": 1275056
|
"Source2Host001": 1282720
|
||||||
},
|
},
|
||||||
"imemanager.dll": {
|
"imemanager.dll": {
|
||||||
"IMEManager001": 191056
|
"IMEManager001": 219808
|
||||||
},
|
},
|
||||||
"inputsystem.dll": {
|
"inputsystem.dll": {
|
||||||
"InputStackSystemVersion001": 224112,
|
"InputStackSystemVersion001": 277712,
|
||||||
"InputSystemVersion001": 231392
|
"InputSystemVersion001": 285168
|
||||||
},
|
},
|
||||||
"localize.dll": {
|
"localize.dll": {
|
||||||
"Localize_001": 240336
|
"Localize_001": 289728
|
||||||
},
|
},
|
||||||
"matchmaking.dll": {
|
"matchmaking.dll": {
|
||||||
"GameTypes001": 1725152,
|
"GameTypes001": 1785616,
|
||||||
"MATCHFRAMEWORK_001": 1758480
|
"MATCHFRAMEWORK_001": 1818896
|
||||||
},
|
},
|
||||||
"materialsystem2.dll": {
|
"materialsystem2.dll": {
|
||||||
"FontManager_001": 1131312,
|
"FontManager_001": 1254592,
|
||||||
"MaterialUtils_001": 1111232,
|
"MaterialUtils_001": 1208944,
|
||||||
"PostProcessingSystem_001": 1110992,
|
"PostProcessingSystem_001": 1208704,
|
||||||
"TextLayout_001": 1111120,
|
"TextLayout_001": 1208832,
|
||||||
"VMaterialSystem2_001": 1128720
|
"VMaterialSystem2_001": 1252192
|
||||||
},
|
},
|
||||||
"meshsystem.dll": {
|
"meshsystem.dll": {
|
||||||
"MeshSystem001": 1693200
|
"MeshSystem001": 1864848
|
||||||
},
|
},
|
||||||
"navsystem.dll": {
|
"navsystem.dll": {
|
||||||
"NavSystem001": 1029936
|
"NavSystem001": 1193248
|
||||||
},
|
},
|
||||||
"networksystem.dll": {
|
"networksystem.dll": {
|
||||||
"FlattenedSerializersVersion001": 2377072,
|
"FlattenedSerializersVersion001": 2482704,
|
||||||
"NetworkMessagesVersion001": 2581984,
|
"NetworkMessagesVersion001": 2712224,
|
||||||
"NetworkSystemVersion001": 2548480,
|
"NetworkSystemVersion001": 2652960,
|
||||||
"SerializedEntitiesVersion001": 2548720
|
"SerializedEntitiesVersion001": 2653232
|
||||||
},
|
},
|
||||||
"panorama.dll": {
|
"panorama.dll": {
|
||||||
"PanoramaUIEngine001": 5149264
|
"PanoramaUIEngine001": 5257936
|
||||||
},
|
},
|
||||||
"panorama_text_pango.dll": {
|
"panorama_text_pango.dll": {
|
||||||
"PanoramaTextServices001": 2832608
|
"PanoramaTextServices001": 2849200
|
||||||
},
|
},
|
||||||
"panoramauiclient.dll": {
|
"panoramauiclient.dll": {
|
||||||
"PanoramaUIClient001": 2676800
|
"PanoramaUIClient001": 2683648
|
||||||
},
|
},
|
||||||
"particles.dll": {
|
"particles.dll": {
|
||||||
"ParticleSystemMgr003": 6462512
|
"ParticleSystemMgr003": 5662512
|
||||||
},
|
},
|
||||||
"pulse_system.dll": {
|
"pulse_system.dll": {
|
||||||
"IPulseSystem_001": 1563040
|
"IPulseSystem_001": 1621696
|
||||||
},
|
},
|
||||||
"rendersystemdx11.dll": {
|
"rendersystemdx11.dll": {
|
||||||
"RenderDeviceMgr001": 4121072,
|
"RenderDeviceMgr001": 4215808,
|
||||||
"RenderUtils_001": 4123224,
|
"RenderUtils_001": 4218104,
|
||||||
"VRenderDeviceMgrBackdoor001": 4121232
|
"VRenderDeviceMgrBackdoor001": 4215968
|
||||||
},
|
},
|
||||||
"resourcesystem.dll": {
|
"resourcesystem.dll": {
|
||||||
"ResourceSystem013": 469568
|
"ResourceSystem013": 514896
|
||||||
},
|
},
|
||||||
"scenefilecache.dll": {
|
"scenefilecache.dll": {
|
||||||
"ResponseRulesCache001": 467184,
|
"ResponseRulesCache001": 496016,
|
||||||
"SceneFileCache002": 467552
|
"SceneFileCache002": 496352
|
||||||
},
|
},
|
||||||
"scenesystem.dll": {
|
"scenesystem.dll": {
|
||||||
"RenderingPipelines_001": 6089520,
|
"RenderingPipelines_001": 6425280,
|
||||||
"SceneSystem_002": 8052736,
|
"SceneSystem_002": 8664032,
|
||||||
"SceneUtils_001": 6091648
|
"SceneUtils_001": 6427248
|
||||||
},
|
},
|
||||||
"schemasystem.dll": {
|
"schemasystem.dll": {
|
||||||
"SchemaSystem_001": 399072
|
"SchemaSystem_001": 493280
|
||||||
},
|
},
|
||||||
"server.dll": {
|
"server.dll": {
|
||||||
"EmptyWorldService001_Server": 20384688,
|
"EmptyWorldService001_Server": 23023440,
|
||||||
"EntitySubclassUtilsV001": 20058496,
|
"EntitySubclassUtilsV001": 22670592,
|
||||||
"NavGameTest001": 21035992,
|
"NavGameTest001": 23704832,
|
||||||
"ServerToolsInfo_001": 20731256,
|
"ServerToolsInfo_001": 23379656,
|
||||||
"Source2GameClients001": 20706368,
|
"Source2GameClients001": 23363248,
|
||||||
"Source2GameDirector001": 21967264,
|
"Source2GameDirector001": 24718912,
|
||||||
"Source2GameEntities001": 20731040,
|
"Source2GameEntities001": 23377360,
|
||||||
"Source2Server001": 20730640,
|
"Source2Server001": 23376960,
|
||||||
"Source2ServerConfig001": 22797416,
|
"Source2ServerConfig001": 25575864,
|
||||||
"customnavsystem001": 19945720
|
"customnavsystem001": 22541672
|
||||||
},
|
},
|
||||||
"soundsystem.dll": {
|
"soundsystem.dll": {
|
||||||
"SoundOpSystem001": 3808336,
|
"SoundOpSystem001": 3996656,
|
||||||
"SoundOpSystemEdit001": 3808032,
|
"SoundOpSystemEdit001": 3996384,
|
||||||
"SoundSystem001": 3806704,
|
"SoundSystem001": 3995168,
|
||||||
"VMixEditTool001": 1210621194
|
"VMixEditTool001": 1214169275
|
||||||
},
|
},
|
||||||
"steamaudio.dll": {
|
"steamaudio.dll": {
|
||||||
"SteamAudio001": 2177520
|
"SteamAudio001": 2424592
|
||||||
},
|
},
|
||||||
"steamclient64.dll": {
|
"steamclient64.dll": {
|
||||||
"CLIENTENGINE_INTERFACE_VERSION005": 18446744071758200538,
|
"CLIENTENGINE_INTERFACE_VERSION005": 18446744071758200538,
|
||||||
@ -174,26 +174,29 @@
|
|||||||
"p2pvoicesingleton002": 22081776
|
"p2pvoicesingleton002": 22081776
|
||||||
},
|
},
|
||||||
"tier0.dll": {
|
"tier0.dll": {
|
||||||
"TestScriptMgr001": 3664512,
|
"TestScriptMgr001": 3824800,
|
||||||
"VEngineCvar007": 3724512,
|
"VEngineCvar007": 3884672,
|
||||||
"VProcessUtils002": 3664272,
|
"VProcessUtils002": 3824608,
|
||||||
"VStringTokenSystem001": 3825408
|
"VStringTokenSystem001": 4044000
|
||||||
},
|
},
|
||||||
"v8system.dll": {
|
"v8system.dll": {
|
||||||
"Source2V8System001": 181376
|
"Source2V8System001": 202160
|
||||||
|
},
|
||||||
|
"vconcomm.dll": {
|
||||||
|
"VConComm001": 222656
|
||||||
},
|
},
|
||||||
"vphysics2.dll": {
|
"vphysics2.dll": {
|
||||||
"VPhysics2_Handle_Interface_001": 3743600,
|
"VPhysics2_Handle_Interface_001": 4005376,
|
||||||
"VPhysics2_Interface_001": 3743664
|
"VPhysics2_Interface_001": 4005440
|
||||||
},
|
},
|
||||||
"vscript.dll": {
|
"vscript.dll": {
|
||||||
"VScriptManager010": 1213952
|
"VScriptManager010": 1294976
|
||||||
},
|
},
|
||||||
"vstdlib_s64.dll": {
|
"vstdlib_s64.dll": {
|
||||||
"IVALIDATE001": 453008,
|
"IVALIDATE001": 453008,
|
||||||
"VEngineCvar002": 446576
|
"VEngineCvar002": 446576
|
||||||
},
|
},
|
||||||
"worldrenderer.dll": {
|
"worldrenderer.dll": {
|
||||||
"WorldRendererMgr001": 1449344
|
"WorldRendererMgr001": 1855568
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-07-16 05:17:05.277202900 UTC
|
// 2025-07-29 06:35:55.857265100 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
@ -7,180 +7,180 @@ pub mod cs2_dumper {
|
|||||||
pub mod interfaces {
|
pub mod interfaces {
|
||||||
// Module: animationsystem.dll
|
// Module: animationsystem.dll
|
||||||
pub mod animationsystem_dll {
|
pub mod animationsystem_dll {
|
||||||
pub const AnimationSystemUtils_001: usize = 0x60FE28;
|
pub const AnimationSystemUtils_001: usize = 0x707BF0;
|
||||||
pub const AnimationSystem_001: usize = 0x607D50;
|
pub const AnimationSystem_001: usize = 0x6FFB10;
|
||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
pub mod client_dll {
|
pub mod client_dll {
|
||||||
pub const ClientToolsInfo_001: usize = 0x1850ED0;
|
pub const ClientToolsInfo_001: usize = 0x1AECC60;
|
||||||
pub const EmptyWorldService001_Client: usize = 0x180D0F0;
|
pub const EmptyWorldService001_Client: usize = 0x1AA8280;
|
||||||
pub const GameClientExports001: usize = 0x184DB88;
|
pub const GameClientExports001: usize = 0x1AE9A50;
|
||||||
pub const LegacyGameUI001: usize = 0x186E1F0;
|
pub const LegacyGameUI001: usize = 0x1B094E0;
|
||||||
pub const Source2Client002: usize = 0x1A67A10;
|
pub const Source2Client002: usize = 0x1D1B100;
|
||||||
pub const Source2ClientConfig001: usize = 0x1A00610;
|
pub const Source2ClientConfig001: usize = 0x1CB9C00;
|
||||||
pub const Source2ClientPrediction001: usize = 0x1858F50;
|
pub const Source2ClientPrediction001: usize = 0x1AF4950;
|
||||||
pub const Source2ClientUI001: usize = 0x186C720;
|
pub const Source2ClientUI001: usize = 0x1B07C60;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
pub const BenchmarkService001: usize = 0x546D30;
|
pub const BenchmarkService001: usize = 0x5BF620;
|
||||||
pub const BugService001: usize = 0x5DFD10;
|
pub const BugService001: usize = 0x867960;
|
||||||
pub const ClientServerEngineLoopService_001: usize = 0x547A70;
|
pub const ClientServerEngineLoopService_001: usize = 0x8A9030;
|
||||||
pub const EngineGameUI001: usize = 0x544B90;
|
pub const EngineGameUI001: usize = 0x5BD3B0;
|
||||||
pub const EngineServiceMgr001: usize = 0x620BF0;
|
pub const EngineServiceMgr001: usize = 0x8A8980;
|
||||||
pub const GameEventSystemClientV001: usize = 0x620F10;
|
pub const GameEventSystemClientV001: usize = 0x8A8C50;
|
||||||
pub const GameEventSystemServerV001: usize = 0x621050;
|
pub const GameEventSystemServerV001: usize = 0x8A8D70;
|
||||||
pub const GameResourceServiceClientV001: usize = 0x546E30;
|
pub const GameResourceServiceClientV001: usize = 0x5BF720;
|
||||||
pub const GameResourceServiceServerV001: usize = 0x546E90;
|
pub const GameResourceServiceServerV001: usize = 0x5BF780;
|
||||||
pub const GameUIService_001: usize = 0x5E0010;
|
pub const GameUIService_001: usize = 0x867D90;
|
||||||
pub const HostStateMgr001: usize = 0x547960;
|
pub const HostStateMgr001: usize = 0x5BFFC0;
|
||||||
pub const INETSUPPORT_001: usize = 0x540060;
|
pub const INETSUPPORT_001: usize = 0x5B8940;
|
||||||
pub const InputService_001: usize = 0x5E0320;
|
pub const InputService_001: usize = 0x868080;
|
||||||
pub const KeyValueCache001: usize = 0x547A10;
|
pub const KeyValueCache001: usize = 0x5C0070;
|
||||||
pub const MapListService_001: usize = 0x61F370;
|
pub const MapListService_001: usize = 0x8A7000;
|
||||||
pub const NetworkClientService_001: usize = 0x61F500;
|
pub const NetworkClientService_001: usize = 0x8A7190;
|
||||||
pub const NetworkP2PService_001: usize = 0x547140;
|
pub const NetworkP2PService_001: usize = 0x8A74B0;
|
||||||
pub const NetworkServerService_001: usize = 0x61F890;
|
pub const NetworkServerService_001: usize = 0x8A7640;
|
||||||
pub const NetworkService_001: usize = 0x547290;
|
pub const NetworkService_001: usize = 0x5BF8F0;
|
||||||
pub const RenderService_001: usize = 0x61FAF0;
|
pub const RenderService_001: usize = 0x8A78A0;
|
||||||
pub const ScreenshotService001: usize = 0x61FD90;
|
pub const ScreenshotService001: usize = 0x8A7B50;
|
||||||
pub const SimpleEngineLoopService_001: usize = 0x547B80;
|
pub const SimpleEngineLoopService_001: usize = 0x5C00D0;
|
||||||
pub const SoundService_001: usize = 0x5472D0;
|
pub const SoundService_001: usize = 0x5BF930;
|
||||||
pub const Source2EngineToClient001: usize = 0x544210;
|
pub const Source2EngineToClient001: usize = 0x5BCB00;
|
||||||
pub const Source2EngineToClientStringTable001: usize = 0x544270;
|
pub const Source2EngineToClientStringTable001: usize = 0x5BCB60;
|
||||||
pub const Source2EngineToServer001: usize = 0x544308;
|
pub const Source2EngineToServer001: usize = 0x5BCBD8;
|
||||||
pub const Source2EngineToServerStringTable001: usize = 0x544330;
|
pub const Source2EngineToServerStringTable001: usize = 0x5BCC00;
|
||||||
pub const SplitScreenService_001: usize = 0x5475D0;
|
pub const SplitScreenService_001: usize = 0x5BFC30;
|
||||||
pub const StatsService_001: usize = 0x6201C0;
|
pub const StatsService_001: usize = 0x8A7F50;
|
||||||
pub const ToolService_001: usize = 0x547790;
|
pub const ToolService_001: usize = 0x5BFDF0;
|
||||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x544C20;
|
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x5BD440;
|
||||||
pub const VProfService_001: usize = 0x5477D0;
|
pub const VProfService_001: usize = 0x5BFE30;
|
||||||
}
|
}
|
||||||
// Module: filesystem_stdio.dll
|
// Module: filesystem_stdio.dll
|
||||||
pub mod filesystem_stdio_dll {
|
pub mod filesystem_stdio_dll {
|
||||||
pub const VAsyncFileSystem2_001: usize = 0x20C590;
|
pub const VAsyncFileSystem2_001: usize = 0x21BB40;
|
||||||
pub const VFileSystem017: usize = 0x211840;
|
pub const VFileSystem017: usize = 0x21B7E0;
|
||||||
}
|
}
|
||||||
// Module: host.dll
|
// Module: host.dll
|
||||||
pub mod host_dll {
|
pub mod host_dll {
|
||||||
pub const DebugDrawQueueManager001: usize = 0x136FE0;
|
pub const DebugDrawQueueManager001: usize = 0x138E30;
|
||||||
pub const GameModelInfo001: usize = 0x137020;
|
pub const GameModelInfo001: usize = 0x138E70;
|
||||||
pub const GameSystem2HostHook: usize = 0x137060;
|
pub const GameSystem2HostHook: usize = 0x138EB0;
|
||||||
pub const HostUtils001: usize = 0x137090;
|
pub const HostUtils001: usize = 0x138EE0;
|
||||||
pub const PredictionDiffManager001: usize = 0x1372E0;
|
pub const PredictionDiffManager001: usize = 0x1390D0;
|
||||||
pub const SaveRestoreDataVersion001: usize = 0x137410;
|
pub const SaveRestoreDataVersion001: usize = 0x139200;
|
||||||
pub const SinglePlayerSharedMemory001: usize = 0x137440;
|
pub const SinglePlayerSharedMemory001: usize = 0x139230;
|
||||||
pub const Source2Host001: usize = 0x1374B0;
|
pub const Source2Host001: usize = 0x1392A0;
|
||||||
}
|
}
|
||||||
// Module: imemanager.dll
|
// Module: imemanager.dll
|
||||||
pub mod imemanager_dll {
|
pub mod imemanager_dll {
|
||||||
pub const IMEManager001: usize = 0x2EA50;
|
pub const IMEManager001: usize = 0x35AA0;
|
||||||
}
|
}
|
||||||
// Module: inputsystem.dll
|
// Module: inputsystem.dll
|
||||||
pub mod inputsystem_dll {
|
pub mod inputsystem_dll {
|
||||||
pub const InputStackSystemVersion001: usize = 0x36B70;
|
pub const InputStackSystemVersion001: usize = 0x43CD0;
|
||||||
pub const InputSystemVersion001: usize = 0x387E0;
|
pub const InputSystemVersion001: usize = 0x459F0;
|
||||||
}
|
}
|
||||||
// Module: localize.dll
|
// Module: localize.dll
|
||||||
pub mod localize_dll {
|
pub mod localize_dll {
|
||||||
pub const Localize_001: usize = 0x3AAD0;
|
pub const Localize_001: usize = 0x46BC0;
|
||||||
}
|
}
|
||||||
// Module: matchmaking.dll
|
// Module: matchmaking.dll
|
||||||
pub mod matchmaking_dll {
|
pub mod matchmaking_dll {
|
||||||
pub const GameTypes001: usize = 0x1A52E0;
|
pub const GameTypes001: usize = 0x1B3F10;
|
||||||
pub const MATCHFRAMEWORK_001: usize = 0x1AD510;
|
pub const MATCHFRAMEWORK_001: usize = 0x1BC110;
|
||||||
}
|
}
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
pub mod materialsystem2_dll {
|
pub mod materialsystem2_dll {
|
||||||
pub const FontManager_001: usize = 0x114330;
|
pub const FontManager_001: usize = 0x1324C0;
|
||||||
pub const MaterialUtils_001: usize = 0x10F4C0;
|
pub const MaterialUtils_001: usize = 0x127270;
|
||||||
pub const PostProcessingSystem_001: usize = 0x10F3D0;
|
pub const PostProcessingSystem_001: usize = 0x127180;
|
||||||
pub const TextLayout_001: usize = 0x10F450;
|
pub const TextLayout_001: usize = 0x127200;
|
||||||
pub const VMaterialSystem2_001: usize = 0x113910;
|
pub const VMaterialSystem2_001: usize = 0x131B60;
|
||||||
}
|
}
|
||||||
// Module: meshsystem.dll
|
// Module: meshsystem.dll
|
||||||
pub mod meshsystem_dll {
|
pub mod meshsystem_dll {
|
||||||
pub const MeshSystem001: usize = 0x19D610;
|
pub const MeshSystem001: usize = 0x1C7490;
|
||||||
}
|
}
|
||||||
// Module: navsystem.dll
|
// Module: navsystem.dll
|
||||||
pub mod navsystem_dll {
|
pub mod navsystem_dll {
|
||||||
pub const NavSystem001: usize = 0xFB730;
|
pub const NavSystem001: usize = 0x123520;
|
||||||
}
|
}
|
||||||
// Module: networksystem.dll
|
// Module: networksystem.dll
|
||||||
pub mod networksystem_dll {
|
pub mod networksystem_dll {
|
||||||
pub const FlattenedSerializersVersion001: usize = 0x244570;
|
pub const FlattenedSerializersVersion001: usize = 0x25E210;
|
||||||
pub const NetworkMessagesVersion001: usize = 0x2765E0;
|
pub const NetworkMessagesVersion001: usize = 0x2962A0;
|
||||||
pub const NetworkSystemVersion001: usize = 0x26E300;
|
pub const NetworkSystemVersion001: usize = 0x287B20;
|
||||||
pub const SerializedEntitiesVersion001: usize = 0x26E3F0;
|
pub const SerializedEntitiesVersion001: usize = 0x287C30;
|
||||||
}
|
}
|
||||||
// Module: panorama.dll
|
// Module: panorama.dll
|
||||||
pub mod panorama_dll {
|
pub mod panorama_dll {
|
||||||
pub const PanoramaUIEngine001: usize = 0x4E9250;
|
pub const PanoramaUIEngine001: usize = 0x503AD0;
|
||||||
}
|
}
|
||||||
// Module: panorama_text_pango.dll
|
// Module: panorama_text_pango.dll
|
||||||
pub mod panorama_text_pango_dll {
|
pub mod panorama_text_pango_dll {
|
||||||
pub const PanoramaTextServices001: usize = 0x2B38E0;
|
pub const PanoramaTextServices001: usize = 0x2B79B0;
|
||||||
}
|
}
|
||||||
// Module: panoramauiclient.dll
|
// Module: panoramauiclient.dll
|
||||||
pub mod panoramauiclient_dll {
|
pub mod panoramauiclient_dll {
|
||||||
pub const PanoramaUIClient001: usize = 0x28D840;
|
pub const PanoramaUIClient001: usize = 0x28F300;
|
||||||
}
|
}
|
||||||
// Module: particles.dll
|
// Module: particles.dll
|
||||||
pub mod particles_dll {
|
pub mod particles_dll {
|
||||||
pub const ParticleSystemMgr003: usize = 0x629C30;
|
pub const ParticleSystemMgr003: usize = 0x566730;
|
||||||
}
|
}
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
pub mod pulse_system_dll {
|
pub mod pulse_system_dll {
|
||||||
pub const IPulseSystem_001: usize = 0x17D9A0;
|
pub const IPulseSystem_001: usize = 0x18BEC0;
|
||||||
}
|
}
|
||||||
// Module: rendersystemdx11.dll
|
// Module: rendersystemdx11.dll
|
||||||
pub mod rendersystemdx11_dll {
|
pub mod rendersystemdx11_dll {
|
||||||
pub const RenderDeviceMgr001: usize = 0x3EE1F0;
|
pub const RenderDeviceMgr001: usize = 0x405400;
|
||||||
pub const RenderUtils_001: usize = 0x3EEA58;
|
pub const RenderUtils_001: usize = 0x405CF8;
|
||||||
pub const VRenderDeviceMgrBackdoor001: usize = 0x3EE290;
|
pub const VRenderDeviceMgrBackdoor001: usize = 0x4054A0;
|
||||||
}
|
}
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
pub mod resourcesystem_dll {
|
pub mod resourcesystem_dll {
|
||||||
pub const ResourceSystem013: usize = 0x72A40;
|
pub const ResourceSystem013: usize = 0x7DB50;
|
||||||
}
|
}
|
||||||
// Module: scenefilecache.dll
|
// Module: scenefilecache.dll
|
||||||
pub mod scenefilecache_dll {
|
pub mod scenefilecache_dll {
|
||||||
pub const ResponseRulesCache001: usize = 0x720F0;
|
pub const ResponseRulesCache001: usize = 0x79190;
|
||||||
pub const SceneFileCache002: usize = 0x72260;
|
pub const SceneFileCache002: usize = 0x792E0;
|
||||||
}
|
}
|
||||||
// Module: scenesystem.dll
|
// Module: scenesystem.dll
|
||||||
pub mod scenesystem_dll {
|
pub mod scenesystem_dll {
|
||||||
pub const RenderingPipelines_001: usize = 0x5CEB30;
|
pub const RenderingPipelines_001: usize = 0x620AC0;
|
||||||
pub const SceneSystem_002: usize = 0x7AE000;
|
pub const SceneSystem_002: usize = 0x8433E0;
|
||||||
pub const SceneUtils_001: usize = 0x5CF380;
|
pub const SceneUtils_001: usize = 0x621270;
|
||||||
}
|
}
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
pub mod schemasystem_dll {
|
pub mod schemasystem_dll {
|
||||||
pub const SchemaSystem_001: usize = 0x616E0;
|
pub const SchemaSystem_001: usize = 0x786E0;
|
||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
pub mod server_dll {
|
pub mod server_dll {
|
||||||
pub const EmptyWorldService001_Server: usize = 0x1370BB0;
|
pub const EmptyWorldService001_Server: usize = 0x15F4F50;
|
||||||
pub const EntitySubclassUtilsV001: usize = 0x1321180;
|
pub const EntitySubclassUtilsV001: usize = 0x159ED00;
|
||||||
pub const NavGameTest001: usize = 0x140FBD8;
|
pub const NavGameTest001: usize = 0x169B500;
|
||||||
pub const ServerToolsInfo_001: usize = 0x13C5578;
|
pub const ServerToolsInfo_001: usize = 0x164BEC8;
|
||||||
pub const Source2GameClients001: usize = 0x13BF440;
|
pub const Source2GameClients001: usize = 0x1647EB0;
|
||||||
pub const Source2GameDirector001: usize = 0x14F31A0;
|
pub const Source2GameDirector001: usize = 0x1792E40;
|
||||||
pub const Source2GameEntities001: usize = 0x13C54A0;
|
pub const Source2GameEntities001: usize = 0x164B5D0;
|
||||||
pub const Source2Server001: usize = 0x13C5310;
|
pub const Source2Server001: usize = 0x164B440;
|
||||||
pub const Source2ServerConfig001: usize = 0x15BDC68;
|
pub const Source2ServerConfig001: usize = 0x18641B8;
|
||||||
pub const customnavsystem001: usize = 0x13058F8;
|
pub const customnavsystem001: usize = 0x157F568;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
pub mod soundsystem_dll {
|
pub mod soundsystem_dll {
|
||||||
pub const SoundOpSystem001: usize = 0x3A1C50;
|
pub const SoundOpSystem001: usize = 0x3CFBF0;
|
||||||
pub const SoundOpSystemEdit001: usize = 0x3A1B20;
|
pub const SoundOpSystemEdit001: usize = 0x3CFAE0;
|
||||||
pub const SoundSystem001: usize = 0x3A15F0;
|
pub const SoundSystem001: usize = 0x3CF620;
|
||||||
pub const VMixEditTool001: usize = 0x48289D0A;
|
pub const VMixEditTool001: usize = 0x485EC0BB;
|
||||||
}
|
}
|
||||||
// Module: steamaudio.dll
|
// Module: steamaudio.dll
|
||||||
pub mod steamaudio_dll {
|
pub mod steamaudio_dll {
|
||||||
pub const SteamAudio001: usize = 0x2139F0;
|
pub const SteamAudio001: usize = 0x24FF10;
|
||||||
}
|
}
|
||||||
// Module: steamclient64.dll
|
// Module: steamclient64.dll
|
||||||
pub mod steamclient64_dll {
|
pub mod steamclient64_dll {
|
||||||
@ -208,23 +208,27 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
pub mod tier0_dll {
|
pub mod tier0_dll {
|
||||||
pub const TestScriptMgr001: usize = 0x37EA80;
|
pub const TestScriptMgr001: usize = 0x3A5CA0;
|
||||||
pub const VEngineCvar007: usize = 0x38D4E0;
|
pub const VEngineCvar007: usize = 0x3B4680;
|
||||||
pub const VProcessUtils002: usize = 0x37E990;
|
pub const VProcessUtils002: usize = 0x3A5BE0;
|
||||||
pub const VStringTokenSystem001: usize = 0x3A5F00;
|
pub const VStringTokenSystem001: usize = 0x3DB4E0;
|
||||||
}
|
}
|
||||||
// Module: v8system.dll
|
// Module: v8system.dll
|
||||||
pub mod v8system_dll {
|
pub mod v8system_dll {
|
||||||
pub const Source2V8System001: usize = 0x2C480;
|
pub const Source2V8System001: usize = 0x315B0;
|
||||||
|
}
|
||||||
|
// Module: vconcomm.dll
|
||||||
|
pub mod vconcomm_dll {
|
||||||
|
pub const VConComm001: usize = 0x365C0;
|
||||||
}
|
}
|
||||||
// Module: vphysics2.dll
|
// Module: vphysics2.dll
|
||||||
pub mod vphysics2_dll {
|
pub mod vphysics2_dll {
|
||||||
pub const VPhysics2_Handle_Interface_001: usize = 0x391F70;
|
pub const VPhysics2_Handle_Interface_001: usize = 0x3D1E00;
|
||||||
pub const VPhysics2_Interface_001: usize = 0x391FB0;
|
pub const VPhysics2_Interface_001: usize = 0x3D1E40;
|
||||||
}
|
}
|
||||||
// Module: vscript.dll
|
// Module: vscript.dll
|
||||||
pub mod vscript_dll {
|
pub mod vscript_dll {
|
||||||
pub const VScriptManager010: usize = 0x128600;
|
pub const VScriptManager010: usize = 0x13C280;
|
||||||
}
|
}
|
||||||
// Module: vstdlib_s64.dll
|
// Module: vstdlib_s64.dll
|
||||||
pub mod vstdlib_s64_dll {
|
pub mod vstdlib_s64_dll {
|
||||||
@ -233,7 +237,7 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
pub mod worldrenderer_dll {
|
pub mod worldrenderer_dll {
|
||||||
pub const WorldRendererMgr001: usize = 0x161D80;
|
pub const WorldRendererMgr001: usize = 0x1C5050;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,53 +1,51 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-07-16 05:17:05.277202900 UTC
|
// 2025-07-29 06:35:55.857265100 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Offsets {
|
namespace CS2Dumper.Offsets {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class ClientDll {
|
public static class ClientDll {
|
||||||
public const nint dwCSGOInput = 0x1A78280;
|
public const nint dwCSGOInput = 0x1D2BE10;
|
||||||
public const nint dwEntityList = 0x1A05670;
|
public const nint dwEntityList = 0x1CBE4A0;
|
||||||
public const nint dwGameEntitySystem = 0x1B28D78;
|
public const nint dwGameEntitySystem = 0x1E019A0;
|
||||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
public const nint dwGameRules = 0x1D1D2E0;
|
||||||
public const nint dwGameRules = 0x1A69CB8;
|
public const nint dwGlobalVars = 0x1AE92E8;
|
||||||
public const nint dwGlobalVars = 0x184CEB0;
|
public const nint dwGlowManager = 0x1D1D308;
|
||||||
public const nint dwGlowManager = 0x1A69408;
|
public const nint dwLocalPlayerController = 0x1D100C0;
|
||||||
public const nint dwLocalPlayerController = 0x1A53C38;
|
public const nint dwLocalPlayerPawn = 0x1AF4AD0;
|
||||||
public const nint dwLocalPlayerPawn = 0x18590D0;
|
public const nint dwPlantedC4 = 0x1D26E00;
|
||||||
public const nint dwPlantedC4 = 0x1A72ED0;
|
public const nint dwPrediction = 0x1AF4950;
|
||||||
public const nint dwPrediction = 0x1858F50;
|
public const nint dwSensitivity = 0x1D1DE18;
|
||||||
public const nint dwSensitivity = 0x1A6A9D8;
|
|
||||||
public const nint dwSensitivity_sensitivity = 0x40;
|
public const nint dwSensitivity_sensitivity = 0x40;
|
||||||
public const nint dwViewAngles = 0x1A78650;
|
public const nint dwViewMatrix = 0x1D21800;
|
||||||
public const nint dwViewMatrix = 0x1A6E3F0;
|
public const nint dwViewRender = 0x1D22440;
|
||||||
public const nint dwViewRender = 0x1A6ED00;
|
public const nint dwWeaponC4 = 0x1CC1708;
|
||||||
public const nint dwWeaponC4 = 0x1A07700;
|
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
public const nint dwBuildNumber = 0x540BE4;
|
public const nint dwBuildNumber = 0x5B94C4;
|
||||||
public const nint dwNetworkGameClient = 0x53FCE0;
|
public const nint dwNetworkGame-client_maxClients = 0x230;
|
||||||
public const nint dwNetworkGameClient_clientTickCount = 0x368;
|
public const nint dwNetworkGameClient = 0x5B85B0;
|
||||||
public const nint dwNetworkGameClient_deltaTick = 0x27C;
|
public const nint dwNetworkGameClient_clientTickCount = 0x358;
|
||||||
public const nint dwNetworkGameClient_isBackgroundMap = 0x281447;
|
public const nint dwNetworkGameClient_deltaTick = 0x23C;
|
||||||
public const nint dwNetworkGameClient_localPlayer = 0xF0;
|
public const nint dwNetworkGameClient_isBackgroundMap = 0x320A45;
|
||||||
public const nint dwNetworkGameClient_maxClients = 0x238;
|
public const nint dwNetworkGameClient_localPlayer = 0xE8;
|
||||||
public const nint dwNetworkGameClient_serverTickCount = 0x36C;
|
public const nint dwNetworkGameClient_serverTickCount = 0x23C;
|
||||||
public const nint dwNetworkGameClient_signOnState = 0x228;
|
public const nint dwNetworkGameClient_signOnState = 0x220;
|
||||||
public const nint dwWindowHeight = 0x62359C;
|
public const nint dwWindowHeight = 0x8AB4DC;
|
||||||
public const nint dwWindowWidth = 0x623598;
|
public const nint dwWindowWidth = 0x8AB4D8;
|
||||||
}
|
}
|
||||||
// Module: inputsystem.dll
|
// Module: inputsystem.dll
|
||||||
public static class InputsystemDll {
|
public static class InputsystemDll {
|
||||||
public const nint dwInputSystem = 0x387E0;
|
public const nint dwInputSystem = 0x459F0;
|
||||||
}
|
}
|
||||||
// Module: matchmaking.dll
|
// Module: matchmaking.dll
|
||||||
public static class MatchmakingDll {
|
public static class MatchmakingDll {
|
||||||
public const nint dwGameTypes = 0x1A52E0;
|
public const nint dwGameTypes = 0x1B3F10;
|
||||||
public const nint dwGameTypes_mapName = 0x120;
|
public const nint dwGameTypes_mapName = 0x120;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
public static class SoundsystemDll {
|
public static class SoundsystemDll {
|
||||||
public const nint dwSoundSystem = 0x3A15F0;
|
public const nint dwSoundSystem = 0x3CF620;
|
||||||
public const nint dwSoundSystem_engineViewData = 0x7C;
|
public const nint dwSoundSystem_engineViewData = 0x7C;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-07-16 05:17:05.277202900 UTC
|
// 2025-07-29 06:35:55.857265100 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -9,50 +9,48 @@ namespace cs2_dumper {
|
|||||||
namespace offsets {
|
namespace offsets {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
namespace client_dll {
|
namespace client_dll {
|
||||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A78280;
|
constexpr std::ptrdiff_t dwCSGOInput = 0x1D2BE10;
|
||||||
constexpr std::ptrdiff_t dwEntityList = 0x1A05670;
|
constexpr std::ptrdiff_t dwEntityList = 0x1CBE4A0;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B28D78;
|
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1E019A0;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
constexpr std::ptrdiff_t dwGameRules = 0x1D1D2E0;
|
||||||
constexpr std::ptrdiff_t dwGameRules = 0x1A69CB8;
|
constexpr std::ptrdiff_t dwGlobalVars = 0x1AE92E8;
|
||||||
constexpr std::ptrdiff_t dwGlobalVars = 0x184CEB0;
|
constexpr std::ptrdiff_t dwGlowManager = 0x1D1D308;
|
||||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A69408;
|
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1D100C0;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A53C38;
|
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1AF4AD0;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x18590D0;
|
constexpr std::ptrdiff_t dwPlantedC4 = 0x1D26E00;
|
||||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A72ED0;
|
constexpr std::ptrdiff_t dwPrediction = 0x1AF4950;
|
||||||
constexpr std::ptrdiff_t dwPrediction = 0x1858F50;
|
constexpr std::ptrdiff_t dwSensitivity = 0x1D1DE18;
|
||||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A6A9D8;
|
|
||||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A78650;
|
constexpr std::ptrdiff_t dwViewMatrix = 0x1D21800;
|
||||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A6E3F0;
|
constexpr std::ptrdiff_t dwViewRender = 0x1D22440;
|
||||||
constexpr std::ptrdiff_t dwViewRender = 0x1A6ED00;
|
constexpr std::ptrdiff_t dwWeaponC4 = 0x1CC1708;
|
||||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1A07700;
|
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
constexpr std::ptrdiff_t dwBuildNumber = 0x540BE4;
|
constexpr std::ptrdiff_t dwBuildNumber = 0x5B94C4;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x53FCE0;
|
constexpr std::ptrdiff_t dwNetworkGame-client_maxClients = 0x230;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x368;
|
constexpr std::ptrdiff_t dwNetworkGameClient = 0x5B85B0;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x27C;
|
constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x358;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_isBackgroundMap = 0x281447;
|
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x23C;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_localPlayer = 0xF0;
|
constexpr std::ptrdiff_t dwNetworkGameClient_isBackgroundMap = 0x320A45;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x238;
|
constexpr std::ptrdiff_t dwNetworkGameClient_localPlayer = 0xE8;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x36C;
|
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x23C;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x228;
|
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x220;
|
||||||
constexpr std::ptrdiff_t dwWindowHeight = 0x62359C;
|
constexpr std::ptrdiff_t dwWindowHeight = 0x8AB4DC;
|
||||||
constexpr std::ptrdiff_t dwWindowWidth = 0x623598;
|
constexpr std::ptrdiff_t dwWindowWidth = 0x8AB4D8;
|
||||||
}
|
}
|
||||||
// Module: inputsystem.dll
|
// Module: inputsystem.dll
|
||||||
namespace inputsystem_dll {
|
namespace inputsystem_dll {
|
||||||
constexpr std::ptrdiff_t dwInputSystem = 0x387E0;
|
constexpr std::ptrdiff_t dwInputSystem = 0x459F0;
|
||||||
}
|
}
|
||||||
// Module: matchmaking.dll
|
// Module: matchmaking.dll
|
||||||
namespace matchmaking_dll {
|
namespace matchmaking_dll {
|
||||||
constexpr std::ptrdiff_t dwGameTypes = 0x1A52E0;
|
constexpr std::ptrdiff_t dwGameTypes = 0x1B3F10;
|
||||||
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x120;
|
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x120;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
namespace soundsystem_dll {
|
namespace soundsystem_dll {
|
||||||
constexpr std::ptrdiff_t dwSoundSystem = 0x3A15F0;
|
constexpr std::ptrdiff_t dwSoundSystem = 0x3CF620;
|
||||||
constexpr std::ptrdiff_t dwSoundSystem_engineViewData = 0x7C;
|
constexpr std::ptrdiff_t dwSoundSystem_engineViewData = 0x7C;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,45 +1,43 @@
|
|||||||
{
|
{
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"dwCSGOInput": 27755136,
|
"dwCSGOInput": 30588432,
|
||||||
"dwEntityList": 27285104,
|
"dwEntityList": 30139552,
|
||||||
"dwGameEntitySystem": 28478840,
|
"dwGameEntitySystem": 31463840,
|
||||||
"dwGameEntitySystem_highestEntityIndex": 8432,
|
"dwGameRules": 30528224,
|
||||||
"dwGameRules": 27696312,
|
"dwGlobalVars": 28218088,
|
||||||
"dwGlobalVars": 25480880,
|
"dwGlowManager": 30528264,
|
||||||
"dwGlowManager": 27694088,
|
"dwLocalPlayerController": 30474432,
|
||||||
"dwLocalPlayerController": 27606072,
|
"dwLocalPlayerPawn": 28265168,
|
||||||
"dwLocalPlayerPawn": 25530576,
|
"dwPlantedC4": 30567936,
|
||||||
"dwPlantedC4": 27733712,
|
"dwPrediction": 28264784,
|
||||||
"dwPrediction": 25530192,
|
"dwSensitivity": 30531096,
|
||||||
"dwSensitivity": 27699672,
|
|
||||||
"dwSensitivity_sensitivity": 64,
|
"dwSensitivity_sensitivity": 64,
|
||||||
"dwViewAngles": 27756112,
|
"dwViewMatrix": 30545920,
|
||||||
"dwViewMatrix": 27714544,
|
"dwViewRender": 30549056,
|
||||||
"dwViewRender": 27716864,
|
"dwWeaponC4": 30152456
|
||||||
"dwWeaponC4": 27293440
|
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"dwBuildNumber": 5508068,
|
"dwBuildNumber": 6001860,
|
||||||
"dwNetworkGameClient": 5504224,
|
"dwNetworkGame-client_maxClients": 560,
|
||||||
"dwNetworkGameClient_clientTickCount": 872,
|
"dwNetworkGameClient": 5998000,
|
||||||
"dwNetworkGameClient_deltaTick": 636,
|
"dwNetworkGameClient_clientTickCount": 856,
|
||||||
"dwNetworkGameClient_isBackgroundMap": 2626631,
|
"dwNetworkGameClient_deltaTick": 572,
|
||||||
"dwNetworkGameClient_localPlayer": 240,
|
"dwNetworkGameClient_isBackgroundMap": 3279429,
|
||||||
"dwNetworkGameClient_maxClients": 568,
|
"dwNetworkGameClient_localPlayer": 232,
|
||||||
"dwNetworkGameClient_serverTickCount": 876,
|
"dwNetworkGameClient_serverTickCount": 572,
|
||||||
"dwNetworkGameClient_signOnState": 552,
|
"dwNetworkGameClient_signOnState": 544,
|
||||||
"dwWindowHeight": 6436252,
|
"dwWindowHeight": 9090268,
|
||||||
"dwWindowWidth": 6436248
|
"dwWindowWidth": 9090264
|
||||||
},
|
},
|
||||||
"inputsystem.dll": {
|
"inputsystem.dll": {
|
||||||
"dwInputSystem": 231392
|
"dwInputSystem": 285168
|
||||||
},
|
},
|
||||||
"matchmaking.dll": {
|
"matchmaking.dll": {
|
||||||
"dwGameTypes": 1725152,
|
"dwGameTypes": 1785616,
|
||||||
"dwGameTypes_mapName": 288
|
"dwGameTypes_mapName": 288
|
||||||
},
|
},
|
||||||
"soundsystem.dll": {
|
"soundsystem.dll": {
|
||||||
"dwSoundSystem": 3806704,
|
"dwSoundSystem": 3995168,
|
||||||
"dwSoundSystem_engineViewData": 124
|
"dwSoundSystem_engineViewData": 124
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-07-16 05:17:05.277202900 UTC
|
// 2025-07-29 06:35:55.857265100 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
@ -7,50 +7,48 @@ pub mod cs2_dumper {
|
|||||||
pub mod offsets {
|
pub mod offsets {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
pub mod client_dll {
|
pub mod client_dll {
|
||||||
pub const dwCSGOInput: usize = 0x1A78280;
|
pub const dwCSGOInput: usize = 0x1D2BE10;
|
||||||
pub const dwEntityList: usize = 0x1A05670;
|
pub const dwEntityList: usize = 0x1CBE4A0;
|
||||||
pub const dwGameEntitySystem: usize = 0x1B28D78;
|
pub const dwGameEntitySystem: usize = 0x1E019A0;
|
||||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0;
|
pub const dwGameRules: usize = 0x1D1D2E0;
|
||||||
pub const dwGameRules: usize = 0x1A69CB8;
|
pub const dwGlobalVars: usize = 0x1AE92E8;
|
||||||
pub const dwGlobalVars: usize = 0x184CEB0;
|
pub const dwGlowManager: usize = 0x1D1D308;
|
||||||
pub const dwGlowManager: usize = 0x1A69408;
|
pub const dwLocalPlayerController: usize = 0x1D100C0;
|
||||||
pub const dwLocalPlayerController: usize = 0x1A53C38;
|
pub const dwLocalPlayerPawn: usize = 0x1AF4AD0;
|
||||||
pub const dwLocalPlayerPawn: usize = 0x18590D0;
|
pub const dwPlantedC4: usize = 0x1D26E00;
|
||||||
pub const dwPlantedC4: usize = 0x1A72ED0;
|
pub const dwPrediction: usize = 0x1AF4950;
|
||||||
pub const dwPrediction: usize = 0x1858F50;
|
pub const dwSensitivity: usize = 0x1D1DE18;
|
||||||
pub const dwSensitivity: usize = 0x1A6A9D8;
|
|
||||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||||
pub const dwViewAngles: usize = 0x1A78650;
|
pub const dwViewMatrix: usize = 0x1D21800;
|
||||||
pub const dwViewMatrix: usize = 0x1A6E3F0;
|
pub const dwViewRender: usize = 0x1D22440;
|
||||||
pub const dwViewRender: usize = 0x1A6ED00;
|
pub const dwWeaponC4: usize = 0x1CC1708;
|
||||||
pub const dwWeaponC4: usize = 0x1A07700;
|
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
pub const dwBuildNumber: usize = 0x540BE4;
|
pub const dwBuildNumber: usize = 0x5B94C4;
|
||||||
pub const dwNetworkGameClient: usize = 0x53FCE0;
|
pub const dwNetworkGame-client_maxClients: usize = 0x230;
|
||||||
pub const dwNetworkGameClient_clientTickCount: usize = 0x368;
|
pub const dwNetworkGameClient: usize = 0x5B85B0;
|
||||||
pub const dwNetworkGameClient_deltaTick: usize = 0x27C;
|
pub const dwNetworkGameClient_clientTickCount: usize = 0x358;
|
||||||
pub const dwNetworkGameClient_isBackgroundMap: usize = 0x281447;
|
pub const dwNetworkGameClient_deltaTick: usize = 0x23C;
|
||||||
pub const dwNetworkGameClient_localPlayer: usize = 0xF0;
|
pub const dwNetworkGameClient_isBackgroundMap: usize = 0x320A45;
|
||||||
pub const dwNetworkGameClient_maxClients: usize = 0x238;
|
pub const dwNetworkGameClient_localPlayer: usize = 0xE8;
|
||||||
pub const dwNetworkGameClient_serverTickCount: usize = 0x36C;
|
pub const dwNetworkGameClient_serverTickCount: usize = 0x23C;
|
||||||
pub const dwNetworkGameClient_signOnState: usize = 0x228;
|
pub const dwNetworkGameClient_signOnState: usize = 0x220;
|
||||||
pub const dwWindowHeight: usize = 0x62359C;
|
pub const dwWindowHeight: usize = 0x8AB4DC;
|
||||||
pub const dwWindowWidth: usize = 0x623598;
|
pub const dwWindowWidth: usize = 0x8AB4D8;
|
||||||
}
|
}
|
||||||
// Module: inputsystem.dll
|
// Module: inputsystem.dll
|
||||||
pub mod inputsystem_dll {
|
pub mod inputsystem_dll {
|
||||||
pub const dwInputSystem: usize = 0x387E0;
|
pub const dwInputSystem: usize = 0x459F0;
|
||||||
}
|
}
|
||||||
// Module: matchmaking.dll
|
// Module: matchmaking.dll
|
||||||
pub mod matchmaking_dll {
|
pub mod matchmaking_dll {
|
||||||
pub const dwGameTypes: usize = 0x1A52E0;
|
pub const dwGameTypes: usize = 0x1B3F10;
|
||||||
pub const dwGameTypes_mapName: usize = 0x120;
|
pub const dwGameTypes_mapName: usize = 0x120;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
pub mod soundsystem_dll {
|
pub mod soundsystem_dll {
|
||||||
pub const dwSoundSystem: usize = 0x3A15F0;
|
pub const dwSoundSystem: usize = 0x3CF620;
|
||||||
pub const dwSoundSystem_engineViewData: usize = 0x7C;
|
pub const dwSoundSystem_engineViewData: usize = 0x7C;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -80,50 +80,47 @@ pattern_map! {
|
|||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
"dwEntityList" => pattern!("488935${'} 4885f6") => None,
|
"dwEntityList" => pattern!("488935${'} 4885f6") => None,
|
||||||
"dwGameEntitySystem" => pattern!("488b1d${'} 48891d") => None,
|
"dwGameEntitySystem" => pattern!("488b3d${'} 48893d") => None,
|
||||||
"dwGameEntitySystem_highestEntityIndex" => pattern!("8b81u2?? 8902 488bc2 c3 cccccccc 48895c24? 48896c24") => None,
|
// "dwGameEntitySystem_highestEntityIndex" => pattern!("8b81u2?? 8902 488bc2 c3 cccccccc 48895c24? 48896c24") => None,
|
||||||
"dwGameRules" => pattern!("48891d${'} ff15${} 84c0") => None,
|
"dwGameRules" => pattern!("48891d${'} ff15${} 84c0") => None,
|
||||||
"dwGlobalVars" => pattern!("488915${'} 488942") => None,
|
"dwGlobalVars" => pattern!("488915${'} 488942") => None,
|
||||||
"dwGlowManager" => pattern!("488b05${'} c3 cccccccccccccccc 8b41") => None,
|
"dwGlowManager" => pattern!("488b05${'} c3 cccccccccccccccc 8b41") => None,
|
||||||
"dwLocalPlayerController" => pattern!("488905${'} 8b9e") => None,
|
"dwLocalPlayerController" => pattern!("483b35${'} 75") => None,
|
||||||
"dwPlantedC4" => pattern!("488b15${'} 41ffc0") => None,
|
"dwPlantedC4" => pattern!("488b15${'} 41ffc0") => None,
|
||||||
"dwPrediction" => pattern!("488d05${'} c3 cccccccccccccccc 4883ec? 8b0d") => Some(|_view, map, rva| {
|
"dwPrediction" => pattern!("488d05${'} c3 cccccccccccccccc 4053564154") => Some(|_view, map, rva| {
|
||||||
map.insert("dwLocalPlayerPawn".to_string(), rva + 0x180);
|
map.insert("dwLocalPlayerPawn".to_string(), rva + 0x180);
|
||||||
}),
|
}),
|
||||||
"dwSensitivity" => pattern!("488d0d${[8]'} 440f28c1 0f28f3 0f28fa e8") => None,
|
"dwSensitivity" => pattern!("488d0d${[8]'} 440f294c24? 0f28fb") => None,
|
||||||
"dwSensitivity_sensitivity" => pattern!("ff50u1 4c8bc6 488d55? 488bcf e8${} 84c0 0f85${} 4c8d45? 8bd3 488bcf e8${} e9${} f30f1006") => None,
|
"dwSensitivity_sensitivity" => pattern!("ff50u1 4c8bc6 488d55? 488bcf e8${} 84c0 0f85${} 4c8d4d? 458bc48bd3 488bcf e8${} e9${} f30f1006") => None,
|
||||||
"dwViewMatrix" => pattern!("488d0d${'} 48c1e006") => None,
|
"dwViewMatrix" => pattern!("488d0d${'} 48c1e006") => None,
|
||||||
"dwViewRender" => pattern!("488905${'} 488bc8 4885c0") => None,
|
"dwViewRender" => pattern!("488905${'} 488bc8 4885c0") => None,
|
||||||
"dwWeaponC4" => pattern!("488b15${'} 488b5c24? ffc0 8905[4] 488bc7") => None,
|
"dwWeaponC4" => pattern!("488b15${'} 488b5c24? ffc0 8905[4] 488bc6488934ea80be") => None,
|
||||||
},
|
},
|
||||||
engine2 => {
|
engine2 => {
|
||||||
"dwBuildNumber" => pattern!("8905${'} 488d0d${} ff15${} 488b0d") => None,
|
"dwBuildNumber" => pattern!("8905${'} 488d0d${} ff15${} 488b0d") => None,
|
||||||
"dwNetworkGameClient" => pattern!("48893d${'} 488d15") => None,
|
"dwNetworkGameClient" => pattern!("48893d${'} 488d15") => None,
|
||||||
"dwNetworkGameClient_clientTickCount" => pattern!("8b81u4 c3 cccccccccccccccccc 8b81${} c3 cccccccccccccccccc 83b9") => None,
|
"dwNetworkGameClient_clientTickCount" => pattern!("8b81u4 c3 cccccccccccccccccc 8b81${} c3 cccccccccccccccccc 83b9") => None,
|
||||||
"dwNetworkGameClient_deltaTick" => pattern!("89b3u4 8b45") => None,
|
"dwNetworkGameClient_deltaTick" => pattern!("4c8db7u4 4c897c24") => None,
|
||||||
"dwNetworkGameClient_isBackgroundMap" => pattern!("0fb681u4 c3 cccccccccccccccc 0fb681${} c3 cccccccccccccccc 48895c24") => None,
|
"dwNetworkGameClient_isBackgroundMap" => pattern!("80b9${'} ? 75 ? 83b9") => None,
|
||||||
"dwNetworkGameClient_localPlayer" => pattern!("4883c0u1 488d0440 8b0cc1") => Some(|_view, map, rva| {
|
"dwNetworkGameClient_localPlayer" => pattern!("48 63 c2 4c 8d 14 40 42 8b 94 d3 u4 5b 49 ff e3 32 c0 5b c3 cc cc cc cc cc cc cc cc 40 53") => Some(|_view, map, rva| {
|
||||||
// .text 48 83 C0 0A | add rax, 0Ah
|
map.insert("dwNetworkGameClient_localPlayer".to_string(), rva);
|
||||||
// .text 48 8D 04 40 | lea rax, [rax + rax * 2]
|
|
||||||
// .text 8B 0C C1 | mov ecx, [rcx + rax * 8]
|
|
||||||
map.insert("dwNetworkGameClient_localPlayer".to_string(), (rva + (rva * 2)) * 8);
|
|
||||||
}),
|
}),
|
||||||
"dwNetworkGameClient_maxClients" => pattern!("8b81u4 c3cccccccccccccccccc 8b81${} ffc0") => None,
|
"dwNetworkGame-client_maxClients" => pattern!("8b81u4 c3cccccccccccccccccc 8b81${} ffc0") => None,
|
||||||
"dwNetworkGameClient_serverTickCount" => pattern!("8b81u4 c3 cccccccccccccccccc 83b9") => None,
|
"dwNetworkGameClient_serverTickCount" => pattern!("8b81u4 c3 cccccccccccccccccc 83b9") => None,
|
||||||
"dwNetworkGameClient_signOnState" => pattern!("448b81u4 488d0d") => None,
|
"dwNetworkGameClient_signOnState" => pattern!("448b81u4 488d0d") => None,
|
||||||
"dwWindowHeight" => pattern!("8b05${'} 8903") => None,
|
"dwWindowHeight" => pattern!("8b05${'} 8903") => None,
|
||||||
"dwWindowWidth" => pattern!("8b05${'} 8907") => None,
|
"dwWindowWidth" => pattern!("8b05${'} 8907") => None,
|
||||||
},
|
},
|
||||||
input_system => {
|
input_system => {
|
||||||
"dwInputSystem" => pattern!("488905${'} 488d05") => None,
|
"dwInputSystem" => pattern!("488905${'} 33c0") => None,
|
||||||
},
|
},
|
||||||
matchmaking => {
|
matchmaking => {
|
||||||
"dwGameTypes" => pattern!("488d0d${'} 33d2") => None,
|
"dwGameTypes" => pattern!("488d0d${'} 33d2ff50") => None,
|
||||||
"dwGameTypes_mapName" => pattern!("488b81u4 4885c074? 4883c0") => None,
|
"dwGameTypes_mapName" => pattern!("488b81u4 4885c074? 4883c0") => None,
|
||||||
},
|
},
|
||||||
soundsystem => {
|
soundsystem => {
|
||||||
"dwSoundSystem" => pattern!("488d05${'} c3 cccccccccccccccc 488915") => None,
|
"dwSoundSystem" => pattern!("488d05${'} c3 cccccccccccccccc 488915") => None,
|
||||||
"dwSoundSystem_engineViewData" => pattern!("0f1147u1 0f104b") => None,
|
"dwSoundSystem_engineViewData" => pattern!("0f1147u1 0f104b? 0f118f") => None,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -306,7 +306,9 @@ fn read_schema_system<P: Process + MemoryView>(process: &mut P) -> Result<Schema
|
|||||||
bail!("outdated schema system pattern");
|
bail!("outdated schema system pattern");
|
||||||
}
|
}
|
||||||
|
|
||||||
let schema_system: SchemaSystem = process.read(module.base + save[1]).data_part()?;
|
// println!("SchemaSystem RVA captures: save[0] = {:#X}, save[1] = {:#X}", save[0], save[1]);
|
||||||
|
let schema_system_ptr: u64 = process.read(module.base + save[1]).data_part()?;
|
||||||
|
let schema_system: SchemaSystem = process.read(schema_system_ptr.into()).data_part()?;
|
||||||
|
|
||||||
if schema_system.num_registrations == 0 {
|
if schema_system.num_registrations == 0 {
|
||||||
bail!("no schema system registrations found");
|
bail!("no schema system registrations found");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user