modified: frida_core/src/android_tun.rs
This commit is contained in:
parent
f879712c8c
commit
b38c596e28
@ -1,6 +1,7 @@
|
||||
use tokio::fs::File;
|
||||
use tokio::io::{AsyncReadExt, AsyncWriteExt};
|
||||
use std::error::Error;
|
||||
use std::os::fd::FromRawFd;
|
||||
|
||||
pub fn create(cfg: i32) -> (DeviceReader, DeviceWriter) {
|
||||
// check this if android build won't work
|
||||
|
Loading…
x
Reference in New Issue
Block a user