mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-11-29 04:10:01 +08:00
Fetch networkGameClient_maxClients offset
This commit is contained in:
@@ -10,5 +10,6 @@ public static class client_dll {
|
||||
|
||||
public static class engine2_dll {
|
||||
public const nint networkGameClient = 0x48AAB0;
|
||||
public const nint networkGameClient_maxClients = 0x250;
|
||||
public const nint networkGameClient_signOnState = 0x240;
|
||||
}
|
||||
@@ -14,5 +14,6 @@ namespace client_dll {
|
||||
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t networkGameClient = 0x48AAB0;
|
||||
constexpr std::ptrdiff_t networkGameClient_maxClients = 0x250;
|
||||
constexpr std::ptrdiff_t networkGameClient_signOnState = 0x240;
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
},
|
||||
"engine2_dll": {
|
||||
"networkGameClient": 4762288,
|
||||
"networkGameClient_maxClients": 592,
|
||||
"networkGameClient_signOnState": 576
|
||||
}
|
||||
}
|
||||
@@ -12,5 +12,6 @@ pub mod client_dll {
|
||||
|
||||
pub mod engine2_dll {
|
||||
pub const networkGameClient: usize = 0x48AAB0;
|
||||
pub const networkGameClient_maxClients: usize = 0x250;
|
||||
pub const networkGameClient_signOnState: usize = 0x240;
|
||||
}
|
||||
Reference in New Issue
Block a user