modified: src/client.rs
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
This commit is contained in:
parent
7c517d31f7
commit
91ef43edef
@ -30,6 +30,7 @@ pub async fn client_mode(client_config: ClientConfiguration, fd: i32) {
|
||||
|
||||
|
||||
info!("FD: {:?}", &fd);
|
||||
info!("So exhausting");
|
||||
let mut dev = unsafe { File::from_raw_fd(fd) };
|
||||
let mut dev1 = dev.try_clone().unwrap();
|
||||
let mut dev_reader = BufReader::new(dev);
|
||||
|
Loading…
x
Reference in New Issue
Block a user