-
Hi,
I got problem with iPhone 8 running iOS 16.7 with palera1n rootful jailbreak and frida version 16.1.8. I can run frida-ps via USB, but I can't attach to any process on phone via USB. When I try I…
-
Hi, when trying to run frida on an Android 12 (API 31) emulator, I get the following output:
```bash
$ adb shell 'su 0 /data/local/tmp/frida-server'
{"type":"error","description":"TypeError: r is…
-
When trying to start charging, I get this error:
**2024-10-28 10:12:56.909 DEBUG (MainThread) [custom_components.audiconnect.audi_connect_account] Sending command to start charger to vehicle XXX
2…
-
So I got the following error when attempting to run frida-discover, and I dunno whether its a frida problem or a termux problem.
```
# frida-discover -p 9102
Attaching... …
-
Hi there,
I love the project, and I've had a lot of fun tinkering with it. I got frida to work through a prayer and my last miracle via trying to pull it from various other templates that had used…
-
**1. First, an error occurred when I used pkg install frida tools: **
![Screenshot_2022-10-30-22-54-39-75_41e8f3d7b2e3c54bc98b1507aeaff91e](https://user-images.githubusercontent.com/63853093/1…
-
frida.InvalidOperationError: script has been destroyed
-
I have an Android app Activity that has an ArrayList member variable containing a null object. I tried to override the implementation using frida and obtain a reference to the arraylist and printing t…
-
My phone model is Pixel2, the Android version is 8.1.0, and the version number is OPM1.171019.011.
I am using the latest version of frida 16.0.11
When I start frida server and do not perform any…
-
**Description:** I am trying to use frida-trace as follows: `frida-trace -U -i access com.twitter.android` to trace calls to access() on the twitter app on android. I am trying to attach to the app on…