mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-27 13:55:34 +08:00
Fix tests
This commit is contained in:
parent
6b92da2dbc
commit
f5a7cf3536
@ -34,7 +34,7 @@ mod tests {
|
|||||||
|
|
||||||
let client_base = process.get_module_by_name("client.dll")?.base();
|
let client_base = process.get_module_by_name("client.dll")?.base();
|
||||||
|
|
||||||
let global_vars = process.read_memory::<usize>(client_base + 0x1692EE8)?;
|
let global_vars = process.read_memory::<usize>(client_base + 0x1696F40)?;
|
||||||
|
|
||||||
let current_map_name =
|
let current_map_name =
|
||||||
process.read_string(process.read_memory::<usize>(global_vars + 0x188)?)?;
|
process.read_string(process.read_memory::<usize>(global_vars + 0x188)?)?;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user