WorksButNotTested

Results 40 issues of WorksButNotTested

Please see https://github.com/frida/frida-gum/pull/798

Be

10 comment

* Configure `rustix` to use the `linux_raw` backend on `armeb-unknown-linux-gnueabi` and `aarch64_be-unknown-linux-gnu` targets. (Both of these are tier 3 rust platforms and hence no public binaries are provided). * Since...

# Purpose The purpose of this implementation is perhaps best described in the release notes [here](https://frida.re/news/2025/03/13/frida-16-7-0-released/). # Structure We need to populate the information in the following [structure](https://github.com/frida/frida-gum/blob/0671c27d941d77490fff4ca6dbb9ca10a0f872bb/gum/backend-linux/gumlinux-priv.h#L31): ```c struct...

This re-design is based on the information contained in [this](https://github.com/frida/frida-gum/issues/1010) issue which describes the current implementation and the underlying functionality of `pthreads` on GNU, MUSL and BIONIC implementations of `libc`....

Looks like `service` is `null` [here](https://github.com/frida/frida-core/blob/b3f7cfec01242b2997ba69b041b86f4164a80d90/src/frida.vala#L433). Adding a guard seems to alleviate the problem, though this may not be the correct fix. To reproduce clone `frida-core`. Then... 1. Start a...