modified: frida_core/src/android_tun.rs

This commit is contained in:
Michael Wain 2024-12-10 20:40:34 +03:00
parent a3e17fbbc6
commit f879712c8c

View File

@ -1,4 +1,6 @@
use tokio::fs::File;
use tokio::io::{AsyncReadExt, AsyncWriteExt};
use std::error::Error;
pub fn create(cfg: i32) -> (DeviceReader, DeviceWriter) {
// check this if android build won't work