Open SajjadPourali opened 10 months ago
g_object_unref is not available for certain architectures.
g_object_unref
https://github.com/frida/frida-rust/blob/6383f77a8af707df6b310c673c824fb6617b9b8b/frida-gum-sys/src/lib.rs#L19-L20
While in the following drops, it calls without performing the target check.
https://github.com/frida/frida-rust/blob/6383f77a8af707df6b310c673c824fb6617b9b8b/frida-gum/src/module_map.rs#L246-L251
https://github.com/frida/frida-rust/blob/6383f77a8af707df6b310c673c824fb6617b9b8b/frida-gum/src/stalker/transformer.rs#L198-L203
https://github.com/frida/frida-rust/blob/6383f77a8af707df6b310c673c824fb6617b9b8b/frida-gum/src/stalker.rs#L308-L313
Thanks for your report. Care to take a stab at a PR to fix?
g_object_unref
is not available for certain architectures.https://github.com/frida/frida-rust/blob/6383f77a8af707df6b310c673c824fb6617b9b8b/frida-gum-sys/src/lib.rs#L19-L20
While in the following drops, it calls without performing the target check.
https://github.com/frida/frida-rust/blob/6383f77a8af707df6b310c673c824fb6617b9b8b/frida-gum/src/module_map.rs#L246-L251
https://github.com/frida/frida-rust/blob/6383f77a8af707df6b310c673c824fb6617b9b8b/frida-gum/src/stalker/transformer.rs#L198-L203
https://github.com/frida/frida-rust/blob/6383f77a8af707df6b310c673c824fb6617b9b8b/frida-gum/src/stalker.rs#L308-L313