modified: src/main.rs
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
This commit is contained in:
parent
9d96bfdc71
commit
7b8f06ce0c
@ -78,11 +78,11 @@ mod jni {
|
|||||||
|
|
||||||
info!("Hello world! {:?}", tun_fd);
|
info!("Hello world! {:?}", tun_fd);
|
||||||
|
|
||||||
-2
|
Ok(-2)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub extern "jni" fn stop(self, env: &JNIEnv) -> JniResult<i32> {
|
pub extern "jni" fn stop(self, env: &JNIEnv) -> JniResult<i32> {
|
||||||
-1
|
Ok(-1)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*pub extern "java" fn getAppFilesDir(
|
/*pub extern "java" fn getAppFilesDir(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user