From f879712c8c8a5f548dac75cef5bb93b0f6f0835f Mon Sep 17 00:00:00 2001 From: alterdekim Date: Tue, 10 Dec 2024 20:40:34 +0300 Subject: [PATCH] modified: frida_core/src/android_tun.rs --- frida_core/src/android_tun.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frida_core/src/android_tun.rs b/frida_core/src/android_tun.rs index bdd3a12..a73cb72 100644 --- a/frida_core/src/android_tun.rs +++ b/frida_core/src/android_tun.rs @@ -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