-
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…
-
I'm using Python3.3 on Windows 8 64-bit and frida 1.0.7
When I try to attach to a process (I tried notepad.exe both 64-bit and 32-bit), I get this:
C:\Python33>Scripts\frida-trace.exe -i "Insert*" 83…
-
After successful compilation, I try to find and run frida-ps (android server already launched and ports are forwarded) according this manual http://www.frida.re/docs/android/
And get this (I've chec…
-
OSX 10.9.2
Python 2.7.6 (from brew)
frida 1.0.11
When attempting the sample 'cat' script, I get as segmentation fault:
```
➤ python
Python 2.7.6 (default, Apr 1 2014, 15:29:45)
[GCC 4.2.1 Compatibl…
-
To reproduce the problem on windows open notepad.exe then open a text file. After opening a file run...
```
trace.py -i *open* notepad.exe
```
_wsopen: Loaded handler at "C:\src\frida\frida-python…
-
The affects Frida 1.4.0, specifically python file frida/tracer.py
On Windows, Frida crashes with a unhandled file not found exception because of the Windows API path length limitation (260 characters…