modified: src/main.rs
Some checks failed
gitea/Frida-android-native/pipeline/head There was a failure building this commit

This commit is contained in:
Michael Wain 2024-10-12 18:24:53 +03:00
parent bca4b7e5f7
commit ffac3c9bf0

View File

@ -19,6 +19,7 @@ use robusta_jni::bridge;
use std::sync::OnceLock;
use robusta_jni::jni::JNIEnv;
use std::fs::File;
use std::io::Write;
mod config;
mod client;