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