-
From time to time im coming back to this project (4times i guess) cause i just wanna finally use and test it. But it never works.
latest version 16.0.8 (server is 16.0.8 arm/arm64) (windows frida i…
-
{'type': 'error', 'description': 'Error: expected a pointer', 'stack': 'Error: e
xpected a pointer\n at frida/runtime/core.js:471\n at script1.js:13', 'fil
eName': 'frida/runtime/core.js', 'li…
-
![Screenshot_1](https://user-images.githubusercontent.com/12996462/63817144-a2a19100-c943-11e9-9c9a-61bfda14a855.png)
What is the problem?
mt-ks updated
3 years ago
-
I saw in #531 that the user uses devbox/nix packages so thought it'd be nice to publish mirrord there as well.
-
I cannot spawn an app on iOS 10.3.1 with Frida via USB. I get always a "FBSOpenApplicationErrorDomain error 1":
$ frida -U --no-pause -f ph.telegra.Telegraph
____
/ _ | F…
-
Hi
I have just upgraded to Mojave and when running frida it crashes
frida-ps -U
[1] 89994 abort frida-ps -U
I have tried to run it as sudo, but still the same
Is there any compat…
-
When an Android application executes a command using `Runtime.getRuntime.exec(cmd)`, the executed command segfaults if child gating is enabled and the Frida script has any kind of Java function in it,…
-
Hi there,
I've been using Frida a lot for interacting with iOS apps and it works really well for my purposes!
However, now I'm experimenting with running some iOS apps on an M1 mac, and would like…
-
Before I use the frida12,Today update to the latest version frida-15.1.17. But it display error, Please help me ,thanks.
pip3 install frida
WARNING: Ignoring invalid distribution -rida (/User…
-
I wanted to try to create an instrumentation that is complete. I.E that instruments the main process, the child processes and the spawned processes.
For this I tried to merge the examples for chil…