-
When I tried any Frida script to bypass any app i get the same error even if Frida and Frida server versions are same
I write that command
example command:
```
frida --codeshare module -f app_name…
-
```
$ frida-ps -U
Waiting for USB device to appear...
Failed to enumerate processes: unable to connect to remote frida-server: Error sending data: Broken pipe
```
Similar issue to #170, using f…
-
Hello,
When I try to trace an application running on my iPhone with the following command:
```
frida -U -n mytestapp
```
I get the following output:
```
____
/ _ | Frida 16.1.3 …
-
-
-
Greetings.
Maybe you should make sure that after each boot of the device, the files are uploaded to the device, and not just after installation?
Because there are applications that clean up tmp dire…
-
```
D:\python>frida -U -f com.milon.atvara -l frida-android-repinning.js --no-pause
____
/ _ | Frida 15.1.14 - A world-class dynamic instrumentation toolkit
| (_| |
> _ | Co…
-
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…
-
- Description
1. Already inject frida gadget library to my app.
2. Using frida version 15.2.2
3. But once my app has an update relate to the native library, its always crash when start open the app…
-
Hi there, I'm following this post, but can't inject gadget into the app:
[https://koz.io/library-injection-for-debuggable-android-apps/](https://koz.io/library-injection-for-debuggable-android-apps/)…