mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-11-18 04:50:01 +08:00
📦 Game Update 13970
This commit is contained in:
@@ -109,7 +109,7 @@ pub fn dump_interfaces(
|
||||
info!("Dumping interfaces in <blue>{}</>...", module.name);
|
||||
|
||||
let create_interface_address =
|
||||
process.resolve_rip(create_interface_export, 0x3, 0x7)?;
|
||||
process.resolve_rip(create_interface_export, None, None)?;
|
||||
|
||||
let mut node = process.read_memory::<*mut InterfaceNode>(create_interface_address)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user