modified: frida_client/src/client.rs

This commit is contained in:
Michael Wain 2024-12-10 04:04:08 +03:00
parent fe03ab09a1
commit f7cfff30d3

View File

@ -220,8 +220,8 @@ pub mod desktop {
let r = std::str::from_utf8(&if_out.stdout).unwrap();
let gateway = None;
let if_name = None;
let mut gateway = None;
let mut if_name = None;
let rg = Regex::new(r"default via .+ dev ").unwrap();