mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-24 13:05:36 +08:00
Game update (14009)
This commit is contained in:
parent
84f5a7320b
commit
23b77e0347
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: animationsystem.dll
|
// Module: animationsystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 23:09:24.161043 UTC
|
||||||
|
|
||||||
namespace CS2Dumper {
|
namespace CS2Dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class Buttons {
|
public static class Buttons {
|
||||||
public const nint attack = 0x17343D0;
|
public const nint attack = 0x18067B0;
|
||||||
public const nint attack2 = 0x1734460;
|
public const nint attack2 = 0x1806840;
|
||||||
public const nint back = 0x17346A0;
|
public const nint back = 0x1806A80;
|
||||||
public const nint duck = 0x1734970;
|
public const nint duck = 0x1806D50;
|
||||||
public const nint forward = 0x1734610;
|
public const nint forward = 0x18069F0;
|
||||||
public const nint jump = 0x17348E0;
|
public const nint jump = 0x1806CC0;
|
||||||
public const nint left = 0x1734730;
|
public const nint left = 0x1806B10;
|
||||||
public const nint lookatweapon = 0x1930B70;
|
public const nint lookatweapon = 0x1A0CFA0;
|
||||||
public const nint reload = 0x1734340;
|
public const nint reload = 0x1806720;
|
||||||
public const nint right = 0x17347C0;
|
public const nint right = 0x1806BA0;
|
||||||
public const nint showscores = 0x1930A50;
|
public const nint showscores = 0x1A0CE80;
|
||||||
public const nint sprint = 0x17342B0;
|
public const nint sprint = 0x1806690;
|
||||||
public const nint turnleft = 0x17344F0;
|
public const nint turnleft = 0x18068D0;
|
||||||
public const nint turnright = 0x1734580;
|
public const nint turnright = 0x1806960;
|
||||||
public const nint use = 0x1734850;
|
public const nint use = 0x1806C30;
|
||||||
public const nint zoom = 0x1930AE0;
|
public const nint zoom = 0x1A0CF10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 23:09:24.161043 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 = 0x17343D0;
|
constexpr std::ptrdiff_t attack = 0x18067B0;
|
||||||
constexpr std::ptrdiff_t attack2 = 0x1734460;
|
constexpr std::ptrdiff_t attack2 = 0x1806840;
|
||||||
constexpr std::ptrdiff_t back = 0x17346A0;
|
constexpr std::ptrdiff_t back = 0x1806A80;
|
||||||
constexpr std::ptrdiff_t duck = 0x1734970;
|
constexpr std::ptrdiff_t duck = 0x1806D50;
|
||||||
constexpr std::ptrdiff_t forward = 0x1734610;
|
constexpr std::ptrdiff_t forward = 0x18069F0;
|
||||||
constexpr std::ptrdiff_t jump = 0x17348E0;
|
constexpr std::ptrdiff_t jump = 0x1806CC0;
|
||||||
constexpr std::ptrdiff_t left = 0x1734730;
|
constexpr std::ptrdiff_t left = 0x1806B10;
|
||||||
constexpr std::ptrdiff_t lookatweapon = 0x1930B70;
|
constexpr std::ptrdiff_t lookatweapon = 0x1A0CFA0;
|
||||||
constexpr std::ptrdiff_t reload = 0x1734340;
|
constexpr std::ptrdiff_t reload = 0x1806720;
|
||||||
constexpr std::ptrdiff_t right = 0x17347C0;
|
constexpr std::ptrdiff_t right = 0x1806BA0;
|
||||||
constexpr std::ptrdiff_t showscores = 0x1930A50;
|
constexpr std::ptrdiff_t showscores = 0x1A0CE80;
|
||||||
constexpr std::ptrdiff_t sprint = 0x17342B0;
|
constexpr std::ptrdiff_t sprint = 0x1806690;
|
||||||
constexpr std::ptrdiff_t turnleft = 0x17344F0;
|
constexpr std::ptrdiff_t turnleft = 0x18068D0;
|
||||||
constexpr std::ptrdiff_t turnright = 0x1734580;
|
constexpr std::ptrdiff_t turnright = 0x1806960;
|
||||||
constexpr std::ptrdiff_t use = 0x1734850;
|
constexpr std::ptrdiff_t use = 0x1806C30;
|
||||||
constexpr std::ptrdiff_t zoom = 0x1930AE0;
|
constexpr std::ptrdiff_t zoom = 0x1A0CF10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"attack": 24331216,
|
"attack": 25192368,
|
||||||
"attack2": 24331360,
|
"attack2": 25192512,
|
||||||
"back": 24331936,
|
"back": 25193088,
|
||||||
"duck": 24332656,
|
"duck": 25193808,
|
||||||
"forward": 24331792,
|
"forward": 25192944,
|
||||||
"jump": 24332512,
|
"jump": 25193664,
|
||||||
"left": 24332080,
|
"left": 25193232,
|
||||||
"lookatweapon": 26413936,
|
"lookatweapon": 27316128,
|
||||||
"reload": 24331072,
|
"reload": 25192224,
|
||||||
"right": 24332224,
|
"right": 25193376,
|
||||||
"showscores": 26413648,
|
"showscores": 27315840,
|
||||||
"sprint": 24330928,
|
"sprint": 25192080,
|
||||||
"turnleft": 24331504,
|
"turnleft": 25192656,
|
||||||
"turnright": 24331648,
|
"turnright": 25192800,
|
||||||
"use": 24332368,
|
"use": 25193520,
|
||||||
"zoom": 26413792
|
"zoom": 27315984
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,26 +1,26 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 23:09:24.161043 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 = 0x17343D0;
|
pub const attack: usize = 0x18067B0;
|
||||||
pub const attack2: usize = 0x1734460;
|
pub const attack2: usize = 0x1806840;
|
||||||
pub const back: usize = 0x17346A0;
|
pub const back: usize = 0x1806A80;
|
||||||
pub const duck: usize = 0x1734970;
|
pub const duck: usize = 0x1806D50;
|
||||||
pub const forward: usize = 0x1734610;
|
pub const forward: usize = 0x18069F0;
|
||||||
pub const jump: usize = 0x17348E0;
|
pub const jump: usize = 0x1806CC0;
|
||||||
pub const left: usize = 0x1734730;
|
pub const left: usize = 0x1806B10;
|
||||||
pub const lookatweapon: usize = 0x1930B70;
|
pub const lookatweapon: usize = 0x1A0CFA0;
|
||||||
pub const reload: usize = 0x1734340;
|
pub const reload: usize = 0x1806720;
|
||||||
pub const right: usize = 0x17347C0;
|
pub const right: usize = 0x1806BA0;
|
||||||
pub const showscores: usize = 0x1930A50;
|
pub const showscores: usize = 0x1A0CE80;
|
||||||
pub const sprint: usize = 0x17342B0;
|
pub const sprint: usize = 0x1806690;
|
||||||
pub const turnleft: usize = 0x17344F0;
|
pub const turnleft: usize = 0x18068D0;
|
||||||
pub const turnright: usize = 0x1734580;
|
pub const turnright: usize = 0x1806960;
|
||||||
pub const r#use: usize = 0x1734850;
|
pub const r#use: usize = 0x1806C30;
|
||||||
pub const zoom: usize = 0x1930AE0;
|
pub const zoom: usize = 0x1A0CF10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: host.dll
|
// Module: host.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"build_number": 14008,
|
"build_number": 14009,
|
||||||
"timestamp": "2024-05-09T23:28:33.765194600+00:00"
|
"timestamp": "2024-05-23T23:09:24.161043+00:00"
|
||||||
}
|
}
|
@ -1,73 +1,73 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 23:09:24.161043 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 = 0x73600;
|
public const nint AnimationSystemUtils_001 = 0x79E00;
|
||||||
public const nint AnimationSystem_001 = 0x6E180;
|
public const nint AnimationSystem_001 = 0x748F0;
|
||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class ClientDll {
|
public static class ClientDll {
|
||||||
public const nint ClientToolsInfo_001 = 0x735800;
|
public const nint ClientToolsInfo_001 = 0x757C20;
|
||||||
public const nint EmptyWorldService001_Client = 0x482D10;
|
public const nint EmptyWorldService001_Client = 0x4A10F0;
|
||||||
public const nint GameClientExports001 = 0x735810;
|
public const nint GameClientExports001 = 0x757C30;
|
||||||
public const nint LegacyGameUI001 = 0x8B35B0;
|
public const nint LegacyGameUI001 = 0x8E1370;
|
||||||
public const nint Source2Client002 = 0x735820;
|
public const nint Source2Client002 = 0x757C40;
|
||||||
public const nint Source2ClientConfig001 = 0x46E050;
|
public const nint Source2ClientConfig001 = 0x484E50;
|
||||||
public const nint Source2ClientPrediction001 = 0x7B2060;
|
public const nint Source2ClientPrediction001 = 0x7D4890;
|
||||||
public const nint Source2ClientUI001 = 0x8A2AF0;
|
public const nint Source2ClientUI001 = 0x8C7C30;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
public const nint BenchmarkService001 = 0x177910;
|
public const nint BenchmarkService001 = 0x17BE20;
|
||||||
public const nint BugService001 = 0x179170;
|
public const nint BugService001 = 0x17CF70;
|
||||||
public const nint ClientServerEngineLoopService_001 = 0x1EC960;
|
public const nint ClientServerEngineLoopService_001 = 0x1F0F90;
|
||||||
public const nint EngineGameUI001 = 0x121E60;
|
public const nint EngineGameUI001 = 0x126C20;
|
||||||
public const nint EngineServiceMgr001 = 0x1DBF80;
|
public const nint EngineServiceMgr001 = 0x1E0200;
|
||||||
public const nint GameEventSystemClientV001 = 0x1E0B70;
|
public const nint GameEventSystemClientV001 = 0x1E5380;
|
||||||
public const nint GameEventSystemServerV001 = 0x1E0B80;
|
public const nint GameEventSystemServerV001 = 0x1E5390;
|
||||||
public const nint GameResourceServiceClientV001 = 0x180330;
|
public const nint GameResourceServiceClientV001 = 0x1845F0;
|
||||||
public const nint GameResourceServiceServerV001 = 0x180340;
|
public const nint GameResourceServiceServerV001 = 0x184600;
|
||||||
public const nint GameUIService_001 = 0x182CE0;
|
public const nint GameUIService_001 = 0x186FA0;
|
||||||
public const nint HostStateMgr001 = 0x1E5550;
|
public const nint HostStateMgr001 = 0x1E9B40;
|
||||||
public const nint INETSUPPORT_001 = 0xF0AF0;
|
public const nint INETSUPPORT_001 = 0xF5B90;
|
||||||
public const nint InputService_001 = 0x188850;
|
public const nint InputService_001 = 0x18CB20;
|
||||||
public const nint KeyValueCache001 = 0x1E7D70;
|
public const nint KeyValueCache001 = 0x1EC360;
|
||||||
public const nint MapListService_001 = 0x19B720;
|
public const nint MapListService_001 = 0x19FCD0;
|
||||||
public const nint NetworkClientService_001 = 0x1A28E0;
|
public const nint NetworkClientService_001 = 0x1A6F20;
|
||||||
public const nint NetworkP2PService_001 = 0x1A92A0;
|
public const nint NetworkP2PService_001 = 0x1AD750;
|
||||||
public const nint NetworkServerService_001 = 0x1AD7F0;
|
public const nint NetworkServerService_001 = 0x1B1C80;
|
||||||
public const nint NetworkService_001 = 0x1B2A10;
|
public const nint NetworkService_001 = 0x1B6EC0;
|
||||||
public const nint RenderService_001 = 0x1B2F00;
|
public const nint RenderService_001 = 0x1B73B0;
|
||||||
public const nint ScreenshotService001 = 0x1B5880;
|
public const nint ScreenshotService001 = 0x1B9D60;
|
||||||
public const nint SimpleEngineLoopService_001 = 0x1F92D0;
|
public const nint SimpleEngineLoopService_001 = 0x1FDAE0;
|
||||||
public const nint SoundService_001 = 0x1B9E80;
|
public const nint SoundService_001 = 0x1BDFA0;
|
||||||
public const nint Source2EngineToClient001 = 0x61D70;
|
public const nint Source2EngineToClient001 = 0x66BF0;
|
||||||
public const nint Source2EngineToClientStringTable001 = 0x8AF00;
|
public const nint Source2EngineToClientStringTable001 = 0x8F9D0;
|
||||||
public const nint Source2EngineToServer001 = 0x92500;
|
public const nint Source2EngineToServer001 = 0x97060;
|
||||||
public const nint Source2EngineToServerStringTable001 = 0xA9AA0;
|
public const nint Source2EngineToServerStringTable001 = 0xAE6C0;
|
||||||
public const nint SplitScreenService_001 = 0x1C0710;
|
public const nint SplitScreenService_001 = 0x1C49B0;
|
||||||
public const nint StatsService_001 = 0x1C33F0;
|
public const nint StatsService_001 = 0x1C7700;
|
||||||
public const nint ToolService_001 = 0x1C8040;
|
public const nint ToolService_001 = 0x1CC180;
|
||||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x122AD0;
|
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x1278A0;
|
||||||
public const nint VProfService_001 = 0x1C93C0;
|
public const nint VProfService_001 = 0x1CD5B0;
|
||||||
}
|
}
|
||||||
// Module: filesystem_stdio.dll
|
// Module: filesystem_stdio.dll
|
||||||
public static class FilesystemStdioDll {
|
public static class FilesystemStdioDll {
|
||||||
public const nint VAsyncFileSystem2_001 = 0x67510;
|
public const nint VAsyncFileSystem2_001 = 0x67490;
|
||||||
public const nint VFileSystem017 = 0x67500;
|
public const nint VFileSystem017 = 0x67480;
|
||||||
}
|
}
|
||||||
// Module: host.dll
|
// Module: host.dll
|
||||||
public static class HostDll {
|
public static class HostDll {
|
||||||
public const nint DebugDrawQueueManager001 = 0x11AC0;
|
public const nint DebugDrawQueueManager001 = 0x15170;
|
||||||
public const nint GameModelInfo001 = 0x12070;
|
public const nint GameModelInfo001 = 0x15720;
|
||||||
public const nint GameSystem2HostHook = 0x12150;
|
public const nint GameSystem2HostHook = 0x15800;
|
||||||
public const nint HostUtils001 = 0x12900;
|
public const nint HostUtils001 = 0x15FB0;
|
||||||
public const nint PredictionDiffManager001 = 0x17320;
|
public const nint PredictionDiffManager001 = 0x1AB00;
|
||||||
public const nint SaveRestoreDataVersion001 = 0x19040;
|
public const nint SaveRestoreDataVersion001 = 0x1C500;
|
||||||
public const nint SinglePlayerSharedMemory001 = 0x19050;
|
public const nint SinglePlayerSharedMemory001 = 0x1C510;
|
||||||
public const nint Source2Host001 = 0x193D0;
|
public const nint Source2Host001 = 0x1C8A0;
|
||||||
}
|
}
|
||||||
// Module: imemanager.dll
|
// Module: imemanager.dll
|
||||||
public static class ImemanagerDll {
|
public static class ImemanagerDll {
|
||||||
@ -80,39 +80,39 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: localize.dll
|
// Module: localize.dll
|
||||||
public static class LocalizeDll {
|
public static class LocalizeDll {
|
||||||
public const nint Localize_001 = 0x3830;
|
public const nint Localize_001 = 0x3AE0;
|
||||||
}
|
}
|
||||||
// Module: matchmaking.dll
|
// Module: matchmaking.dll
|
||||||
public static class MatchmakingDll {
|
public static class MatchmakingDll {
|
||||||
public const nint GameTypes001 = 0x538F0;
|
public const nint GameTypes001 = 0x53910;
|
||||||
public const nint MATCHFRAMEWORK_001 = 0x105780;
|
public const nint MATCHFRAMEWORK_001 = 0x105780;
|
||||||
}
|
}
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
public static class Materialsystem2Dll {
|
public static class Materialsystem2Dll {
|
||||||
public const nint FontManager_001 = 0x376D0;
|
public const nint FontManager_001 = 0x38430;
|
||||||
public const nint MaterialUtils_001 = 0x4D790;
|
public const nint MaterialUtils_001 = 0x4E380;
|
||||||
public const nint PostProcessingSystem_001 = 0x426D0;
|
public const nint PostProcessingSystem_001 = 0x43330;
|
||||||
public const nint TextLayout_001 = 0x49E50;
|
public const nint TextLayout_001 = 0x4AA40;
|
||||||
public const nint VMaterialSystem2_001 = 0x25BA0;
|
public const nint VMaterialSystem2_001 = 0x26760;
|
||||||
}
|
}
|
||||||
// Module: meshsystem.dll
|
// Module: meshsystem.dll
|
||||||
public static class MeshsystemDll {
|
public static class MeshsystemDll {
|
||||||
public const nint MeshSystem001 = 0x7440;
|
public const nint MeshSystem001 = 0xAA20;
|
||||||
}
|
}
|
||||||
// Module: navsystem.dll
|
// Module: navsystem.dll
|
||||||
public static class NavsystemDll {
|
public static class NavsystemDll {
|
||||||
public const nint NavSystem001 = 0x8E30;
|
public const nint NavSystem001 = 0xC430;
|
||||||
}
|
}
|
||||||
// Module: networksystem.dll
|
// Module: networksystem.dll
|
||||||
public static class NetworksystemDll {
|
public static class NetworksystemDll {
|
||||||
public const nint FlattenedSerializersVersion001 = 0x7E5E0;
|
public const nint FlattenedSerializersVersion001 = 0x7ED50;
|
||||||
public const nint NetworkMessagesVersion001 = 0x9EC60;
|
public const nint NetworkMessagesVersion001 = 0x9F7F0;
|
||||||
public const nint NetworkSystemVersion001 = 0xBE9E0;
|
public const nint NetworkSystemVersion001 = 0xC0650;
|
||||||
public const nint SerializedEntitiesVersion001 = 0xD4C00;
|
public const nint SerializedEntitiesVersion001 = 0xD6790;
|
||||||
}
|
}
|
||||||
// Module: panorama.dll
|
// Module: panorama.dll
|
||||||
public static class PanoramaDll {
|
public static class PanoramaDll {
|
||||||
public const nint PanoramaUIEngine001 = 0x5D8B0;
|
public const nint PanoramaUIEngine001 = 0x611C0;
|
||||||
}
|
}
|
||||||
// Module: panorama_text_pango.dll
|
// Module: panorama_text_pango.dll
|
||||||
public static class PanoramaTextPangoDll {
|
public static class PanoramaTextPangoDll {
|
||||||
@ -120,98 +120,98 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: panoramauiclient.dll
|
// Module: panoramauiclient.dll
|
||||||
public static class PanoramauiclientDll {
|
public static class PanoramauiclientDll {
|
||||||
public const nint PanoramaUIClient001 = 0x11FF0;
|
public const nint PanoramaUIClient001 = 0x122B0;
|
||||||
}
|
}
|
||||||
// Module: particles.dll
|
// Module: particles.dll
|
||||||
public static class ParticlesDll {
|
public static class ParticlesDll {
|
||||||
public const nint ParticleSystemMgr003 = 0x590C0;
|
public const nint ParticleSystemMgr003 = 0x5C6D0;
|
||||||
}
|
}
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
public static class PulseSystemDll {
|
public static class PulseSystemDll {
|
||||||
public const nint IPulseSystem_001 = 0x44C0;
|
public const nint IPulseSystem_001 = 0x3EC0;
|
||||||
}
|
}
|
||||||
// Module: rendersystemdx11.dll
|
// Module: rendersystemdx11.dll
|
||||||
public static class Rendersystemdx11Dll {
|
public static class Rendersystemdx11Dll {
|
||||||
public const nint RenderDeviceMgr001 = 0x4D310;
|
public const nint RenderDeviceMgr001 = 0x4FAA0;
|
||||||
public const nint RenderUtils_001 = 0x55BB0;
|
public const nint RenderUtils_001 = 0x596B0;
|
||||||
public const nint VRenderDeviceMgrBackdoor001 = 0x4D320;
|
public const nint VRenderDeviceMgrBackdoor001 = 0x4FAB0;
|
||||||
}
|
}
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
public static class ResourcesystemDll {
|
public static class ResourcesystemDll {
|
||||||
public const nint ResourceSystem013 = 0x10840;
|
public const nint ResourceSystem013 = 0x10C30;
|
||||||
}
|
}
|
||||||
// Module: scenefilecache.dll
|
// Module: scenefilecache.dll
|
||||||
public static class ScenefilecacheDll {
|
public static class ScenefilecacheDll {
|
||||||
public const nint ResponseRulesCache001 = 0x31A0;
|
public const nint ResponseRulesCache001 = 0x3320;
|
||||||
public const nint SceneFileCache002 = 0x6A60;
|
public const nint SceneFileCache002 = 0x6BE0;
|
||||||
}
|
}
|
||||||
// Module: scenesystem.dll
|
// Module: scenesystem.dll
|
||||||
public static class ScenesystemDll {
|
public static class ScenesystemDll {
|
||||||
public const nint RenderingPipelines_001 = 0x85D30;
|
public const nint RenderingPipelines_001 = 0x9C390;
|
||||||
public const nint SceneSystem_002 = 0xBC6D0;
|
public const nint SceneSystem_002 = 0xD3550;
|
||||||
public const nint SceneUtils_001 = 0x12EE40;
|
public const nint SceneUtils_001 = 0x14B530;
|
||||||
}
|
}
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
public static class SchemasystemDll {
|
public static class SchemasystemDll {
|
||||||
public const nint SchemaSystem_001 = 0xAA50;
|
public const nint SchemaSystem_001 = 0xAB40;
|
||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
public static class ServerDll {
|
public static class ServerDll {
|
||||||
public const nint EmptyWorldService001_Server = 0x56E680;
|
public const nint EmptyWorldService001_Server = 0x5837F0;
|
||||||
public const nint EntitySubclassUtilsV001 = 0x2AC320;
|
public const nint EntitySubclassUtilsV001 = 0x2BA100;
|
||||||
public const nint NavGameTest001 = 0xA42880;
|
public const nint NavGameTest001 = 0xA64700;
|
||||||
public const nint ServerToolsInfo_001 = 0x82E390;
|
public const nint ServerToolsInfo_001 = 0x8578E0;
|
||||||
public const nint Source2GameClients001 = 0x82E3A0;
|
public const nint Source2GameClients001 = 0x8578F0;
|
||||||
public const nint Source2GameDirector001 = 0x11E010;
|
public const nint Source2GameDirector001 = 0x1223F0;
|
||||||
public const nint Source2GameEntities001 = 0x82E3B0;
|
public const nint Source2GameEntities001 = 0x857900;
|
||||||
public const nint Source2Server001 = 0x82E3C0;
|
public const nint Source2Server001 = 0x857910;
|
||||||
public const nint Source2ServerConfig001 = 0x562930;
|
public const nint Source2ServerConfig001 = 0x56FBD0;
|
||||||
public const nint customnavsystem001 = 0x227EF0;
|
public const nint customnavsystem001 = 0x228630;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
public static class SoundsystemDll {
|
public static class SoundsystemDll {
|
||||||
public const nint SoundOpSystem001 = 0x16A5B0;
|
public const nint SoundOpSystem001 = 0x17F6A0;
|
||||||
public const nint SoundOpSystemEdit001 = 0x969C0;
|
public const nint SoundOpSystemEdit001 = 0x9CD60;
|
||||||
public const nint SoundSystem001 = 0x48290;
|
public const nint SoundSystem001 = 0x49730;
|
||||||
public const nint VMixEditTool001 = 0x75BA0;
|
public const nint VMixEditTool001 = 0x7A170;
|
||||||
}
|
}
|
||||||
// Module: steamaudio.dll
|
// Module: steamaudio.dll
|
||||||
public static class SteamaudioDll {
|
public static class SteamaudioDll {
|
||||||
public const nint SteamAudio001 = 0x5AA40;
|
public const nint SteamAudio001 = 0x64A70;
|
||||||
}
|
}
|
||||||
// Module: steamclient64.dll
|
// Module: steamclient64.dll
|
||||||
public static class Steamclient64Dll {
|
public static class Steamclient64Dll {
|
||||||
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x86CBF0;
|
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x86CD70;
|
||||||
public const nint IVALIDATE001 = 0x870FD0;
|
public const nint IVALIDATE001 = 0x871150;
|
||||||
public const nint SteamClient006 = 0x669070;
|
public const nint SteamClient006 = 0x6691F0;
|
||||||
public const nint SteamClient007 = 0x669080;
|
public const nint SteamClient007 = 0x669200;
|
||||||
public const nint SteamClient008 = 0x669090;
|
public const nint SteamClient008 = 0x669210;
|
||||||
public const nint SteamClient009 = 0x6690A0;
|
public const nint SteamClient009 = 0x669220;
|
||||||
public const nint SteamClient010 = 0x6690B0;
|
public const nint SteamClient010 = 0x669230;
|
||||||
public const nint SteamClient011 = 0x6690C0;
|
public const nint SteamClient011 = 0x669240;
|
||||||
public const nint SteamClient012 = 0x6690D0;
|
public const nint SteamClient012 = 0x669250;
|
||||||
public const nint SteamClient013 = 0x6690E0;
|
public const nint SteamClient013 = 0x669260;
|
||||||
public const nint SteamClient014 = 0x6690F0;
|
public const nint SteamClient014 = 0x669270;
|
||||||
public const nint SteamClient015 = 0x669100;
|
public const nint SteamClient015 = 0x669280;
|
||||||
public const nint SteamClient016 = 0x669110;
|
public const nint SteamClient016 = 0x669290;
|
||||||
public const nint SteamClient017 = 0x669120;
|
public const nint SteamClient017 = 0x6692A0;
|
||||||
public const nint SteamClient018 = 0x669130;
|
public const nint SteamClient018 = 0x6692B0;
|
||||||
public const nint SteamClient019 = 0x669140;
|
public const nint SteamClient019 = 0x6692C0;
|
||||||
public const nint SteamClient020 = 0x669150;
|
public const nint SteamClient020 = 0x6692D0;
|
||||||
public const nint SteamClient021 = 0x669160;
|
public const nint SteamClient021 = 0x6692E0;
|
||||||
public const nint p2pvoice002 = 0xDAB90;
|
public const nint p2pvoice002 = 0xDAB90;
|
||||||
public const nint p2pvoicesingleton002 = 0xD7600;
|
public const nint p2pvoicesingleton002 = 0xD7600;
|
||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
public static class Tier0Dll {
|
public static class Tier0Dll {
|
||||||
public const nint TestScriptMgr001 = 0x142960;
|
public const nint TestScriptMgr001 = 0x149BF0;
|
||||||
public const nint VEngineCvar007 = 0x62E40;
|
public const nint VEngineCvar007 = 0x63C70;
|
||||||
public const nint VProcessUtils002 = 0x133E00;
|
public const nint VProcessUtils002 = 0x13A650;
|
||||||
public const nint VStringTokenSystem001 = 0x1953B0;
|
public const nint VStringTokenSystem001 = 0x19E580;
|
||||||
}
|
}
|
||||||
// Module: v8system.dll
|
// Module: v8system.dll
|
||||||
public static class V8systemDll {
|
public static class V8systemDll {
|
||||||
public const nint Source2V8System001 = 0x1950;
|
public const nint Source2V8System001 = 0x1AE0;
|
||||||
}
|
}
|
||||||
// Module: valve_avi.dll
|
// Module: valve_avi.dll
|
||||||
public static class ValveAviDll {
|
public static class ValveAviDll {
|
||||||
@ -223,12 +223,12 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: vphysics2.dll
|
// Module: vphysics2.dll
|
||||||
public static class Vphysics2Dll {
|
public static class Vphysics2Dll {
|
||||||
public const nint VPhysics2_Handle_Interface_001 = 0x5BC00;
|
public const nint VPhysics2_Handle_Interface_001 = 0x60C80;
|
||||||
public const nint VPhysics2_Interface_001 = 0x57080;
|
public const nint VPhysics2_Interface_001 = 0x5C030;
|
||||||
}
|
}
|
||||||
// Module: vscript.dll
|
// Module: vscript.dll
|
||||||
public static class VscriptDll {
|
public static class VscriptDll {
|
||||||
public const nint VScriptManager010 = 0x32000;
|
public const nint VScriptManager010 = 0x32210;
|
||||||
}
|
}
|
||||||
// Module: vstdlib_s64.dll
|
// Module: vstdlib_s64.dll
|
||||||
public static class VstdlibS64Dll {
|
public static class VstdlibS64Dll {
|
||||||
@ -237,6 +237,6 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
public static class WorldrendererDll {
|
public static class WorldrendererDll {
|
||||||
public const nint WorldRendererMgr001 = 0x203A0;
|
public const nint WorldRendererMgr001 = 0x22FD0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 23:09:24.161043 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -9,70 +9,70 @@ 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 = 0x73600;
|
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x79E00;
|
||||||
constexpr std::ptrdiff_t AnimationSystem_001 = 0x6E180;
|
constexpr std::ptrdiff_t AnimationSystem_001 = 0x748F0;
|
||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
namespace client_dll {
|
namespace client_dll {
|
||||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x735800;
|
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x757C20;
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x482D10;
|
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x4A10F0;
|
||||||
constexpr std::ptrdiff_t GameClientExports001 = 0x735810;
|
constexpr std::ptrdiff_t GameClientExports001 = 0x757C30;
|
||||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8B35B0;
|
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8E1370;
|
||||||
constexpr std::ptrdiff_t Source2Client002 = 0x735820;
|
constexpr std::ptrdiff_t Source2Client002 = 0x757C40;
|
||||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46E050;
|
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x484E50;
|
||||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7B2060;
|
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7D4890;
|
||||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x8A2AF0;
|
constexpr std::ptrdiff_t Source2ClientUI001 = 0x8C7C30;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x177910;
|
constexpr std::ptrdiff_t BenchmarkService001 = 0x17BE20;
|
||||||
constexpr std::ptrdiff_t BugService001 = 0x179170;
|
constexpr std::ptrdiff_t BugService001 = 0x17CF70;
|
||||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1EC960;
|
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1F0F90;
|
||||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x121E60;
|
constexpr std::ptrdiff_t EngineGameUI001 = 0x126C20;
|
||||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1DBF80;
|
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1E0200;
|
||||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1E0B70;
|
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1E5380;
|
||||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1E0B80;
|
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1E5390;
|
||||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x180330;
|
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x1845F0;
|
||||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x180340;
|
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x184600;
|
||||||
constexpr std::ptrdiff_t GameUIService_001 = 0x182CE0;
|
constexpr std::ptrdiff_t GameUIService_001 = 0x186FA0;
|
||||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x1E5550;
|
constexpr std::ptrdiff_t HostStateMgr001 = 0x1E9B40;
|
||||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0xF0AF0;
|
constexpr std::ptrdiff_t INETSUPPORT_001 = 0xF5B90;
|
||||||
constexpr std::ptrdiff_t InputService_001 = 0x188850;
|
constexpr std::ptrdiff_t InputService_001 = 0x18CB20;
|
||||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x1E7D70;
|
constexpr std::ptrdiff_t KeyValueCache001 = 0x1EC360;
|
||||||
constexpr std::ptrdiff_t MapListService_001 = 0x19B720;
|
constexpr std::ptrdiff_t MapListService_001 = 0x19FCD0;
|
||||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x1A28E0;
|
constexpr std::ptrdiff_t NetworkClientService_001 = 0x1A6F20;
|
||||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x1A92A0;
|
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x1AD750;
|
||||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x1AD7F0;
|
constexpr std::ptrdiff_t NetworkServerService_001 = 0x1B1C80;
|
||||||
constexpr std::ptrdiff_t NetworkService_001 = 0x1B2A10;
|
constexpr std::ptrdiff_t NetworkService_001 = 0x1B6EC0;
|
||||||
constexpr std::ptrdiff_t RenderService_001 = 0x1B2F00;
|
constexpr std::ptrdiff_t RenderService_001 = 0x1B73B0;
|
||||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x1B5880;
|
constexpr std::ptrdiff_t ScreenshotService001 = 0x1B9D60;
|
||||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1F92D0;
|
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1FDAE0;
|
||||||
constexpr std::ptrdiff_t SoundService_001 = 0x1B9E80;
|
constexpr std::ptrdiff_t SoundService_001 = 0x1BDFA0;
|
||||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x61D70;
|
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x66BF0;
|
||||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x8AF00;
|
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x8F9D0;
|
||||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x92500;
|
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x97060;
|
||||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0xA9AA0;
|
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0xAE6C0;
|
||||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x1C0710;
|
constexpr std::ptrdiff_t SplitScreenService_001 = 0x1C49B0;
|
||||||
constexpr std::ptrdiff_t StatsService_001 = 0x1C33F0;
|
constexpr std::ptrdiff_t StatsService_001 = 0x1C7700;
|
||||||
constexpr std::ptrdiff_t ToolService_001 = 0x1C8040;
|
constexpr std::ptrdiff_t ToolService_001 = 0x1CC180;
|
||||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x122AD0;
|
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x1278A0;
|
||||||
constexpr std::ptrdiff_t VProfService_001 = 0x1C93C0;
|
constexpr std::ptrdiff_t VProfService_001 = 0x1CD5B0;
|
||||||
}
|
}
|
||||||
// Module: filesystem_stdio.dll
|
// Module: filesystem_stdio.dll
|
||||||
namespace filesystem_stdio_dll {
|
namespace filesystem_stdio_dll {
|
||||||
constexpr std::ptrdiff_t VAsyncFileSystem2_001 = 0x67510;
|
constexpr std::ptrdiff_t VAsyncFileSystem2_001 = 0x67490;
|
||||||
constexpr std::ptrdiff_t VFileSystem017 = 0x67500;
|
constexpr std::ptrdiff_t VFileSystem017 = 0x67480;
|
||||||
}
|
}
|
||||||
// Module: host.dll
|
// Module: host.dll
|
||||||
namespace host_dll {
|
namespace host_dll {
|
||||||
constexpr std::ptrdiff_t DebugDrawQueueManager001 = 0x11AC0;
|
constexpr std::ptrdiff_t DebugDrawQueueManager001 = 0x15170;
|
||||||
constexpr std::ptrdiff_t GameModelInfo001 = 0x12070;
|
constexpr std::ptrdiff_t GameModelInfo001 = 0x15720;
|
||||||
constexpr std::ptrdiff_t GameSystem2HostHook = 0x12150;
|
constexpr std::ptrdiff_t GameSystem2HostHook = 0x15800;
|
||||||
constexpr std::ptrdiff_t HostUtils001 = 0x12900;
|
constexpr std::ptrdiff_t HostUtils001 = 0x15FB0;
|
||||||
constexpr std::ptrdiff_t PredictionDiffManager001 = 0x17320;
|
constexpr std::ptrdiff_t PredictionDiffManager001 = 0x1AB00;
|
||||||
constexpr std::ptrdiff_t SaveRestoreDataVersion001 = 0x19040;
|
constexpr std::ptrdiff_t SaveRestoreDataVersion001 = 0x1C500;
|
||||||
constexpr std::ptrdiff_t SinglePlayerSharedMemory001 = 0x19050;
|
constexpr std::ptrdiff_t SinglePlayerSharedMemory001 = 0x1C510;
|
||||||
constexpr std::ptrdiff_t Source2Host001 = 0x193D0;
|
constexpr std::ptrdiff_t Source2Host001 = 0x1C8A0;
|
||||||
}
|
}
|
||||||
// Module: imemanager.dll
|
// Module: imemanager.dll
|
||||||
namespace imemanager_dll {
|
namespace imemanager_dll {
|
||||||
@ -85,39 +85,39 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: localize.dll
|
// Module: localize.dll
|
||||||
namespace localize_dll {
|
namespace localize_dll {
|
||||||
constexpr std::ptrdiff_t Localize_001 = 0x3830;
|
constexpr std::ptrdiff_t Localize_001 = 0x3AE0;
|
||||||
}
|
}
|
||||||
// Module: matchmaking.dll
|
// Module: matchmaking.dll
|
||||||
namespace matchmaking_dll {
|
namespace matchmaking_dll {
|
||||||
constexpr std::ptrdiff_t GameTypes001 = 0x538F0;
|
constexpr std::ptrdiff_t GameTypes001 = 0x53910;
|
||||||
constexpr std::ptrdiff_t MATCHFRAMEWORK_001 = 0x105780;
|
constexpr std::ptrdiff_t MATCHFRAMEWORK_001 = 0x105780;
|
||||||
}
|
}
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
namespace materialsystem2_dll {
|
namespace materialsystem2_dll {
|
||||||
constexpr std::ptrdiff_t FontManager_001 = 0x376D0;
|
constexpr std::ptrdiff_t FontManager_001 = 0x38430;
|
||||||
constexpr std::ptrdiff_t MaterialUtils_001 = 0x4D790;
|
constexpr std::ptrdiff_t MaterialUtils_001 = 0x4E380;
|
||||||
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x426D0;
|
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x43330;
|
||||||
constexpr std::ptrdiff_t TextLayout_001 = 0x49E50;
|
constexpr std::ptrdiff_t TextLayout_001 = 0x4AA40;
|
||||||
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x25BA0;
|
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x26760;
|
||||||
}
|
}
|
||||||
// Module: meshsystem.dll
|
// Module: meshsystem.dll
|
||||||
namespace meshsystem_dll {
|
namespace meshsystem_dll {
|
||||||
constexpr std::ptrdiff_t MeshSystem001 = 0x7440;
|
constexpr std::ptrdiff_t MeshSystem001 = 0xAA20;
|
||||||
}
|
}
|
||||||
// Module: navsystem.dll
|
// Module: navsystem.dll
|
||||||
namespace navsystem_dll {
|
namespace navsystem_dll {
|
||||||
constexpr std::ptrdiff_t NavSystem001 = 0x8E30;
|
constexpr std::ptrdiff_t NavSystem001 = 0xC430;
|
||||||
}
|
}
|
||||||
// Module: networksystem.dll
|
// Module: networksystem.dll
|
||||||
namespace networksystem_dll {
|
namespace networksystem_dll {
|
||||||
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x7E5E0;
|
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x7ED50;
|
||||||
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x9EC60;
|
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x9F7F0;
|
||||||
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0xBE9E0;
|
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0xC0650;
|
||||||
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0xD4C00;
|
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0xD6790;
|
||||||
}
|
}
|
||||||
// Module: panorama.dll
|
// Module: panorama.dll
|
||||||
namespace panorama_dll {
|
namespace panorama_dll {
|
||||||
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x5D8B0;
|
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x611C0;
|
||||||
}
|
}
|
||||||
// Module: panorama_text_pango.dll
|
// Module: panorama_text_pango.dll
|
||||||
namespace panorama_text_pango_dll {
|
namespace panorama_text_pango_dll {
|
||||||
@ -125,98 +125,98 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: panoramauiclient.dll
|
// Module: panoramauiclient.dll
|
||||||
namespace panoramauiclient_dll {
|
namespace panoramauiclient_dll {
|
||||||
constexpr std::ptrdiff_t PanoramaUIClient001 = 0x11FF0;
|
constexpr std::ptrdiff_t PanoramaUIClient001 = 0x122B0;
|
||||||
}
|
}
|
||||||
// Module: particles.dll
|
// Module: particles.dll
|
||||||
namespace particles_dll {
|
namespace particles_dll {
|
||||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x590C0;
|
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x5C6D0;
|
||||||
}
|
}
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
namespace pulse_system_dll {
|
namespace pulse_system_dll {
|
||||||
constexpr std::ptrdiff_t IPulseSystem_001 = 0x44C0;
|
constexpr std::ptrdiff_t IPulseSystem_001 = 0x3EC0;
|
||||||
}
|
}
|
||||||
// Module: rendersystemdx11.dll
|
// Module: rendersystemdx11.dll
|
||||||
namespace rendersystemdx11_dll {
|
namespace rendersystemdx11_dll {
|
||||||
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x4D310;
|
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x4FAA0;
|
||||||
constexpr std::ptrdiff_t RenderUtils_001 = 0x55BB0;
|
constexpr std::ptrdiff_t RenderUtils_001 = 0x596B0;
|
||||||
constexpr std::ptrdiff_t VRenderDeviceMgrBackdoor001 = 0x4D320;
|
constexpr std::ptrdiff_t VRenderDeviceMgrBackdoor001 = 0x4FAB0;
|
||||||
}
|
}
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
namespace resourcesystem_dll {
|
namespace resourcesystem_dll {
|
||||||
constexpr std::ptrdiff_t ResourceSystem013 = 0x10840;
|
constexpr std::ptrdiff_t ResourceSystem013 = 0x10C30;
|
||||||
}
|
}
|
||||||
// Module: scenefilecache.dll
|
// Module: scenefilecache.dll
|
||||||
namespace scenefilecache_dll {
|
namespace scenefilecache_dll {
|
||||||
constexpr std::ptrdiff_t ResponseRulesCache001 = 0x31A0;
|
constexpr std::ptrdiff_t ResponseRulesCache001 = 0x3320;
|
||||||
constexpr std::ptrdiff_t SceneFileCache002 = 0x6A60;
|
constexpr std::ptrdiff_t SceneFileCache002 = 0x6BE0;
|
||||||
}
|
}
|
||||||
// Module: scenesystem.dll
|
// Module: scenesystem.dll
|
||||||
namespace scenesystem_dll {
|
namespace scenesystem_dll {
|
||||||
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x85D30;
|
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x9C390;
|
||||||
constexpr std::ptrdiff_t SceneSystem_002 = 0xBC6D0;
|
constexpr std::ptrdiff_t SceneSystem_002 = 0xD3550;
|
||||||
constexpr std::ptrdiff_t SceneUtils_001 = 0x12EE40;
|
constexpr std::ptrdiff_t SceneUtils_001 = 0x14B530;
|
||||||
}
|
}
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
namespace schemasystem_dll {
|
namespace schemasystem_dll {
|
||||||
constexpr std::ptrdiff_t SchemaSystem_001 = 0xAA50;
|
constexpr std::ptrdiff_t SchemaSystem_001 = 0xAB40;
|
||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
namespace server_dll {
|
namespace server_dll {
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x56E680;
|
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x5837F0;
|
||||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2AC320;
|
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2BA100;
|
||||||
constexpr std::ptrdiff_t NavGameTest001 = 0xA42880;
|
constexpr std::ptrdiff_t NavGameTest001 = 0xA64700;
|
||||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x82E390;
|
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x8578E0;
|
||||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x82E3A0;
|
constexpr std::ptrdiff_t Source2GameClients001 = 0x8578F0;
|
||||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x11E010;
|
constexpr std::ptrdiff_t Source2GameDirector001 = 0x1223F0;
|
||||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x82E3B0;
|
constexpr std::ptrdiff_t Source2GameEntities001 = 0x857900;
|
||||||
constexpr std::ptrdiff_t Source2Server001 = 0x82E3C0;
|
constexpr std::ptrdiff_t Source2Server001 = 0x857910;
|
||||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x562930;
|
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x56FBD0;
|
||||||
constexpr std::ptrdiff_t customnavsystem001 = 0x227EF0;
|
constexpr std::ptrdiff_t customnavsystem001 = 0x228630;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
namespace soundsystem_dll {
|
namespace soundsystem_dll {
|
||||||
constexpr std::ptrdiff_t SoundOpSystem001 = 0x16A5B0;
|
constexpr std::ptrdiff_t SoundOpSystem001 = 0x17F6A0;
|
||||||
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x969C0;
|
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x9CD60;
|
||||||
constexpr std::ptrdiff_t SoundSystem001 = 0x48290;
|
constexpr std::ptrdiff_t SoundSystem001 = 0x49730;
|
||||||
constexpr std::ptrdiff_t VMixEditTool001 = 0x75BA0;
|
constexpr std::ptrdiff_t VMixEditTool001 = 0x7A170;
|
||||||
}
|
}
|
||||||
// Module: steamaudio.dll
|
// Module: steamaudio.dll
|
||||||
namespace steamaudio_dll {
|
namespace steamaudio_dll {
|
||||||
constexpr std::ptrdiff_t SteamAudio001 = 0x5AA40;
|
constexpr std::ptrdiff_t SteamAudio001 = 0x64A70;
|
||||||
}
|
}
|
||||||
// Module: steamclient64.dll
|
// Module: steamclient64.dll
|
||||||
namespace steamclient64_dll {
|
namespace steamclient64_dll {
|
||||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x86CBF0;
|
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x86CD70;
|
||||||
constexpr std::ptrdiff_t IVALIDATE001 = 0x870FD0;
|
constexpr std::ptrdiff_t IVALIDATE001 = 0x871150;
|
||||||
constexpr std::ptrdiff_t SteamClient006 = 0x669070;
|
constexpr std::ptrdiff_t SteamClient006 = 0x6691F0;
|
||||||
constexpr std::ptrdiff_t SteamClient007 = 0x669080;
|
constexpr std::ptrdiff_t SteamClient007 = 0x669200;
|
||||||
constexpr std::ptrdiff_t SteamClient008 = 0x669090;
|
constexpr std::ptrdiff_t SteamClient008 = 0x669210;
|
||||||
constexpr std::ptrdiff_t SteamClient009 = 0x6690A0;
|
constexpr std::ptrdiff_t SteamClient009 = 0x669220;
|
||||||
constexpr std::ptrdiff_t SteamClient010 = 0x6690B0;
|
constexpr std::ptrdiff_t SteamClient010 = 0x669230;
|
||||||
constexpr std::ptrdiff_t SteamClient011 = 0x6690C0;
|
constexpr std::ptrdiff_t SteamClient011 = 0x669240;
|
||||||
constexpr std::ptrdiff_t SteamClient012 = 0x6690D0;
|
constexpr std::ptrdiff_t SteamClient012 = 0x669250;
|
||||||
constexpr std::ptrdiff_t SteamClient013 = 0x6690E0;
|
constexpr std::ptrdiff_t SteamClient013 = 0x669260;
|
||||||
constexpr std::ptrdiff_t SteamClient014 = 0x6690F0;
|
constexpr std::ptrdiff_t SteamClient014 = 0x669270;
|
||||||
constexpr std::ptrdiff_t SteamClient015 = 0x669100;
|
constexpr std::ptrdiff_t SteamClient015 = 0x669280;
|
||||||
constexpr std::ptrdiff_t SteamClient016 = 0x669110;
|
constexpr std::ptrdiff_t SteamClient016 = 0x669290;
|
||||||
constexpr std::ptrdiff_t SteamClient017 = 0x669120;
|
constexpr std::ptrdiff_t SteamClient017 = 0x6692A0;
|
||||||
constexpr std::ptrdiff_t SteamClient018 = 0x669130;
|
constexpr std::ptrdiff_t SteamClient018 = 0x6692B0;
|
||||||
constexpr std::ptrdiff_t SteamClient019 = 0x669140;
|
constexpr std::ptrdiff_t SteamClient019 = 0x6692C0;
|
||||||
constexpr std::ptrdiff_t SteamClient020 = 0x669150;
|
constexpr std::ptrdiff_t SteamClient020 = 0x6692D0;
|
||||||
constexpr std::ptrdiff_t SteamClient021 = 0x669160;
|
constexpr std::ptrdiff_t SteamClient021 = 0x6692E0;
|
||||||
constexpr std::ptrdiff_t p2pvoice002 = 0xDAB90;
|
constexpr std::ptrdiff_t p2pvoice002 = 0xDAB90;
|
||||||
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0xD7600;
|
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0xD7600;
|
||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
namespace tier0_dll {
|
namespace tier0_dll {
|
||||||
constexpr std::ptrdiff_t TestScriptMgr001 = 0x142960;
|
constexpr std::ptrdiff_t TestScriptMgr001 = 0x149BF0;
|
||||||
constexpr std::ptrdiff_t VEngineCvar007 = 0x62E40;
|
constexpr std::ptrdiff_t VEngineCvar007 = 0x63C70;
|
||||||
constexpr std::ptrdiff_t VProcessUtils002 = 0x133E00;
|
constexpr std::ptrdiff_t VProcessUtils002 = 0x13A650;
|
||||||
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x1953B0;
|
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x19E580;
|
||||||
}
|
}
|
||||||
// Module: v8system.dll
|
// Module: v8system.dll
|
||||||
namespace v8system_dll {
|
namespace v8system_dll {
|
||||||
constexpr std::ptrdiff_t Source2V8System001 = 0x1950;
|
constexpr std::ptrdiff_t Source2V8System001 = 0x1AE0;
|
||||||
}
|
}
|
||||||
// Module: valve_avi.dll
|
// Module: valve_avi.dll
|
||||||
namespace valve_avi_dll {
|
namespace valve_avi_dll {
|
||||||
@ -228,12 +228,12 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: vphysics2.dll
|
// Module: vphysics2.dll
|
||||||
namespace vphysics2_dll {
|
namespace vphysics2_dll {
|
||||||
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x5BC00;
|
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x60C80;
|
||||||
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0x57080;
|
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0x5C030;
|
||||||
}
|
}
|
||||||
// Module: vscript.dll
|
// Module: vscript.dll
|
||||||
namespace vscript_dll {
|
namespace vscript_dll {
|
||||||
constexpr std::ptrdiff_t VScriptManager010 = 0x32000;
|
constexpr std::ptrdiff_t VScriptManager010 = 0x32210;
|
||||||
}
|
}
|
||||||
// Module: vstdlib_s64.dll
|
// Module: vstdlib_s64.dll
|
||||||
namespace vstdlib_s64_dll {
|
namespace vstdlib_s64_dll {
|
||||||
@ -242,7 +242,7 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
namespace worldrenderer_dll {
|
namespace worldrenderer_dll {
|
||||||
constexpr std::ptrdiff_t WorldRendererMgr001 = 0x203A0;
|
constexpr std::ptrdiff_t WorldRendererMgr001 = 0x22FD0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,65 +1,65 @@
|
|||||||
{
|
{
|
||||||
"animationsystem.dll": {
|
"animationsystem.dll": {
|
||||||
"AnimationSystemUtils_001": 472576,
|
"AnimationSystemUtils_001": 499200,
|
||||||
"AnimationSystem_001": 450944
|
"AnimationSystem_001": 477424
|
||||||
},
|
},
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"ClientToolsInfo_001": 7559168,
|
"ClientToolsInfo_001": 7699488,
|
||||||
"EmptyWorldService001_Client": 4730128,
|
"EmptyWorldService001_Client": 4854000,
|
||||||
"GameClientExports001": 7559184,
|
"GameClientExports001": 7699504,
|
||||||
"LegacyGameUI001": 9123248,
|
"LegacyGameUI001": 9311088,
|
||||||
"Source2Client002": 7559200,
|
"Source2Client002": 7699520,
|
||||||
"Source2ClientConfig001": 4644944,
|
"Source2ClientConfig001": 4738640,
|
||||||
"Source2ClientPrediction001": 8069216,
|
"Source2ClientPrediction001": 8210576,
|
||||||
"Source2ClientUI001": 9054960
|
"Source2ClientUI001": 9206832
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"BenchmarkService001": 1538320,
|
"BenchmarkService001": 1556000,
|
||||||
"BugService001": 1544560,
|
"BugService001": 1560432,
|
||||||
"ClientServerEngineLoopService_001": 2017632,
|
"ClientServerEngineLoopService_001": 2035600,
|
||||||
"EngineGameUI001": 1187424,
|
"EngineGameUI001": 1207328,
|
||||||
"EngineServiceMgr001": 1949568,
|
"EngineServiceMgr001": 1966592,
|
||||||
"GameEventSystemClientV001": 1969008,
|
"GameEventSystemClientV001": 1987456,
|
||||||
"GameEventSystemServerV001": 1969024,
|
"GameEventSystemServerV001": 1987472,
|
||||||
"GameResourceServiceClientV001": 1573680,
|
"GameResourceServiceClientV001": 1590768,
|
||||||
"GameResourceServiceServerV001": 1573696,
|
"GameResourceServiceServerV001": 1590784,
|
||||||
"GameUIService_001": 1584352,
|
"GameUIService_001": 1601440,
|
||||||
"HostStateMgr001": 1987920,
|
"HostStateMgr001": 2005824,
|
||||||
"INETSUPPORT_001": 985840,
|
"INETSUPPORT_001": 1006480,
|
||||||
"InputService_001": 1607760,
|
"InputService_001": 1624864,
|
||||||
"KeyValueCache001": 1998192,
|
"KeyValueCache001": 2016096,
|
||||||
"MapListService_001": 1685280,
|
"MapListService_001": 1703120,
|
||||||
"NetworkClientService_001": 1714400,
|
"NetworkClientService_001": 1732384,
|
||||||
"NetworkP2PService_001": 1741472,
|
"NetworkP2PService_001": 1759056,
|
||||||
"NetworkServerService_001": 1759216,
|
"NetworkServerService_001": 1776768,
|
||||||
"NetworkService_001": 1780240,
|
"NetworkService_001": 1797824,
|
||||||
"RenderService_001": 1781504,
|
"RenderService_001": 1799088,
|
||||||
"ScreenshotService001": 1792128,
|
"ScreenshotService001": 1809760,
|
||||||
"SimpleEngineLoopService_001": 2069200,
|
"SimpleEngineLoopService_001": 2087648,
|
||||||
"SoundService_001": 1810048,
|
"SoundService_001": 1826720,
|
||||||
"Source2EngineToClient001": 400752,
|
"Source2EngineToClient001": 420848,
|
||||||
"Source2EngineToClientStringTable001": 569088,
|
"Source2EngineToClientStringTable001": 588240,
|
||||||
"Source2EngineToServer001": 599296,
|
"Source2EngineToServer001": 618592,
|
||||||
"Source2EngineToServerStringTable001": 694944,
|
"Source2EngineToServerStringTable001": 714432,
|
||||||
"SplitScreenService_001": 1836816,
|
"SplitScreenService_001": 1853872,
|
||||||
"StatsService_001": 1848304,
|
"StatsService_001": 1865472,
|
||||||
"ToolService_001": 1867840,
|
"ToolService_001": 1884544,
|
||||||
"VENGINE_GAMEUIFUNCS_VERSION005": 1190608,
|
"VENGINE_GAMEUIFUNCS_VERSION005": 1210528,
|
||||||
"VProfService_001": 1872832
|
"VProfService_001": 1889712
|
||||||
},
|
},
|
||||||
"filesystem_stdio.dll": {
|
"filesystem_stdio.dll": {
|
||||||
"VAsyncFileSystem2_001": 423184,
|
"VAsyncFileSystem2_001": 423056,
|
||||||
"VFileSystem017": 423168
|
"VFileSystem017": 423040
|
||||||
},
|
},
|
||||||
"host.dll": {
|
"host.dll": {
|
||||||
"DebugDrawQueueManager001": 72384,
|
"DebugDrawQueueManager001": 86384,
|
||||||
"GameModelInfo001": 73840,
|
"GameModelInfo001": 87840,
|
||||||
"GameSystem2HostHook": 74064,
|
"GameSystem2HostHook": 88064,
|
||||||
"HostUtils001": 76032,
|
"HostUtils001": 90032,
|
||||||
"PredictionDiffManager001": 95008,
|
"PredictionDiffManager001": 109312,
|
||||||
"SaveRestoreDataVersion001": 102464,
|
"SaveRestoreDataVersion001": 115968,
|
||||||
"SinglePlayerSharedMemory001": 102480,
|
"SinglePlayerSharedMemory001": 115984,
|
||||||
"Source2Host001": 103376
|
"Source2Host001": 116896
|
||||||
},
|
},
|
||||||
"imemanager.dll": {
|
"imemanager.dll": {
|
||||||
"IMEManager001": 50288
|
"IMEManager001": 50288
|
||||||
@ -69,117 +69,117 @@
|
|||||||
"InputSystemVersion001": 10816
|
"InputSystemVersion001": 10816
|
||||||
},
|
},
|
||||||
"localize.dll": {
|
"localize.dll": {
|
||||||
"Localize_001": 14384
|
"Localize_001": 15072
|
||||||
},
|
},
|
||||||
"matchmaking.dll": {
|
"matchmaking.dll": {
|
||||||
"GameTypes001": 342256,
|
"GameTypes001": 342288,
|
||||||
"MATCHFRAMEWORK_001": 1070976
|
"MATCHFRAMEWORK_001": 1070976
|
||||||
},
|
},
|
||||||
"materialsystem2.dll": {
|
"materialsystem2.dll": {
|
||||||
"FontManager_001": 227024,
|
"FontManager_001": 230448,
|
||||||
"MaterialUtils_001": 317328,
|
"MaterialUtils_001": 320384,
|
||||||
"PostProcessingSystem_001": 272080,
|
"PostProcessingSystem_001": 275248,
|
||||||
"TextLayout_001": 302672,
|
"TextLayout_001": 305728,
|
||||||
"VMaterialSystem2_001": 154528
|
"VMaterialSystem2_001": 157536
|
||||||
},
|
},
|
||||||
"meshsystem.dll": {
|
"meshsystem.dll": {
|
||||||
"MeshSystem001": 29760
|
"MeshSystem001": 43552
|
||||||
},
|
},
|
||||||
"navsystem.dll": {
|
"navsystem.dll": {
|
||||||
"NavSystem001": 36400
|
"NavSystem001": 50224
|
||||||
},
|
},
|
||||||
"networksystem.dll": {
|
"networksystem.dll": {
|
||||||
"FlattenedSerializersVersion001": 517600,
|
"FlattenedSerializersVersion001": 519504,
|
||||||
"NetworkMessagesVersion001": 650336,
|
"NetworkMessagesVersion001": 653296,
|
||||||
"NetworkSystemVersion001": 780768,
|
"NetworkSystemVersion001": 788048,
|
||||||
"SerializedEntitiesVersion001": 871424
|
"SerializedEntitiesVersion001": 878480
|
||||||
},
|
},
|
||||||
"panorama.dll": {
|
"panorama.dll": {
|
||||||
"PanoramaUIEngine001": 383152
|
"PanoramaUIEngine001": 397760
|
||||||
},
|
},
|
||||||
"panorama_text_pango.dll": {
|
"panorama_text_pango.dll": {
|
||||||
"PanoramaTextServices001": 314320
|
"PanoramaTextServices001": 314320
|
||||||
},
|
},
|
||||||
"panoramauiclient.dll": {
|
"panoramauiclient.dll": {
|
||||||
"PanoramaUIClient001": 73712
|
"PanoramaUIClient001": 74416
|
||||||
},
|
},
|
||||||
"particles.dll": {
|
"particles.dll": {
|
||||||
"ParticleSystemMgr003": 364736
|
"ParticleSystemMgr003": 378576
|
||||||
},
|
},
|
||||||
"pulse_system.dll": {
|
"pulse_system.dll": {
|
||||||
"IPulseSystem_001": 17600
|
"IPulseSystem_001": 16064
|
||||||
},
|
},
|
||||||
"rendersystemdx11.dll": {
|
"rendersystemdx11.dll": {
|
||||||
"RenderDeviceMgr001": 316176,
|
"RenderDeviceMgr001": 326304,
|
||||||
"RenderUtils_001": 351152,
|
"RenderUtils_001": 366256,
|
||||||
"VRenderDeviceMgrBackdoor001": 316192
|
"VRenderDeviceMgrBackdoor001": 326320
|
||||||
},
|
},
|
||||||
"resourcesystem.dll": {
|
"resourcesystem.dll": {
|
||||||
"ResourceSystem013": 67648
|
"ResourceSystem013": 68656
|
||||||
},
|
},
|
||||||
"scenefilecache.dll": {
|
"scenefilecache.dll": {
|
||||||
"ResponseRulesCache001": 12704,
|
"ResponseRulesCache001": 13088,
|
||||||
"SceneFileCache002": 27232
|
"SceneFileCache002": 27616
|
||||||
},
|
},
|
||||||
"scenesystem.dll": {
|
"scenesystem.dll": {
|
||||||
"RenderingPipelines_001": 548144,
|
"RenderingPipelines_001": 639888,
|
||||||
"SceneSystem_002": 771792,
|
"SceneSystem_002": 865616,
|
||||||
"SceneUtils_001": 1240640
|
"SceneUtils_001": 1357104
|
||||||
},
|
},
|
||||||
"schemasystem.dll": {
|
"schemasystem.dll": {
|
||||||
"SchemaSystem_001": 43600
|
"SchemaSystem_001": 43840
|
||||||
},
|
},
|
||||||
"server.dll": {
|
"server.dll": {
|
||||||
"EmptyWorldService001_Server": 5695104,
|
"EmptyWorldService001_Server": 5781488,
|
||||||
"EntitySubclassUtilsV001": 2802464,
|
"EntitySubclassUtilsV001": 2859264,
|
||||||
"NavGameTest001": 10758272,
|
"NavGameTest001": 10897152,
|
||||||
"ServerToolsInfo_001": 8577936,
|
"ServerToolsInfo_001": 8747232,
|
||||||
"Source2GameClients001": 8577952,
|
"Source2GameClients001": 8747248,
|
||||||
"Source2GameDirector001": 1171472,
|
"Source2GameDirector001": 1188848,
|
||||||
"Source2GameEntities001": 8577968,
|
"Source2GameEntities001": 8747264,
|
||||||
"Source2Server001": 8577984,
|
"Source2Server001": 8747280,
|
||||||
"Source2ServerConfig001": 5646640,
|
"Source2ServerConfig001": 5700560,
|
||||||
"customnavsystem001": 2260720
|
"customnavsystem001": 2262576
|
||||||
},
|
},
|
||||||
"soundsystem.dll": {
|
"soundsystem.dll": {
|
||||||
"SoundOpSystem001": 1484208,
|
"SoundOpSystem001": 1570464,
|
||||||
"SoundOpSystemEdit001": 616896,
|
"SoundOpSystemEdit001": 642400,
|
||||||
"SoundSystem001": 295568,
|
"SoundSystem001": 300848,
|
||||||
"VMixEditTool001": 482208
|
"VMixEditTool001": 500080
|
||||||
},
|
},
|
||||||
"steamaudio.dll": {
|
"steamaudio.dll": {
|
||||||
"SteamAudio001": 371264
|
"SteamAudio001": 412272
|
||||||
},
|
},
|
||||||
"steamclient64.dll": {
|
"steamclient64.dll": {
|
||||||
"CLIENTENGINE_INTERFACE_VERSION005": 8834032,
|
"CLIENTENGINE_INTERFACE_VERSION005": 8834416,
|
||||||
"IVALIDATE001": 8851408,
|
"IVALIDATE001": 8851792,
|
||||||
"SteamClient006": 6721648,
|
"SteamClient006": 6722032,
|
||||||
"SteamClient007": 6721664,
|
"SteamClient007": 6722048,
|
||||||
"SteamClient008": 6721680,
|
"SteamClient008": 6722064,
|
||||||
"SteamClient009": 6721696,
|
"SteamClient009": 6722080,
|
||||||
"SteamClient010": 6721712,
|
"SteamClient010": 6722096,
|
||||||
"SteamClient011": 6721728,
|
"SteamClient011": 6722112,
|
||||||
"SteamClient012": 6721744,
|
"SteamClient012": 6722128,
|
||||||
"SteamClient013": 6721760,
|
"SteamClient013": 6722144,
|
||||||
"SteamClient014": 6721776,
|
"SteamClient014": 6722160,
|
||||||
"SteamClient015": 6721792,
|
"SteamClient015": 6722176,
|
||||||
"SteamClient016": 6721808,
|
"SteamClient016": 6722192,
|
||||||
"SteamClient017": 6721824,
|
"SteamClient017": 6722208,
|
||||||
"SteamClient018": 6721840,
|
"SteamClient018": 6722224,
|
||||||
"SteamClient019": 6721856,
|
"SteamClient019": 6722240,
|
||||||
"SteamClient020": 6721872,
|
"SteamClient020": 6722256,
|
||||||
"SteamClient021": 6721888,
|
"SteamClient021": 6722272,
|
||||||
"p2pvoice002": 895888,
|
"p2pvoice002": 895888,
|
||||||
"p2pvoicesingleton002": 882176
|
"p2pvoicesingleton002": 882176
|
||||||
},
|
},
|
||||||
"tier0.dll": {
|
"tier0.dll": {
|
||||||
"TestScriptMgr001": 1321312,
|
"TestScriptMgr001": 1350640,
|
||||||
"VEngineCvar007": 405056,
|
"VEngineCvar007": 408688,
|
||||||
"VProcessUtils002": 1261056,
|
"VProcessUtils002": 1287760,
|
||||||
"VStringTokenSystem001": 1659824
|
"VStringTokenSystem001": 1697152
|
||||||
},
|
},
|
||||||
"v8system.dll": {
|
"v8system.dll": {
|
||||||
"Source2V8System001": 6480
|
"Source2V8System001": 6880
|
||||||
},
|
},
|
||||||
"valve_avi.dll": {
|
"valve_avi.dll": {
|
||||||
"VAvi001": 12176
|
"VAvi001": 12176
|
||||||
@ -188,17 +188,17 @@
|
|||||||
"VMediaFoundation001": 4816
|
"VMediaFoundation001": 4816
|
||||||
},
|
},
|
||||||
"vphysics2.dll": {
|
"vphysics2.dll": {
|
||||||
"VPhysics2_Handle_Interface_001": 375808,
|
"VPhysics2_Handle_Interface_001": 396416,
|
||||||
"VPhysics2_Interface_001": 356480
|
"VPhysics2_Interface_001": 376880
|
||||||
},
|
},
|
||||||
"vscript.dll": {
|
"vscript.dll": {
|
||||||
"VScriptManager010": 204800
|
"VScriptManager010": 205328
|
||||||
},
|
},
|
||||||
"vstdlib_s64.dll": {
|
"vstdlib_s64.dll": {
|
||||||
"IVALIDATE001": 151008,
|
"IVALIDATE001": 151008,
|
||||||
"VEngineCvar002": 22432
|
"VEngineCvar002": 22432
|
||||||
},
|
},
|
||||||
"worldrenderer.dll": {
|
"worldrenderer.dll": {
|
||||||
"WorldRendererMgr001": 132000
|
"WorldRendererMgr001": 143312
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 23:09:24.161043 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
@ -7,70 +7,70 @@ 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 = 0x73600;
|
pub const AnimationSystemUtils_001: usize = 0x79E00;
|
||||||
pub const AnimationSystem_001: usize = 0x6E180;
|
pub const AnimationSystem_001: usize = 0x748F0;
|
||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
pub mod client_dll {
|
pub mod client_dll {
|
||||||
pub const ClientToolsInfo_001: usize = 0x735800;
|
pub const ClientToolsInfo_001: usize = 0x757C20;
|
||||||
pub const EmptyWorldService001_Client: usize = 0x482D10;
|
pub const EmptyWorldService001_Client: usize = 0x4A10F0;
|
||||||
pub const GameClientExports001: usize = 0x735810;
|
pub const GameClientExports001: usize = 0x757C30;
|
||||||
pub const LegacyGameUI001: usize = 0x8B35B0;
|
pub const LegacyGameUI001: usize = 0x8E1370;
|
||||||
pub const Source2Client002: usize = 0x735820;
|
pub const Source2Client002: usize = 0x757C40;
|
||||||
pub const Source2ClientConfig001: usize = 0x46E050;
|
pub const Source2ClientConfig001: usize = 0x484E50;
|
||||||
pub const Source2ClientPrediction001: usize = 0x7B2060;
|
pub const Source2ClientPrediction001: usize = 0x7D4890;
|
||||||
pub const Source2ClientUI001: usize = 0x8A2AF0;
|
pub const Source2ClientUI001: usize = 0x8C7C30;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
pub const BenchmarkService001: usize = 0x177910;
|
pub const BenchmarkService001: usize = 0x17BE20;
|
||||||
pub const BugService001: usize = 0x179170;
|
pub const BugService001: usize = 0x17CF70;
|
||||||
pub const ClientServerEngineLoopService_001: usize = 0x1EC960;
|
pub const ClientServerEngineLoopService_001: usize = 0x1F0F90;
|
||||||
pub const EngineGameUI001: usize = 0x121E60;
|
pub const EngineGameUI001: usize = 0x126C20;
|
||||||
pub const EngineServiceMgr001: usize = 0x1DBF80;
|
pub const EngineServiceMgr001: usize = 0x1E0200;
|
||||||
pub const GameEventSystemClientV001: usize = 0x1E0B70;
|
pub const GameEventSystemClientV001: usize = 0x1E5380;
|
||||||
pub const GameEventSystemServerV001: usize = 0x1E0B80;
|
pub const GameEventSystemServerV001: usize = 0x1E5390;
|
||||||
pub const GameResourceServiceClientV001: usize = 0x180330;
|
pub const GameResourceServiceClientV001: usize = 0x1845F0;
|
||||||
pub const GameResourceServiceServerV001: usize = 0x180340;
|
pub const GameResourceServiceServerV001: usize = 0x184600;
|
||||||
pub const GameUIService_001: usize = 0x182CE0;
|
pub const GameUIService_001: usize = 0x186FA0;
|
||||||
pub const HostStateMgr001: usize = 0x1E5550;
|
pub const HostStateMgr001: usize = 0x1E9B40;
|
||||||
pub const INETSUPPORT_001: usize = 0xF0AF0;
|
pub const INETSUPPORT_001: usize = 0xF5B90;
|
||||||
pub const InputService_001: usize = 0x188850;
|
pub const InputService_001: usize = 0x18CB20;
|
||||||
pub const KeyValueCache001: usize = 0x1E7D70;
|
pub const KeyValueCache001: usize = 0x1EC360;
|
||||||
pub const MapListService_001: usize = 0x19B720;
|
pub const MapListService_001: usize = 0x19FCD0;
|
||||||
pub const NetworkClientService_001: usize = 0x1A28E0;
|
pub const NetworkClientService_001: usize = 0x1A6F20;
|
||||||
pub const NetworkP2PService_001: usize = 0x1A92A0;
|
pub const NetworkP2PService_001: usize = 0x1AD750;
|
||||||
pub const NetworkServerService_001: usize = 0x1AD7F0;
|
pub const NetworkServerService_001: usize = 0x1B1C80;
|
||||||
pub const NetworkService_001: usize = 0x1B2A10;
|
pub const NetworkService_001: usize = 0x1B6EC0;
|
||||||
pub const RenderService_001: usize = 0x1B2F00;
|
pub const RenderService_001: usize = 0x1B73B0;
|
||||||
pub const ScreenshotService001: usize = 0x1B5880;
|
pub const ScreenshotService001: usize = 0x1B9D60;
|
||||||
pub const SimpleEngineLoopService_001: usize = 0x1F92D0;
|
pub const SimpleEngineLoopService_001: usize = 0x1FDAE0;
|
||||||
pub const SoundService_001: usize = 0x1B9E80;
|
pub const SoundService_001: usize = 0x1BDFA0;
|
||||||
pub const Source2EngineToClient001: usize = 0x61D70;
|
pub const Source2EngineToClient001: usize = 0x66BF0;
|
||||||
pub const Source2EngineToClientStringTable001: usize = 0x8AF00;
|
pub const Source2EngineToClientStringTable001: usize = 0x8F9D0;
|
||||||
pub const Source2EngineToServer001: usize = 0x92500;
|
pub const Source2EngineToServer001: usize = 0x97060;
|
||||||
pub const Source2EngineToServerStringTable001: usize = 0xA9AA0;
|
pub const Source2EngineToServerStringTable001: usize = 0xAE6C0;
|
||||||
pub const SplitScreenService_001: usize = 0x1C0710;
|
pub const SplitScreenService_001: usize = 0x1C49B0;
|
||||||
pub const StatsService_001: usize = 0x1C33F0;
|
pub const StatsService_001: usize = 0x1C7700;
|
||||||
pub const ToolService_001: usize = 0x1C8040;
|
pub const ToolService_001: usize = 0x1CC180;
|
||||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x122AD0;
|
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x1278A0;
|
||||||
pub const VProfService_001: usize = 0x1C93C0;
|
pub const VProfService_001: usize = 0x1CD5B0;
|
||||||
}
|
}
|
||||||
// Module: filesystem_stdio.dll
|
// Module: filesystem_stdio.dll
|
||||||
pub mod filesystem_stdio_dll {
|
pub mod filesystem_stdio_dll {
|
||||||
pub const VAsyncFileSystem2_001: usize = 0x67510;
|
pub const VAsyncFileSystem2_001: usize = 0x67490;
|
||||||
pub const VFileSystem017: usize = 0x67500;
|
pub const VFileSystem017: usize = 0x67480;
|
||||||
}
|
}
|
||||||
// Module: host.dll
|
// Module: host.dll
|
||||||
pub mod host_dll {
|
pub mod host_dll {
|
||||||
pub const DebugDrawQueueManager001: usize = 0x11AC0;
|
pub const DebugDrawQueueManager001: usize = 0x15170;
|
||||||
pub const GameModelInfo001: usize = 0x12070;
|
pub const GameModelInfo001: usize = 0x15720;
|
||||||
pub const GameSystem2HostHook: usize = 0x12150;
|
pub const GameSystem2HostHook: usize = 0x15800;
|
||||||
pub const HostUtils001: usize = 0x12900;
|
pub const HostUtils001: usize = 0x15FB0;
|
||||||
pub const PredictionDiffManager001: usize = 0x17320;
|
pub const PredictionDiffManager001: usize = 0x1AB00;
|
||||||
pub const SaveRestoreDataVersion001: usize = 0x19040;
|
pub const SaveRestoreDataVersion001: usize = 0x1C500;
|
||||||
pub const SinglePlayerSharedMemory001: usize = 0x19050;
|
pub const SinglePlayerSharedMemory001: usize = 0x1C510;
|
||||||
pub const Source2Host001: usize = 0x193D0;
|
pub const Source2Host001: usize = 0x1C8A0;
|
||||||
}
|
}
|
||||||
// Module: imemanager.dll
|
// Module: imemanager.dll
|
||||||
pub mod imemanager_dll {
|
pub mod imemanager_dll {
|
||||||
@ -83,39 +83,39 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: localize.dll
|
// Module: localize.dll
|
||||||
pub mod localize_dll {
|
pub mod localize_dll {
|
||||||
pub const Localize_001: usize = 0x3830;
|
pub const Localize_001: usize = 0x3AE0;
|
||||||
}
|
}
|
||||||
// Module: matchmaking.dll
|
// Module: matchmaking.dll
|
||||||
pub mod matchmaking_dll {
|
pub mod matchmaking_dll {
|
||||||
pub const GameTypes001: usize = 0x538F0;
|
pub const GameTypes001: usize = 0x53910;
|
||||||
pub const MATCHFRAMEWORK_001: usize = 0x105780;
|
pub const MATCHFRAMEWORK_001: usize = 0x105780;
|
||||||
}
|
}
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
pub mod materialsystem2_dll {
|
pub mod materialsystem2_dll {
|
||||||
pub const FontManager_001: usize = 0x376D0;
|
pub const FontManager_001: usize = 0x38430;
|
||||||
pub const MaterialUtils_001: usize = 0x4D790;
|
pub const MaterialUtils_001: usize = 0x4E380;
|
||||||
pub const PostProcessingSystem_001: usize = 0x426D0;
|
pub const PostProcessingSystem_001: usize = 0x43330;
|
||||||
pub const TextLayout_001: usize = 0x49E50;
|
pub const TextLayout_001: usize = 0x4AA40;
|
||||||
pub const VMaterialSystem2_001: usize = 0x25BA0;
|
pub const VMaterialSystem2_001: usize = 0x26760;
|
||||||
}
|
}
|
||||||
// Module: meshsystem.dll
|
// Module: meshsystem.dll
|
||||||
pub mod meshsystem_dll {
|
pub mod meshsystem_dll {
|
||||||
pub const MeshSystem001: usize = 0x7440;
|
pub const MeshSystem001: usize = 0xAA20;
|
||||||
}
|
}
|
||||||
// Module: navsystem.dll
|
// Module: navsystem.dll
|
||||||
pub mod navsystem_dll {
|
pub mod navsystem_dll {
|
||||||
pub const NavSystem001: usize = 0x8E30;
|
pub const NavSystem001: usize = 0xC430;
|
||||||
}
|
}
|
||||||
// Module: networksystem.dll
|
// Module: networksystem.dll
|
||||||
pub mod networksystem_dll {
|
pub mod networksystem_dll {
|
||||||
pub const FlattenedSerializersVersion001: usize = 0x7E5E0;
|
pub const FlattenedSerializersVersion001: usize = 0x7ED50;
|
||||||
pub const NetworkMessagesVersion001: usize = 0x9EC60;
|
pub const NetworkMessagesVersion001: usize = 0x9F7F0;
|
||||||
pub const NetworkSystemVersion001: usize = 0xBE9E0;
|
pub const NetworkSystemVersion001: usize = 0xC0650;
|
||||||
pub const SerializedEntitiesVersion001: usize = 0xD4C00;
|
pub const SerializedEntitiesVersion001: usize = 0xD6790;
|
||||||
}
|
}
|
||||||
// Module: panorama.dll
|
// Module: panorama.dll
|
||||||
pub mod panorama_dll {
|
pub mod panorama_dll {
|
||||||
pub const PanoramaUIEngine001: usize = 0x5D8B0;
|
pub const PanoramaUIEngine001: usize = 0x611C0;
|
||||||
}
|
}
|
||||||
// Module: panorama_text_pango.dll
|
// Module: panorama_text_pango.dll
|
||||||
pub mod panorama_text_pango_dll {
|
pub mod panorama_text_pango_dll {
|
||||||
@ -123,98 +123,98 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: panoramauiclient.dll
|
// Module: panoramauiclient.dll
|
||||||
pub mod panoramauiclient_dll {
|
pub mod panoramauiclient_dll {
|
||||||
pub const PanoramaUIClient001: usize = 0x11FF0;
|
pub const PanoramaUIClient001: usize = 0x122B0;
|
||||||
}
|
}
|
||||||
// Module: particles.dll
|
// Module: particles.dll
|
||||||
pub mod particles_dll {
|
pub mod particles_dll {
|
||||||
pub const ParticleSystemMgr003: usize = 0x590C0;
|
pub const ParticleSystemMgr003: usize = 0x5C6D0;
|
||||||
}
|
}
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
pub mod pulse_system_dll {
|
pub mod pulse_system_dll {
|
||||||
pub const IPulseSystem_001: usize = 0x44C0;
|
pub const IPulseSystem_001: usize = 0x3EC0;
|
||||||
}
|
}
|
||||||
// Module: rendersystemdx11.dll
|
// Module: rendersystemdx11.dll
|
||||||
pub mod rendersystemdx11_dll {
|
pub mod rendersystemdx11_dll {
|
||||||
pub const RenderDeviceMgr001: usize = 0x4D310;
|
pub const RenderDeviceMgr001: usize = 0x4FAA0;
|
||||||
pub const RenderUtils_001: usize = 0x55BB0;
|
pub const RenderUtils_001: usize = 0x596B0;
|
||||||
pub const VRenderDeviceMgrBackdoor001: usize = 0x4D320;
|
pub const VRenderDeviceMgrBackdoor001: usize = 0x4FAB0;
|
||||||
}
|
}
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
pub mod resourcesystem_dll {
|
pub mod resourcesystem_dll {
|
||||||
pub const ResourceSystem013: usize = 0x10840;
|
pub const ResourceSystem013: usize = 0x10C30;
|
||||||
}
|
}
|
||||||
// Module: scenefilecache.dll
|
// Module: scenefilecache.dll
|
||||||
pub mod scenefilecache_dll {
|
pub mod scenefilecache_dll {
|
||||||
pub const ResponseRulesCache001: usize = 0x31A0;
|
pub const ResponseRulesCache001: usize = 0x3320;
|
||||||
pub const SceneFileCache002: usize = 0x6A60;
|
pub const SceneFileCache002: usize = 0x6BE0;
|
||||||
}
|
}
|
||||||
// Module: scenesystem.dll
|
// Module: scenesystem.dll
|
||||||
pub mod scenesystem_dll {
|
pub mod scenesystem_dll {
|
||||||
pub const RenderingPipelines_001: usize = 0x85D30;
|
pub const RenderingPipelines_001: usize = 0x9C390;
|
||||||
pub const SceneSystem_002: usize = 0xBC6D0;
|
pub const SceneSystem_002: usize = 0xD3550;
|
||||||
pub const SceneUtils_001: usize = 0x12EE40;
|
pub const SceneUtils_001: usize = 0x14B530;
|
||||||
}
|
}
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
pub mod schemasystem_dll {
|
pub mod schemasystem_dll {
|
||||||
pub const SchemaSystem_001: usize = 0xAA50;
|
pub const SchemaSystem_001: usize = 0xAB40;
|
||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
pub mod server_dll {
|
pub mod server_dll {
|
||||||
pub const EmptyWorldService001_Server: usize = 0x56E680;
|
pub const EmptyWorldService001_Server: usize = 0x5837F0;
|
||||||
pub const EntitySubclassUtilsV001: usize = 0x2AC320;
|
pub const EntitySubclassUtilsV001: usize = 0x2BA100;
|
||||||
pub const NavGameTest001: usize = 0xA42880;
|
pub const NavGameTest001: usize = 0xA64700;
|
||||||
pub const ServerToolsInfo_001: usize = 0x82E390;
|
pub const ServerToolsInfo_001: usize = 0x8578E0;
|
||||||
pub const Source2GameClients001: usize = 0x82E3A0;
|
pub const Source2GameClients001: usize = 0x8578F0;
|
||||||
pub const Source2GameDirector001: usize = 0x11E010;
|
pub const Source2GameDirector001: usize = 0x1223F0;
|
||||||
pub const Source2GameEntities001: usize = 0x82E3B0;
|
pub const Source2GameEntities001: usize = 0x857900;
|
||||||
pub const Source2Server001: usize = 0x82E3C0;
|
pub const Source2Server001: usize = 0x857910;
|
||||||
pub const Source2ServerConfig001: usize = 0x562930;
|
pub const Source2ServerConfig001: usize = 0x56FBD0;
|
||||||
pub const customnavsystem001: usize = 0x227EF0;
|
pub const customnavsystem001: usize = 0x228630;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
pub mod soundsystem_dll {
|
pub mod soundsystem_dll {
|
||||||
pub const SoundOpSystem001: usize = 0x16A5B0;
|
pub const SoundOpSystem001: usize = 0x17F6A0;
|
||||||
pub const SoundOpSystemEdit001: usize = 0x969C0;
|
pub const SoundOpSystemEdit001: usize = 0x9CD60;
|
||||||
pub const SoundSystem001: usize = 0x48290;
|
pub const SoundSystem001: usize = 0x49730;
|
||||||
pub const VMixEditTool001: usize = 0x75BA0;
|
pub const VMixEditTool001: usize = 0x7A170;
|
||||||
}
|
}
|
||||||
// Module: steamaudio.dll
|
// Module: steamaudio.dll
|
||||||
pub mod steamaudio_dll {
|
pub mod steamaudio_dll {
|
||||||
pub const SteamAudio001: usize = 0x5AA40;
|
pub const SteamAudio001: usize = 0x64A70;
|
||||||
}
|
}
|
||||||
// Module: steamclient64.dll
|
// Module: steamclient64.dll
|
||||||
pub mod steamclient64_dll {
|
pub mod steamclient64_dll {
|
||||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x86CBF0;
|
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x86CD70;
|
||||||
pub const IVALIDATE001: usize = 0x870FD0;
|
pub const IVALIDATE001: usize = 0x871150;
|
||||||
pub const SteamClient006: usize = 0x669070;
|
pub const SteamClient006: usize = 0x6691F0;
|
||||||
pub const SteamClient007: usize = 0x669080;
|
pub const SteamClient007: usize = 0x669200;
|
||||||
pub const SteamClient008: usize = 0x669090;
|
pub const SteamClient008: usize = 0x669210;
|
||||||
pub const SteamClient009: usize = 0x6690A0;
|
pub const SteamClient009: usize = 0x669220;
|
||||||
pub const SteamClient010: usize = 0x6690B0;
|
pub const SteamClient010: usize = 0x669230;
|
||||||
pub const SteamClient011: usize = 0x6690C0;
|
pub const SteamClient011: usize = 0x669240;
|
||||||
pub const SteamClient012: usize = 0x6690D0;
|
pub const SteamClient012: usize = 0x669250;
|
||||||
pub const SteamClient013: usize = 0x6690E0;
|
pub const SteamClient013: usize = 0x669260;
|
||||||
pub const SteamClient014: usize = 0x6690F0;
|
pub const SteamClient014: usize = 0x669270;
|
||||||
pub const SteamClient015: usize = 0x669100;
|
pub const SteamClient015: usize = 0x669280;
|
||||||
pub const SteamClient016: usize = 0x669110;
|
pub const SteamClient016: usize = 0x669290;
|
||||||
pub const SteamClient017: usize = 0x669120;
|
pub const SteamClient017: usize = 0x6692A0;
|
||||||
pub const SteamClient018: usize = 0x669130;
|
pub const SteamClient018: usize = 0x6692B0;
|
||||||
pub const SteamClient019: usize = 0x669140;
|
pub const SteamClient019: usize = 0x6692C0;
|
||||||
pub const SteamClient020: usize = 0x669150;
|
pub const SteamClient020: usize = 0x6692D0;
|
||||||
pub const SteamClient021: usize = 0x669160;
|
pub const SteamClient021: usize = 0x6692E0;
|
||||||
pub const p2pvoice002: usize = 0xDAB90;
|
pub const p2pvoice002: usize = 0xDAB90;
|
||||||
pub const p2pvoicesingleton002: usize = 0xD7600;
|
pub const p2pvoicesingleton002: usize = 0xD7600;
|
||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
pub mod tier0_dll {
|
pub mod tier0_dll {
|
||||||
pub const TestScriptMgr001: usize = 0x142960;
|
pub const TestScriptMgr001: usize = 0x149BF0;
|
||||||
pub const VEngineCvar007: usize = 0x62E40;
|
pub const VEngineCvar007: usize = 0x63C70;
|
||||||
pub const VProcessUtils002: usize = 0x133E00;
|
pub const VProcessUtils002: usize = 0x13A650;
|
||||||
pub const VStringTokenSystem001: usize = 0x1953B0;
|
pub const VStringTokenSystem001: usize = 0x19E580;
|
||||||
}
|
}
|
||||||
// Module: v8system.dll
|
// Module: v8system.dll
|
||||||
pub mod v8system_dll {
|
pub mod v8system_dll {
|
||||||
pub const Source2V8System001: usize = 0x1950;
|
pub const Source2V8System001: usize = 0x1AE0;
|
||||||
}
|
}
|
||||||
// Module: valve_avi.dll
|
// Module: valve_avi.dll
|
||||||
pub mod valve_avi_dll {
|
pub mod valve_avi_dll {
|
||||||
@ -226,12 +226,12 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: vphysics2.dll
|
// Module: vphysics2.dll
|
||||||
pub mod vphysics2_dll {
|
pub mod vphysics2_dll {
|
||||||
pub const VPhysics2_Handle_Interface_001: usize = 0x5BC00;
|
pub const VPhysics2_Handle_Interface_001: usize = 0x60C80;
|
||||||
pub const VPhysics2_Interface_001: usize = 0x57080;
|
pub const VPhysics2_Interface_001: usize = 0x5C030;
|
||||||
}
|
}
|
||||||
// Module: vscript.dll
|
// Module: vscript.dll
|
||||||
pub mod vscript_dll {
|
pub mod vscript_dll {
|
||||||
pub const VScriptManager010: usize = 0x32000;
|
pub const VScriptManager010: usize = 0x32210;
|
||||||
}
|
}
|
||||||
// Module: vstdlib_s64.dll
|
// Module: vstdlib_s64.dll
|
||||||
pub mod vstdlib_s64_dll {
|
pub mod vstdlib_s64_dll {
|
||||||
@ -240,7 +240,7 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
pub mod worldrenderer_dll {
|
pub mod worldrenderer_dll {
|
||||||
pub const WorldRendererMgr001: usize = 0x203A0;
|
pub const WorldRendererMgr001: usize = 0x22FD0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: networksystem.dll
|
// Module: networksystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,43 +1,43 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 23:09:24.161043 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 = 0x1930C50;
|
public const nint dwCSGOInput = 0x1A0D080;
|
||||||
public const nint dwEntityList = 0x18C7F98;
|
public const nint dwEntityList = 0x19A3328;
|
||||||
public const nint dwGameEntitySystem = 0x19E5700;
|
public const nint dwGameEntitySystem = 0x1AC2018;
|
||||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||||
public const nint dwGameRules = 0x1924EF0;
|
public const nint dwGameRules = 0x1A00D08;
|
||||||
public const nint dwGlobalVars = 0x172EEE0;
|
public const nint dwGlobalVars = 0x1801BF0;
|
||||||
public const nint dwGlowManager = 0x1925310;
|
public const nint dwGlowManager = 0x1A00420;
|
||||||
public const nint dwLocalPlayerController = 0x19176A8;
|
public const nint dwLocalPlayerController = 0x19F3298;
|
||||||
public const nint dwLocalPlayerPawn = 0x173B568;
|
public const nint dwLocalPlayerPawn = 0x180DB18;
|
||||||
public const nint dwPlantedC4 = 0x192E0E8;
|
public const nint dwPlantedC4 = 0x1A0A3F8;
|
||||||
public const nint dwPrediction = 0x173B430;
|
public const nint dwPrediction = 0x180D9D0;
|
||||||
public const nint dwSensitivity = 0x1925C38;
|
public const nint dwSensitivity = 0x1A019B8;
|
||||||
public const nint dwSensitivity_sensitivity = 0x40;
|
public const nint dwSensitivity_sensitivity = 0x40;
|
||||||
public const nint dwViewAngles = 0x1935FE0;
|
public const nint dwViewAngles = 0x1A12498;
|
||||||
public const nint dwViewMatrix = 0x1929430;
|
public const nint dwViewMatrix = 0x1A052D0;
|
||||||
public const nint dwViewRender = 0x1929C30;
|
public const nint dwViewRender = 0x1A05AE0;
|
||||||
public const nint dwWeaponC4 = 0x18CB3F0;
|
public const nint dwWeaponC4 = 0x19A71B0;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
public const nint dwBuildNumber = 0x516734;
|
public const nint dwBuildNumber = 0x51E784;
|
||||||
public const nint dwEngineViewData = 0x5CB8CC;
|
public const nint dwEngineViewData = 0x5DA9DC;
|
||||||
public const nint dwNetworkGameClient = 0x515AD8;
|
public const nint dwNetworkGameClient = 0x51DB58;
|
||||||
public const nint dwNetworkGameClient_deltaTick = 0x258;
|
public const nint dwNetworkGameClient_deltaTick = 0x278;
|
||||||
public const nint dwNetworkGameClient_getLocalPlayer = 0xF0;
|
public const nint dwNetworkGameClient_getLocalPlayer = 0xF0;
|
||||||
public const nint dwNetworkGameClient_getMaxClients = 0x250;
|
public const nint dwNetworkGameClient_getMaxClients = 0x270;
|
||||||
public const nint dwNetworkGameClient_signOnState = 0x240;
|
public const nint dwNetworkGameClient_signOnState = 0x260;
|
||||||
public const nint dwSoundService = 0x5CB830;
|
public const nint dwSoundService = 0x5DA940;
|
||||||
public const nint dwWindowHeight = 0x5CF1FC;
|
public const nint dwWindowHeight = 0x5DE2B4;
|
||||||
public const nint dwWindowWidth = 0x5CF1F8;
|
public const nint dwWindowWidth = 0x5DE2B0;
|
||||||
}
|
}
|
||||||
// Module: inputsystem.dll
|
// Module: inputsystem.dll
|
||||||
public static class InputsystemDll {
|
public static class InputsystemDll {
|
||||||
public const nint dwInputSystem = 0x377C0;
|
public const nint dwInputSystem = 0x387D0;
|
||||||
}
|
}
|
||||||
// Module: matchmaking.dll
|
// Module: matchmaking.dll
|
||||||
public static class MatchmakingDll {
|
public static class MatchmakingDll {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 23:09:24.161043 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -9,40 +9,40 @@ namespace cs2_dumper {
|
|||||||
namespace offsets {
|
namespace offsets {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
namespace client_dll {
|
namespace client_dll {
|
||||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1930C50;
|
constexpr std::ptrdiff_t dwCSGOInput = 0x1A0D080;
|
||||||
constexpr std::ptrdiff_t dwEntityList = 0x18C7F98;
|
constexpr std::ptrdiff_t dwEntityList = 0x19A3328;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19E5700;
|
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1AC2018;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||||
constexpr std::ptrdiff_t dwGameRules = 0x1924EF0;
|
constexpr std::ptrdiff_t dwGameRules = 0x1A00D08;
|
||||||
constexpr std::ptrdiff_t dwGlobalVars = 0x172EEE0;
|
constexpr std::ptrdiff_t dwGlobalVars = 0x1801BF0;
|
||||||
constexpr std::ptrdiff_t dwGlowManager = 0x1925310;
|
constexpr std::ptrdiff_t dwGlowManager = 0x1A00420;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x19176A8;
|
constexpr std::ptrdiff_t dwLocalPlayerController = 0x19F3298;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x173B568;
|
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x180DB18;
|
||||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x192E0E8;
|
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A0A3F8;
|
||||||
constexpr std::ptrdiff_t dwPrediction = 0x173B430;
|
constexpr std::ptrdiff_t dwPrediction = 0x180D9D0;
|
||||||
constexpr std::ptrdiff_t dwSensitivity = 0x1925C38;
|
constexpr std::ptrdiff_t dwSensitivity = 0x1A019B8;
|
||||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||||
constexpr std::ptrdiff_t dwViewAngles = 0x1935FE0;
|
constexpr std::ptrdiff_t dwViewAngles = 0x1A12498;
|
||||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1929430;
|
constexpr std::ptrdiff_t dwViewMatrix = 0x1A052D0;
|
||||||
constexpr std::ptrdiff_t dwViewRender = 0x1929C30;
|
constexpr std::ptrdiff_t dwViewRender = 0x1A05AE0;
|
||||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x18CB3F0;
|
constexpr std::ptrdiff_t dwWeaponC4 = 0x19A71B0;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
constexpr std::ptrdiff_t dwBuildNumber = 0x516734;
|
constexpr std::ptrdiff_t dwBuildNumber = 0x51E784;
|
||||||
constexpr std::ptrdiff_t dwEngineViewData = 0x5CB8CC;
|
constexpr std::ptrdiff_t dwEngineViewData = 0x5DA9DC;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x515AD8;
|
constexpr std::ptrdiff_t dwNetworkGameClient = 0x51DB58;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x258;
|
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x278;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_getLocalPlayer = 0xF0;
|
constexpr std::ptrdiff_t dwNetworkGameClient_getLocalPlayer = 0xF0;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_getMaxClients = 0x250;
|
constexpr std::ptrdiff_t dwNetworkGameClient_getMaxClients = 0x270;
|
||||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x240;
|
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x260;
|
||||||
constexpr std::ptrdiff_t dwSoundService = 0x5CB830;
|
constexpr std::ptrdiff_t dwSoundService = 0x5DA940;
|
||||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5CF1FC;
|
constexpr std::ptrdiff_t dwWindowHeight = 0x5DE2B4;
|
||||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5CF1F8;
|
constexpr std::ptrdiff_t dwWindowWidth = 0x5DE2B0;
|
||||||
}
|
}
|
||||||
// Module: inputsystem.dll
|
// Module: inputsystem.dll
|
||||||
namespace inputsystem_dll {
|
namespace inputsystem_dll {
|
||||||
constexpr std::ptrdiff_t dwInputSystem = 0x377C0;
|
constexpr std::ptrdiff_t dwInputSystem = 0x387D0;
|
||||||
}
|
}
|
||||||
// Module: matchmaking.dll
|
// Module: matchmaking.dll
|
||||||
namespace matchmaking_dll {
|
namespace matchmaking_dll {
|
||||||
|
@ -1,37 +1,37 @@
|
|||||||
{
|
{
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"dwCSGOInput": 26414160,
|
"dwCSGOInput": 27316352,
|
||||||
"dwEntityList": 25984920,
|
"dwEntityList": 26882856,
|
||||||
"dwGameEntitySystem": 27154176,
|
"dwGameEntitySystem": 28057624,
|
||||||
"dwGameEntitySystem_getHighestEntityIndex": 5392,
|
"dwGameEntitySystem_getHighestEntityIndex": 5392,
|
||||||
"dwGameRules": 26365680,
|
"dwGameRules": 27266312,
|
||||||
"dwGlobalVars": 24309472,
|
"dwGlobalVars": 25172976,
|
||||||
"dwGlowManager": 26366736,
|
"dwGlowManager": 27264032,
|
||||||
"dwLocalPlayerController": 26310312,
|
"dwLocalPlayerController": 27210392,
|
||||||
"dwLocalPlayerPawn": 24360296,
|
"dwLocalPlayerPawn": 25221912,
|
||||||
"dwPlantedC4": 26403048,
|
"dwPlantedC4": 27304952,
|
||||||
"dwPrediction": 24359984,
|
"dwPrediction": 25221584,
|
||||||
"dwSensitivity": 26369080,
|
"dwSensitivity": 27269560,
|
||||||
"dwSensitivity_sensitivity": 64,
|
"dwSensitivity_sensitivity": 64,
|
||||||
"dwViewAngles": 26435552,
|
"dwViewAngles": 27337880,
|
||||||
"dwViewMatrix": 26383408,
|
"dwViewMatrix": 27284176,
|
||||||
"dwViewRender": 26385456,
|
"dwViewRender": 27286240,
|
||||||
"dwWeaponC4": 25998320
|
"dwWeaponC4": 26898864
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"dwBuildNumber": 5334836,
|
"dwBuildNumber": 5367684,
|
||||||
"dwEngineViewData": 6076620,
|
"dwEngineViewData": 6138332,
|
||||||
"dwNetworkGameClient": 5331672,
|
"dwNetworkGameClient": 5364568,
|
||||||
"dwNetworkGameClient_deltaTick": 600,
|
"dwNetworkGameClient_deltaTick": 632,
|
||||||
"dwNetworkGameClient_getLocalPlayer": 240,
|
"dwNetworkGameClient_getLocalPlayer": 240,
|
||||||
"dwNetworkGameClient_getMaxClients": 592,
|
"dwNetworkGameClient_getMaxClients": 624,
|
||||||
"dwNetworkGameClient_signOnState": 576,
|
"dwNetworkGameClient_signOnState": 608,
|
||||||
"dwSoundService": 6076464,
|
"dwSoundService": 6138176,
|
||||||
"dwWindowHeight": 6091260,
|
"dwWindowHeight": 6152884,
|
||||||
"dwWindowWidth": 6091256
|
"dwWindowWidth": 6152880
|
||||||
},
|
},
|
||||||
"inputsystem.dll": {
|
"inputsystem.dll": {
|
||||||
"dwInputSystem": 227264
|
"dwInputSystem": 231376
|
||||||
},
|
},
|
||||||
"matchmaking.dll": {
|
"matchmaking.dll": {
|
||||||
"dwGameTypes": 1909392,
|
"dwGameTypes": 1909392,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 23:09:24.161043 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
@ -7,40 +7,40 @@ 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 = 0x1930C50;
|
pub const dwCSGOInput: usize = 0x1A0D080;
|
||||||
pub const dwEntityList: usize = 0x18C7F98;
|
pub const dwEntityList: usize = 0x19A3328;
|
||||||
pub const dwGameEntitySystem: usize = 0x19E5700;
|
pub const dwGameEntitySystem: usize = 0x1AC2018;
|
||||||
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
|
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
|
||||||
pub const dwGameRules: usize = 0x1924EF0;
|
pub const dwGameRules: usize = 0x1A00D08;
|
||||||
pub const dwGlobalVars: usize = 0x172EEE0;
|
pub const dwGlobalVars: usize = 0x1801BF0;
|
||||||
pub const dwGlowManager: usize = 0x1925310;
|
pub const dwGlowManager: usize = 0x1A00420;
|
||||||
pub const dwLocalPlayerController: usize = 0x19176A8;
|
pub const dwLocalPlayerController: usize = 0x19F3298;
|
||||||
pub const dwLocalPlayerPawn: usize = 0x173B568;
|
pub const dwLocalPlayerPawn: usize = 0x180DB18;
|
||||||
pub const dwPlantedC4: usize = 0x192E0E8;
|
pub const dwPlantedC4: usize = 0x1A0A3F8;
|
||||||
pub const dwPrediction: usize = 0x173B430;
|
pub const dwPrediction: usize = 0x180D9D0;
|
||||||
pub const dwSensitivity: usize = 0x1925C38;
|
pub const dwSensitivity: usize = 0x1A019B8;
|
||||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||||
pub const dwViewAngles: usize = 0x1935FE0;
|
pub const dwViewAngles: usize = 0x1A12498;
|
||||||
pub const dwViewMatrix: usize = 0x1929430;
|
pub const dwViewMatrix: usize = 0x1A052D0;
|
||||||
pub const dwViewRender: usize = 0x1929C30;
|
pub const dwViewRender: usize = 0x1A05AE0;
|
||||||
pub const dwWeaponC4: usize = 0x18CB3F0;
|
pub const dwWeaponC4: usize = 0x19A71B0;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
pub const dwBuildNumber: usize = 0x516734;
|
pub const dwBuildNumber: usize = 0x51E784;
|
||||||
pub const dwEngineViewData: usize = 0x5CB8CC;
|
pub const dwEngineViewData: usize = 0x5DA9DC;
|
||||||
pub const dwNetworkGameClient: usize = 0x515AD8;
|
pub const dwNetworkGameClient: usize = 0x51DB58;
|
||||||
pub const dwNetworkGameClient_deltaTick: usize = 0x258;
|
pub const dwNetworkGameClient_deltaTick: usize = 0x278;
|
||||||
pub const dwNetworkGameClient_getLocalPlayer: usize = 0xF0;
|
pub const dwNetworkGameClient_getLocalPlayer: usize = 0xF0;
|
||||||
pub const dwNetworkGameClient_getMaxClients: usize = 0x250;
|
pub const dwNetworkGameClient_getMaxClients: usize = 0x270;
|
||||||
pub const dwNetworkGameClient_signOnState: usize = 0x240;
|
pub const dwNetworkGameClient_signOnState: usize = 0x260;
|
||||||
pub const dwSoundService: usize = 0x5CB830;
|
pub const dwSoundService: usize = 0x5DA940;
|
||||||
pub const dwWindowHeight: usize = 0x5CF1FC;
|
pub const dwWindowHeight: usize = 0x5DE2B4;
|
||||||
pub const dwWindowWidth: usize = 0x5CF1F8;
|
pub const dwWindowWidth: usize = 0x5DE2B0;
|
||||||
}
|
}
|
||||||
// Module: inputsystem.dll
|
// Module: inputsystem.dll
|
||||||
pub mod inputsystem_dll {
|
pub mod inputsystem_dll {
|
||||||
pub const dwInputSystem: usize = 0x377C0;
|
pub const dwInputSystem: usize = 0x387D0;
|
||||||
}
|
}
|
||||||
// Module: matchmaking.dll
|
// Module: matchmaking.dll
|
||||||
pub mod matchmaking_dll {
|
pub mod matchmaking_dll {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: panorama.dll
|
// Module: panorama.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: particles.dll
|
// Module: particles.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: rendersystemdx11.dll
|
// Module: rendersystemdx11.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: scenesystem.dll
|
// Module: scenesystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: vphysics2.dll
|
// Module: vphysics2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-09 23:28:33.765194600 UTC
|
// 2024-05-23 01:29:07.135665300 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -72,35 +72,35 @@ macro_rules! pattern_map {
|
|||||||
|
|
||||||
pattern_map! {
|
pattern_map! {
|
||||||
client => {
|
client => {
|
||||||
"dwCSGOInput" => pattern!("488905${'} 488d05${} 48890d${} 488905${} 488d05") => Some(|view, map, rva| {
|
"dwCSGOInput" => pattern!("488d0d${'} e8${} 488d05${} 48c705[8] 488905${} 488d0d${} 488d05") => Some(|view, map, rva| {
|
||||||
let mut save = [0; 2];
|
let mut save = [0; 2];
|
||||||
|
|
||||||
if view.scanner().finds_code(pattern!("498d81u4 4803c7"), &mut save) {
|
if view.scanner().finds_code(pattern!("f2410f108430u4"), &mut save) {
|
||||||
map.insert("dwViewAngles".to_string(), rva + save[1]);
|
map.insert("dwViewAngles".to_string(), rva + save[1]); // 0x5418);
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
"dwEntityList" => pattern!("488935${'} 4885f6") => None,
|
"dwEntityList" => pattern!("488935${'} 4885f6") => None,
|
||||||
"dwGameEntitySystem" => pattern!("488b1d${'} 48891d") => None,
|
"dwGameEntitySystem" => pattern!("488b1d${'} 48891d") => None,
|
||||||
"dwGameEntitySystem_getHighestEntityIndex" => pattern!("8b81u2?? 8902 488bc2 c3 cccccccc 48895c24? 48896c24") => None,
|
"dwGameEntitySystem_getHighestEntityIndex" => pattern!("8b81u2?? 8902 488bc2 c3 cccccccc 48895c24? 48896c24") => None,
|
||||||
"dwGameRules" => pattern!("48890d${'} 8b0d${} ff15") => None,
|
"dwGameRules" => pattern!("48891d${'} ff15${} 84c0") => None,
|
||||||
"dwGlobalVars" => pattern!("48890d${'} 488941") => None,
|
"dwGlobalVars" => pattern!("48890d${'} 488941") => None,
|
||||||
"dwGlowManager" => pattern!("488b05${'} c3 cccccccccccccccc 8b41") => None,
|
"dwGlowManager" => pattern!("488b05${'} c3 cccccccccccccccc 8b41") => None,
|
||||||
"dwLocalPlayerController" => pattern!("488b05${'} 4885c0 74? 8b88") => None,
|
"dwLocalPlayerController" => pattern!("488905${'} 8b9e") => None,
|
||||||
"dwPlantedC4" => pattern!("488b15${'} ffc0 488d4c24") => None,
|
"dwPlantedC4" => pattern!("488b15${'} 41ffc0") => None,
|
||||||
"dwPrediction" => pattern!("488d05${'} c3 cccccccccccccccc 4883ec? 8b0d") => Some(|_view, map, rva| {
|
"dwPrediction" => pattern!("488d05${'} c3 cccccccccccccccc 4883ec? 8b0d") => Some(|_view, map, rva| {
|
||||||
map.insert("dwLocalPlayerPawn".to_string(), rva + 0x138);
|
map.insert("dwLocalPlayerPawn".to_string(), rva + 0x148);
|
||||||
}),
|
}),
|
||||||
"dwSensitivity" => pattern!("488b05${'} 488b40? f3410f59f4") => None,
|
"dwSensitivity" => pattern!("488b05${'} 488b40? f3410f59f4") => 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${} 4c8d45? 8bd3 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${'} ffc0 8905${} 488bc7") => None,
|
"dwWeaponC4" => pattern!("488b15${'} ffc0 8905${} 488bc6 488934ea 488b6c24? c686[5] 80be") => None,
|
||||||
},
|
},
|
||||||
engine2 => {
|
engine2 => {
|
||||||
"dwBuildNumber" => pattern!("8905${'} 488d0d${} ff15${}") => None,
|
"dwBuildNumber" => pattern!("8905${'} 488d0d${} ff15${}") => None,
|
||||||
"dwNetworkGameClient" => pattern!("48893d${'} 488d15") => None,
|
"dwNetworkGameClient" => pattern!("48893d${'} 488d15") => None,
|
||||||
"dwNetworkGameClient_deltaTick" => pattern!("8983u4 40b7") => None,
|
"dwNetworkGameClient_deltaTick" => pattern!("8983u4 40b7") => None,
|
||||||
"dwNetworkGameClient_getLocalPlayer" => pattern!("4883c0u1 488d0440 458b04c7") => Some(|_view, map, rva| {
|
"dwNetworkGameClient_getLocalPlayer" => pattern!("4883c0u1 488d0440 8b0cc1") => Some(|_view, map, rva| {
|
||||||
// .text 48 83 C0 0A | add rax, 0Ah
|
// .text 48 83 C0 0A | add rax, 0Ah
|
||||||
// .text 48 8D 04 40 | lea rax, [rax + rax * 2]
|
// .text 48 8D 04 40 | lea rax, [rax + rax * 2]
|
||||||
// .text 45 8B 04 C7 | mov r8d, [r15 + rax * 8]
|
// .text 45 8B 04 C7 | mov r8d, [r15 + rax * 8]
|
||||||
|
@ -262,10 +262,10 @@ fn read_schema_system(process: &mut IntoProcessInstanceArcBox<'_>) -> Result<Sch
|
|||||||
|
|
||||||
let mut save = [0; 2];
|
let mut save = [0; 2];
|
||||||
|
|
||||||
if !view
|
if !view.scanner().finds_code(
|
||||||
.scanner()
|
pattern!("488905${'} 4c8d0d${} 0fb645? 4c8d45? 33f6"),
|
||||||
.finds_code(pattern!("488905${'} 4c8d45"), &mut save)
|
&mut save,
|
||||||
{
|
) {
|
||||||
return Err(Error::Other("unable to find schema system pattern"));
|
return Err(Error::Other("unable to find schema system pattern"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ use crate::source2::UtlVector;
|
|||||||
pub struct SchemaSystem {
|
pub struct SchemaSystem {
|
||||||
pad_0000: [u8; 0x190], // 0x0000
|
pad_0000: [u8; 0x190], // 0x0000
|
||||||
pub type_scopes: UtlVector<Pointer64<SchemaSystemTypeScope>>, // 0x0190
|
pub type_scopes: UtlVector<Pointer64<SchemaSystemTypeScope>>, // 0x0190
|
||||||
pad_01a0: [u8; 0x120], // 0x01A0
|
pad_01a0: [u8; 0x118], // 0x01A0
|
||||||
pub num_registrations: u32, // 0x02C0
|
pub num_registrations: u32, // 0x02B8
|
||||||
pad_02c4: [u8; 0xAC], // 0x02C4
|
pad_02bc: [u8; 0xAC], // 0x02BC
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user