-
Frida attached successfully to the target process developed in Xcode 14 and running on the iPhone 14 simulator. Upgrading MacOS yesterday to Sonoma 14.3 requires an upgrade to Xcode 15, thereby requir…
-
I made a script last year to spawn, attach and hook some applications on Mac M1 and it used to work just fine
device = frida.get_local_device()
pid = device.spawn('/Applications/xyz')
session = d…
-
Hi, thanks for the nice tools
i have an issue when fridax.js stuck in `applications = await device.enumerateApplications()` when using frida 15.0.3. However, the JS will run normally when using frida…
-
I'm trying to use Frida with a Linux x86_64 Java application. I'm using the OpenJDK 17 with debug symbols [provided by Eclipse Adoptium](https://adoptium.net/releases.html?variant=openjdk17&jvmVariant…
-
I'm on the latest version of Frida. My device is connected to my PC over the network. The mobile is getting internet through the Lan to USB C adapter (as my wifi module is not working) . My mobile and…
-
Trying to call $ivars on class instances causes Frida to throw an exception and crash, as shown below:
```
Traceback (most recent call last):
File "/usr/local/bin/frida", line 8, in
sys.exi…
-
For the [PTS project](https://pts-project.org/), I maintain a `frida` package bundling `python-linux` and `tools-linux`.
Trying to refresh the initial packaging (15.1.17), I first moved to 15.1.28 …
-
On Windows 10, I installed Python v3.9.9 from the Microsoft Store. Then I ran:
```
C:\Users\user1>pip install frida-tools
Collecting frida-tools
Using cached frida-tools-10.4.1.tar.gz (43 kB)
…
-
Python : 3.11.0
Frida : 16.0.8
Frida-tools: : 12.0.4
Frida-server : 16.0.8
Android : 11
One UI : 3.1
Name : Galaxy Wide 4
```bash
C:\Users\users>adb shell
a20:/ $ cd /data/local/tmp
a20:/d…
-
Hello!
I'm trying to load a script to test SSL Pinning on an application. However, I'm getting the following error:
```
C:\platform-tools\platform-tools_r33.0.1-windows\platform-tools> frida -U -…