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
d26fadb5d7
commit
bed2d4d3a0
@ -25,7 +25,7 @@ pub unsafe extern "C" fn Java_com_alterdekim_frida_FridaLib_run(
|
|||||||
tun_fd: jint,
|
tun_fd: jint,
|
||||||
close_fd_on_drop: jboolean,
|
close_fd_on_drop: jboolean,
|
||||||
) -> jint {
|
) -> jint {
|
||||||
let config = env.get_string(&config_b32).unwrap().into();
|
let config = env.get_string(config_b32).unwrap().into();
|
||||||
let close_fd_on_drop = close_fd_on_drop != 0;
|
let close_fd_on_drop = close_fd_on_drop != 0;
|
||||||
mobile::mobile_run(config, close_fd_on_drop, tun_fd)
|
mobile::mobile_run(config, close_fd_on_drop, tun_fd)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user