From b38c596e28e217a0ad1454c544022f3b9b8ea1b8 Mon Sep 17 00:00:00 2001 From: alterdekim Date: Tue, 10 Dec 2024 20:41:17 +0300 Subject: [PATCH] modified: frida_core/src/android_tun.rs --- frida_core/src/android_tun.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/frida_core/src/android_tun.rs b/frida_core/src/android_tun.rs index a73cb72..757151f 100644 --- a/frida_core/src/android_tun.rs +++ b/frida_core/src/android_tun.rs @@ -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