mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
Rewrote project in Rust
This commit is contained in:
@@ -1,235 +1,235 @@
|
||||
public static class animationsystem_dll {
|
||||
public const ulong AnimationSystemUtils_001 = 0x64a80;
|
||||
public const ulong AnimationSystem_001 = 0x5f5e0;
|
||||
public const nint AnimationSystemUtils_001 = 0x64A80;
|
||||
public const nint AnimationSystem_001 = 0x5F5E0;
|
||||
}
|
||||
|
||||
public static class client_dll {
|
||||
public const ulong LegacyGameUI001 = 0x857650;
|
||||
public const ulong Source2ClientUI001 = 0x846490;
|
||||
public const ulong Source2ClientPrediction001 = 0x76afb0;
|
||||
public const ulong ClientToolsInfo_001 = 0x6f6a20;
|
||||
public const ulong Source2Client002 = 0x6f6a40;
|
||||
public const ulong GameClientExports001 = 0x6f6a30;
|
||||
public const ulong EmptyWorldService001_Client = 0x43fa50;
|
||||
public const ulong Source2ClientConfig001 = 0x426ca0;
|
||||
public const nint LegacyGameUI001 = 0x857650;
|
||||
public const nint Source2ClientUI001 = 0x846490;
|
||||
public const nint Source2ClientPrediction001 = 0x76AFB0;
|
||||
public const nint ClientToolsInfo_001 = 0x6F6A20;
|
||||
public const nint Source2Client002 = 0x6F6A40;
|
||||
public const nint GameClientExports001 = 0x6F6A30;
|
||||
public const nint EmptyWorldService001_Client = 0x43FA50;
|
||||
public const nint Source2ClientConfig001 = 0x426CA0;
|
||||
}
|
||||
|
||||
public static class engine2_dll {
|
||||
public const ulong SimpleEngineLoopService_001 = 0x1e3bc0;
|
||||
public const ulong ClientServerEngineLoopService_001 = 0x1d9810;
|
||||
public const ulong KeyValueCache001 = 0x1d5bb0;
|
||||
public const ulong HostStateMgr001 = 0x1d35f0;
|
||||
public const ulong GameEventSystemServerV001 = 0x1cea10;
|
||||
public const ulong GameEventSystemClientV001 = 0x1cea00;
|
||||
public const ulong EngineServiceMgr001 = 0x1ca320;
|
||||
public const ulong VProfService_001 = 0x1b8490;
|
||||
public const ulong ToolService_001 = 0x1b71f0;
|
||||
public const ulong StatsService_001 = 0x1b2470;
|
||||
public const ulong SplitScreenService_001 = 0x1af6e0;
|
||||
public const ulong SoundService_001 = 0x1aa230;
|
||||
public const ulong ScreenshotService001 = 0x1a6100;
|
||||
public const ulong RenderService_001 = 0x1a3460;
|
||||
public const ulong NetworkService_001 = 0x1a2f70;
|
||||
public const ulong NetworkServerService_001 = 0x19e000;
|
||||
public const ulong NetworkP2PService_001 = 0x199a10;
|
||||
public const ulong NetworkClientService_001 = 0x193640;
|
||||
public const ulong MapListService_001 = 0x18c680;
|
||||
public const ulong InputService_001 = 0x17a3f0;
|
||||
public const ulong GameUIService_001 = 0x174eb0;
|
||||
public const ulong GameResourceServiceServerV001 = 0x172c10;
|
||||
public const ulong GameResourceServiceClientV001 = 0x172c00;
|
||||
public const ulong BugService001 = 0x16bc30;
|
||||
public const ulong BenchmarkService001 = 0x16a400;
|
||||
public const ulong VENGINE_GAMEUIFUNCS_VERSION005 = 0x117b20;
|
||||
public const ulong EngineGameUI001 = 0x116de0;
|
||||
public const ulong INETSUPPORT_001 = 0xe6620;
|
||||
public const ulong Source2EngineToServerStringTable001 = 0xa1180;
|
||||
public const ulong Source2EngineToServer001 = 0x8af60;
|
||||
public const ulong Source2EngineToClientStringTable001 = 0x83910;
|
||||
public const ulong Source2EngineToClient001 = 0x596f0;
|
||||
public const nint SimpleEngineLoopService_001 = 0x1E3BC0;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x1D9810;
|
||||
public const nint KeyValueCache001 = 0x1D5BB0;
|
||||
public const nint HostStateMgr001 = 0x1D35F0;
|
||||
public const nint GameEventSystemServerV001 = 0x1CEA10;
|
||||
public const nint GameEventSystemClientV001 = 0x1CEA00;
|
||||
public const nint EngineServiceMgr001 = 0x1CA320;
|
||||
public const nint VProfService_001 = 0x1B8490;
|
||||
public const nint ToolService_001 = 0x1B71F0;
|
||||
public const nint StatsService_001 = 0x1B2470;
|
||||
public const nint SplitScreenService_001 = 0x1AF6E0;
|
||||
public const nint SoundService_001 = 0x1AA230;
|
||||
public const nint ScreenshotService001 = 0x1A6100;
|
||||
public const nint RenderService_001 = 0x1A3460;
|
||||
public const nint NetworkService_001 = 0x1A2F70;
|
||||
public const nint NetworkServerService_001 = 0x19E000;
|
||||
public const nint NetworkP2PService_001 = 0x199A10;
|
||||
public const nint NetworkClientService_001 = 0x193640;
|
||||
public const nint MapListService_001 = 0x18C680;
|
||||
public const nint InputService_001 = 0x17A3F0;
|
||||
public const nint GameUIService_001 = 0x174EB0;
|
||||
public const nint GameResourceServiceServerV001 = 0x172C10;
|
||||
public const nint GameResourceServiceClientV001 = 0x172C00;
|
||||
public const nint BugService001 = 0x16BC30;
|
||||
public const nint BenchmarkService001 = 0x16A400;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x117B20;
|
||||
public const nint EngineGameUI001 = 0x116DE0;
|
||||
public const nint INETSUPPORT_001 = 0xE6620;
|
||||
public const nint Source2EngineToServerStringTable001 = 0xA1180;
|
||||
public const nint Source2EngineToServer001 = 0x8AF60;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x83910;
|
||||
public const nint Source2EngineToClient001 = 0x596F0;
|
||||
}
|
||||
|
||||
public static class filesystem_stdio_dll {
|
||||
public const ulong VAsyncFileSystem2_001 = 0x1ef00;
|
||||
public const ulong VFileSystem017 = 0x1eef0;
|
||||
public const nint VAsyncFileSystem2_001 = 0x1EF00;
|
||||
public const nint VFileSystem017 = 0x1EEF0;
|
||||
}
|
||||
|
||||
public static class host_dll {
|
||||
public const ulong Source2Host001 = 0x18e50;
|
||||
public const ulong SinglePlayerSharedMemory001 = 0x18ad0;
|
||||
public const ulong SaveRestoreDataVersion001 = 0x18ac0;
|
||||
public const ulong PredictionDiffManager001 = 0x16e60;
|
||||
public const ulong HostUtils001 = 0x123f0;
|
||||
public const ulong GameSystem2HostHook = 0x11c40;
|
||||
public const ulong GameModelInfo001 = 0x11b60;
|
||||
public const ulong DebugDrawQueueManager001 = 0x115b0;
|
||||
public const nint Source2Host001 = 0x18E50;
|
||||
public const nint SinglePlayerSharedMemory001 = 0x18AD0;
|
||||
public const nint SaveRestoreDataVersion001 = 0x18AC0;
|
||||
public const nint PredictionDiffManager001 = 0x16E60;
|
||||
public const nint HostUtils001 = 0x123F0;
|
||||
public const nint GameSystem2HostHook = 0x11C40;
|
||||
public const nint GameModelInfo001 = 0x11B60;
|
||||
public const nint DebugDrawQueueManager001 = 0x115B0;
|
||||
}
|
||||
|
||||
public static class imemanager_dll {
|
||||
public const ulong IMEManager001 = 0xc470;
|
||||
public const nint IMEManager001 = 0xC470;
|
||||
}
|
||||
|
||||
public static class inputsystem_dll {
|
||||
public const ulong InputSystemVersion001 = 0x28d0;
|
||||
public const ulong InputStackSystemVersion001 = 0x16f0;
|
||||
public const nint InputSystemVersion001 = 0x28D0;
|
||||
public const nint InputStackSystemVersion001 = 0x16F0;
|
||||
}
|
||||
|
||||
public static class localize_dll {
|
||||
public const ulong Localize_001 = 0x3830;
|
||||
public const nint Localize_001 = 0x3830;
|
||||
}
|
||||
|
||||
public static class matchmaking_dll {
|
||||
public const ulong GameTypes001 = 0x50680;
|
||||
public const ulong MATCHFRAMEWORK_001 = 0x1017b0;
|
||||
public const nint GameTypes001 = 0x50680;
|
||||
public const nint MATCHFRAMEWORK_001 = 0x1017B0;
|
||||
}
|
||||
|
||||
public static class materialsystem2_dll {
|
||||
public const ulong MaterialUtils_001 = 0x4dd80;
|
||||
public const ulong TextLayout_001 = 0x4a4d0;
|
||||
public const ulong PostProcessingSystem_001 = 0x42c70;
|
||||
public const ulong FontManager_001 = 0x37a50;
|
||||
public const ulong VMaterialSystem2_001 = 0x25fb0;
|
||||
public const nint MaterialUtils_001 = 0x4DD80;
|
||||
public const nint TextLayout_001 = 0x4A4D0;
|
||||
public const nint PostProcessingSystem_001 = 0x42C70;
|
||||
public const nint FontManager_001 = 0x37A50;
|
||||
public const nint VMaterialSystem2_001 = 0x25FB0;
|
||||
}
|
||||
|
||||
public static class meshsystem_dll {
|
||||
public const ulong MeshSystem001 = 0x7130;
|
||||
public const nint MeshSystem001 = 0x7130;
|
||||
}
|
||||
|
||||
public static class navsystem_dll {
|
||||
public const ulong NavSystem001 = 0x7590;
|
||||
public const nint NavSystem001 = 0x7590;
|
||||
}
|
||||
|
||||
public static class networksystem_dll {
|
||||
public const ulong SerializedEntitiesVersion001 = 0xd29c0;
|
||||
public const ulong NetworkSystemVersion001 = 0xbcd00;
|
||||
public const ulong NetworkMessagesVersion001 = 0x9cd30;
|
||||
public const ulong FlattenedSerializersVersion001 = 0x7c4e0;
|
||||
public const nint SerializedEntitiesVersion001 = 0xD29C0;
|
||||
public const nint NetworkSystemVersion001 = 0xBCD00;
|
||||
public const nint NetworkMessagesVersion001 = 0x9CD30;
|
||||
public const nint FlattenedSerializersVersion001 = 0x7C4E0;
|
||||
}
|
||||
|
||||
public static class panorama_dll {
|
||||
public const ulong PanoramaUIEngine001 = 0x5e810;
|
||||
public const nint PanoramaUIEngine001 = 0x5E810;
|
||||
}
|
||||
|
||||
public static class panorama_text_pango_dll {
|
||||
public const ulong PanoramaTextServices001 = 0x4ccb0;
|
||||
public const nint PanoramaTextServices001 = 0x4CCB0;
|
||||
}
|
||||
|
||||
public static class panoramauiclient_dll {
|
||||
public const ulong PanoramaUIClient001 = 0x125e0;
|
||||
public const nint PanoramaUIClient001 = 0x125E0;
|
||||
}
|
||||
|
||||
public static class particles_dll {
|
||||
public const ulong ParticleSystemMgr003 = 0x52b40;
|
||||
public const nint ParticleSystemMgr003 = 0x52B40;
|
||||
}
|
||||
|
||||
public static class pulse_system_dll {
|
||||
public const ulong IPulseSystem_001 = 0x5a20;
|
||||
public const nint IPulseSystem_001 = 0x5A20;
|
||||
}
|
||||
|
||||
public static class rendersystemdx11_dll {
|
||||
public const ulong RenderUtils_001 = 0x533d0;
|
||||
public const ulong VRenderDeviceMgrBackdoor001 = 0x4aaa0;
|
||||
public const ulong RenderDeviceMgr001 = 0x4aa90;
|
||||
public const nint RenderUtils_001 = 0x533D0;
|
||||
public const nint VRenderDeviceMgrBackdoor001 = 0x4AAA0;
|
||||
public const nint RenderDeviceMgr001 = 0x4AA90;
|
||||
}
|
||||
|
||||
public static class resourcesystem_dll {
|
||||
public const ulong ResourceSystem013 = 0x106b0;
|
||||
public const nint ResourceSystem013 = 0x106B0;
|
||||
}
|
||||
|
||||
public static class scenefilecache_dll {
|
||||
public const ulong SceneFileCache002 = 0x68e0;
|
||||
public const ulong ResponseRulesCache001 = 0x3190;
|
||||
public const nint SceneFileCache002 = 0x68E0;
|
||||
public const nint ResponseRulesCache001 = 0x3190;
|
||||
}
|
||||
|
||||
public static class scenesystem_dll {
|
||||
public const ulong SceneUtils_001 = 0x13be40;
|
||||
public const ulong SceneSystem_002 = 0xc9b50;
|
||||
public const ulong RenderingPipelines_001 = 0x8da90;
|
||||
public const nint SceneUtils_001 = 0x13BE40;
|
||||
public const nint SceneSystem_002 = 0xC9B50;
|
||||
public const nint RenderingPipelines_001 = 0x8DA90;
|
||||
}
|
||||
|
||||
public static class schemasystem_dll {
|
||||
public const ulong SchemaSystem_001 = 0xa810;
|
||||
public const nint SchemaSystem_001 = 0xA810;
|
||||
}
|
||||
|
||||
public static class server_dll {
|
||||
public const ulong NavGameTest001 = 0xa9d750;
|
||||
public const ulong ServerToolsInfo_001 = 0x8a7800;
|
||||
public const ulong Source2GameClients001 = 0x8a7810;
|
||||
public const ulong Source2GameEntities001 = 0x8a7820;
|
||||
public const ulong Source2Server001 = 0x8a7830;
|
||||
public const ulong EmptyWorldService001_Server = 0x5a61e0;
|
||||
public const ulong Source2ServerConfig001 = 0x586270;
|
||||
public const ulong EntitySubclassUtilsV001 = 0x2e6790;
|
||||
public const ulong customnavsystem001 = 0x258630;
|
||||
public const ulong Source2GameDirector001 = 0x14d1c0;
|
||||
public const nint NavGameTest001 = 0xA9D750;
|
||||
public const nint ServerToolsInfo_001 = 0x8A7800;
|
||||
public const nint Source2GameClients001 = 0x8A7810;
|
||||
public const nint Source2GameEntities001 = 0x8A7820;
|
||||
public const nint Source2Server001 = 0x8A7830;
|
||||
public const nint EmptyWorldService001_Server = 0x5A61E0;
|
||||
public const nint Source2ServerConfig001 = 0x586270;
|
||||
public const nint EntitySubclassUtilsV001 = 0x2E6790;
|
||||
public const nint customnavsystem001 = 0x258630;
|
||||
public const nint Source2GameDirector001 = 0x14D1C0;
|
||||
}
|
||||
|
||||
public static class soundsystem_dll {
|
||||
public const ulong SoundOpSystem001 = 0x155f90;
|
||||
public const ulong SoundOpSystemEdit001 = 0x8b480;
|
||||
public const ulong VMixEditTool001 = 0x716e0;
|
||||
public const ulong SoundSystem001 = 0x46460;
|
||||
public const nint SoundOpSystem001 = 0x155F90;
|
||||
public const nint SoundOpSystemEdit001 = 0x8B480;
|
||||
public const nint VMixEditTool001 = 0x716E0;
|
||||
public const nint SoundSystem001 = 0x46460;
|
||||
}
|
||||
|
||||
public static class steamaudio_dll {
|
||||
public const ulong SteamAudio001 = 0x12d80;
|
||||
public const nint SteamAudio001 = 0x12D80;
|
||||
}
|
||||
|
||||
public static class steamclient64_dll {
|
||||
public const ulong IVALIDATE001 = 0x833640;
|
||||
public const ulong CLIENTENGINE_INTERFACE_VERSION005 = 0x82f4c0;
|
||||
public const ulong SteamClient020 = 0x62caf0;
|
||||
public const ulong SteamClient019 = 0x62cae0;
|
||||
public const ulong SteamClient018 = 0x62cad0;
|
||||
public const ulong SteamClient017 = 0x62cac0;
|
||||
public const ulong SteamClient016 = 0x62cab0;
|
||||
public const ulong SteamClient015 = 0x62caa0;
|
||||
public const ulong SteamClient014 = 0x62ca90;
|
||||
public const ulong SteamClient013 = 0x62ca80;
|
||||
public const ulong SteamClient012 = 0x62ca70;
|
||||
public const ulong SteamClient011 = 0x62ca60;
|
||||
public const ulong SteamClient010 = 0x62ca50;
|
||||
public const ulong SteamClient009 = 0x62ca40;
|
||||
public const ulong SteamClient008 = 0x62ca30;
|
||||
public const ulong SteamClient007 = 0x62ca20;
|
||||
public const ulong SteamClient006 = 0x62ca10;
|
||||
public const ulong p2pvoice002 = 0xd8ea0;
|
||||
public const ulong p2pvoicesingleton002 = 0xd5840;
|
||||
public const nint IVALIDATE001 = 0x833640;
|
||||
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x82F4C0;
|
||||
public const nint SteamClient020 = 0x62CAF0;
|
||||
public const nint SteamClient019 = 0x62CAE0;
|
||||
public const nint SteamClient018 = 0x62CAD0;
|
||||
public const nint SteamClient017 = 0x62CAC0;
|
||||
public const nint SteamClient016 = 0x62CAB0;
|
||||
public const nint SteamClient015 = 0x62CAA0;
|
||||
public const nint SteamClient014 = 0x62CA90;
|
||||
public const nint SteamClient013 = 0x62CA80;
|
||||
public const nint SteamClient012 = 0x62CA70;
|
||||
public const nint SteamClient011 = 0x62CA60;
|
||||
public const nint SteamClient010 = 0x62CA50;
|
||||
public const nint SteamClient009 = 0x62CA40;
|
||||
public const nint SteamClient008 = 0x62CA30;
|
||||
public const nint SteamClient007 = 0x62CA20;
|
||||
public const nint SteamClient006 = 0x62CA10;
|
||||
public const nint p2pvoice002 = 0xD8EA0;
|
||||
public const nint p2pvoicesingleton002 = 0xD5840;
|
||||
}
|
||||
|
||||
public static class tier0_dll {
|
||||
public const ulong VStringTokenSystem001 = 0x18d310;
|
||||
public const ulong TestScriptMgr001 = 0x13f510;
|
||||
public const ulong VProcessUtils002 = 0x12f520;
|
||||
public const ulong VEngineCvar007 = 0x615f0;
|
||||
public const nint VStringTokenSystem001 = 0x18D310;
|
||||
public const nint TestScriptMgr001 = 0x13F510;
|
||||
public const nint VProcessUtils002 = 0x12F520;
|
||||
public const nint VEngineCvar007 = 0x615F0;
|
||||
}
|
||||
|
||||
public static class v8system_dll {
|
||||
public const ulong Source2V8System001 = 0x1670;
|
||||
public const nint Source2V8System001 = 0x1670;
|
||||
}
|
||||
|
||||
public static class valve_avi_dll {
|
||||
public const ulong VAvi001 = 0x2f90;
|
||||
public const nint VAvi001 = 0x2F90;
|
||||
}
|
||||
|
||||
public static class valve_wmf_dll {
|
||||
public const ulong VMediaFoundation001 = 0x12d0;
|
||||
public const nint VMediaFoundation001 = 0x12D0;
|
||||
}
|
||||
|
||||
public static class vphysics2_dll {
|
||||
public const ulong VPhysics2_Handle_Interface_001 = 0x5f440;
|
||||
public const ulong VPhysics2_Interface_001 = 0x5b1e0;
|
||||
public const nint VPhysics2_Handle_Interface_001 = 0x5F440;
|
||||
public const nint VPhysics2_Interface_001 = 0x5B1E0;
|
||||
}
|
||||
|
||||
public static class vscript_dll {
|
||||
public const ulong VScriptManager010 = 0x31c40;
|
||||
public const nint VScriptManager010 = 0x31C40;
|
||||
}
|
||||
|
||||
public static class vstdlib_s64_dll {
|
||||
public const ulong IVALIDATE001 = 0x24ff0;
|
||||
public const ulong VEngineCvar002 = 0x5750;
|
||||
public const nint IVALIDATE001 = 0x24FF0;
|
||||
public const nint VEngineCvar002 = 0x5750;
|
||||
}
|
||||
|
||||
public static class worldrenderer_dll {
|
||||
public const ulong WorldRendererMgr001 = 0x21340;
|
||||
public const nint WorldRendererMgr001 = 0x21340;
|
||||
}
|
||||
Reference in New Issue
Block a user