frida-gum: Cannot find function `g_object_unref` in crate `gum_sys` on aarch64-linux-android
SajjadPourali opened this issue · 1 comments
SajjadPourali commented
g_object_unref
is not available for certain architectures.
frida-rust/frida-gum-sys/src/lib.rs
Lines 19 to 20 in 6383f77
While in the following drops, it calls without performing the target check.
frida-rust/frida-gum/src/module_map.rs
Lines 246 to 251 in 6383f77
frida-rust/frida-gum/src/stalker/transformer.rs
Lines 198 to 203 in 6383f77
frida-rust/frida-gum/src/stalker.rs
Lines 308 to 313 in 6383f77
s1341 commented
Thanks for your report. Care to take a stab at a PR to fix?