modified: src/client.rs
Some checks failed
gitea/Frida-android-native/pipeline/head There was a failure building this commit

This commit is contained in:
Michael Wain 2024-10-05 20:32:59 +03:00
parent d17fd336bc
commit bdfc29dcb1

View File

@ -8,7 +8,7 @@ use std::net::Ipv4Addr;
use x25519_dalek::{PublicKey, StaticSecret};
use std::{
fs::File,
io::{self, Read, Write},
io::{self, Read, Write, BufReader, BufWriter},
net::SocketAddr,
process::Command,
os::unix::io::FromRawFd,