-
To anyone trying to use this, a word of advice to save you a lot of time: it won't work with the latest versions of Frida.
I haven't tried all the versions to see exactly where the cutoff is, but a…
-
in `frizzer/fuzzer.py` file `FridaFuzzer.load_script` crashed on `self.frida_script.prepare()`
it shows
```
[+] Project: {'fuzzer': {'log_level': 3}, 'target': {'process_name': 'bluetoothd',…
-
My X, XR 14.6 jailbroken device have crash.
Use Taurine 1.1.7 for jailbreak.
Install frida and run script.
Device crash and reboot. can't run any script.
I tested on iphoneX 14.6 and iphoneXR 14.6…
-
Is there a way to obtain the session object for an application that has Frida embedded? It tried to `attach()` to the process of the app, but this only results in a ServerNotRunningError. Basically, …
hofR updated
2 months ago
-
I built a binary for Frida from the source code, but I wasted a lot of time because of some ridiculous bugs. For most people who try to build Frida natively in a Windows environment, the build process…
-
Hello,
I have install Frida 16.5.6 on a iphone X with iOS 16.7.10.
When I want to try to communicate with the server, i have an error like this :
```
❯ frida-ps -Uai
Failed to enumerate…
-
I'm using typescript for a frida module that's being loaded on Android.
Reproduction steps:
` git clone https://github.com/oleavr/frida-agent-example.git`
`cd frida-agent-example`
`npm install`
…
-
![Screenshot (29)](https://github.com/user-attachments/assets/fb24496d-fd24-4a45-b561-a6bdc6981cc9)
C:\Users\Administrator\Frida-Il2cpp-Dumper>npm run spawn
> il2cpp@1.0.0 spawn
> frida -U -f c…
-
I am using HTTP Toolkit with a rooted Pixel 5 device running Android 14. It works like a charm for most apps. Now I am trying to inspect an app that uses certificate pinning, specifically com.bumble.a…
-
> We need a feature to allow the addition of an external Frida script in order to bypass jailbreak detection and run the application smoothly.
>
> I have a custom Frida script to bypass the jailbre…