-
C:\Python27\Scripts>c:\Python27\python.exe FridaExtract.py ch
Traceback (most recent call last):
File "FridaExtract.py", line 241, in
main()
File "FridaExtract.py", line 221, in main
…
-
As I use Frida more and more (amazing job btw ;) ), on multiple platforms and architectures, I'm a bit frustrated by how Process.platform work.
As far I understand, it only return GUM_SCRIPT_PLATFO…
-
# get_front_app.py
import frida
rdev = frida.get_remote_device()
front_app = rdev.get_frontmost_application()
print front_app
When I run the above script, it shows the following errors.
E:\Security…
-
## 1. Environment
### 1.1 Frida version
Mac: `8.1.12`
iPad Mini4: `8.1.12`
### 1.2 OS
Mac: 10.11.6
iPad: 9.3.3
### 1.3 AppMon
commit 21bcd6379ef9963379521f169673c97b8790d72b
## …
-
https://puu.sh/tqjjh/6a52f84485.png
Did the same on another computer, it worked but on this computer?
No clue.
-
Hi,
I just installed the new version 7.1.8 and tried to run a frida-ps -U:
```
C:\WINDOWS\system32>frida-ps -U
***
Failed to load the Frida native extension: DLL load failed: The specified module c…
-
Hi, I have got the error trying to install Frida for Windows: Failed to load the Frida native extension: DLL load failed: ..... Please ensure that the extension was compiled for Python 3.x.
The insta…
-
## Issue
### Expected behaviour
drop a remote shell on the device
### Actual behaviour
Exception raised. Related to "cryptography" library.
### Steps to reproduce
1. run shell inside needle
### need…
-
whenever i run the bat file as admin command prompt quickly opens and closes on my screen doing nothing to the client
-
Hi, I'm trying to build frida in Archlinux, following this documentation: http://www.frida.re/docs/building/
The make goes fine, but then I run "make -f Makefile.linux.mk python-64 PYTHON=/usr/bin/py…