-
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…