modified: frida_client/src/client.rs

This commit is contained in:
Michael Wain 2024-12-10 04:02:32 +03:00
parent 30b09ea3da
commit 2d10c9df22

View File

@ -218,7 +218,7 @@ pub mod desktop {
log::error!("Failed to execute ip route command: {:?}", String::from_utf8_lossy(&if_out.stderr));
}
let r = str::from_utf8(if_out.stdout).unwrap();
let r = std::str::from_utf8(if_out.stdout).unwrap();
let gateway = None;
let if_name = None;