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