modified: src/main.rs
Some checks failed
gitea/Frida-android-native/pipeline/head There was a failure building this commit
Some checks failed
gitea/Frida-android-native/pipeline/head There was a failure building this commit
This commit is contained in:
parent
fa5753ed3e
commit
65c1eb6ec6
@ -18,6 +18,7 @@ use ::jni::JavaVM;
|
||||
use robusta_jni::bridge;
|
||||
use std::sync::OnceLock;
|
||||
use robusta_jni::jni::JNIEnv;
|
||||
use std::fs::File;
|
||||
|
||||
mod config;
|
||||
mod client;
|
||||
@ -46,6 +47,7 @@ mod jni {
|
||||
use robusta_jni::jni::JNIEnv;
|
||||
use crate::mobile;
|
||||
use crate::{TUN_QUIT, LOG_FILE};
|
||||
use std::fs::File;
|
||||
|
||||
#[derive(Signature, TryIntoJavaValue, IntoJavaValue, TryFromJavaValue)]
|
||||
#[package(com.alterdekim.frida)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user