From a2a066a29d5fcf214d158f1eeb27e1c1437b8250 Mon Sep 17 00:00:00 2001 From: alterdekim Date: Mon, 9 Dec 2024 19:04:54 +0300 Subject: [PATCH] modified: frida_core/src/linux_tun.rs --- frida_core/src/linux_tun.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/frida_core/src/linux_tun.rs b/frida_core/src/linux_tun.rs index fbc5e85..3f4b625 100644 --- a/frida_core/src/linux_tun.rs +++ b/frida_core/src/linux_tun.rs @@ -3,6 +3,7 @@ use std::error::Error; use tokio_tun::Tun; use std::net::Ipv4Addr; use std::os::unix::io::AsRawFd; +use crate::device::AbstractDevice; pub fn create(cfg: AbstractDevice) -> (DeviceReader, DeviceWriter) { let tun = Arc::new(