-
Using example.py on the website:
(and frida-1.0.8)
Traceback (most recent call last):
File "./frida.py", line 1, in
import frida
File "/home/maswanso/src/test/spidermonkey/frida.py", line 2,…
-
Were there any major changes to garbage collection?
Take this with a grain of salt since usually the bugs I present is some weird thing I messed up in my side, but this was a strange one.
In my …
-
Hi, first huge thanks for your effort in creating this toolset.
I was trying to get frida-trace working on WinXP SP3 (x86). I am using the latest version available at the moment (6.0.1). I am tryin…
K-S-V updated
8 years ago
-
Hi!
After update to last versions my scripts don't work anymore.
For example, while I doing the following
frida-trace -U -f net.whatsapp.WhatsApp -i "CCCryptorUpdate"
I get the following output (targ…
-
As expected, with the new update it doesn't work anymore.
It will probably need some time to find out the new encryption schema.
This update introduced two new messages to support new encryption. …
-
Frida-CLI REPL relies on Exception.message, which fails if run under Python 3.4:
```
File "C:\Python34\lib\site-packages\frida-4.4.0-py3.4-win-amd64.egg\frida\repl.py", line 167, in _eval_and_print
A…
ghost updated
9 years ago
-
On OS X, the following scripts when run in ipython, but not when run in python:
import frida
p = frida.attach("cat")
The backtrace is as follows:
Crashed Thread: 0 Dispatch queue: c…
-
hi
I have install frida via easy_install on my computer but I have an error when executing this command:
$frida-ps -R
the result is the below error:
Failed to load the Frida native extension: /home/u…
-
When using Bowser on armv7/armv7s, the bridge thread segfaults during startup: https://gist.github.com/superdump/996d8550beaf491c99e3
I have tested arm64 and it is only armv7/armv7s that crashes. Thi…
-
debian sid
```
root@b751a7d3b40c:~# nc -l -p 8080 &
[1] 56
root@b751a7d3b40c:~# frida-trace -i 'recv*' nc
Attaching...
**
ERROR:../../../../frida-core/src/linux/linjector-glue.c:928:frida_resolve_rem…