-
Hi, I am testing the Frida scripts generated by command **"-f"** to dump the model which is encrypted, but I found some issues that can lead to the dumped model not valid. I tested some apps and got n…
-
**Problem description**
After upgrading frida-python to 14.2.14, `import frida` fails with following message:
```
ImportError: dlopen failed: cannot locate symbol "frida_selinux_apply_policy_pa…
ghost updated
2 years ago
-
Hi,
When I try to use `frida-script.js` I get an error:
```
frida --no-pause -U -l ./frida-script.js -f tech.httptoolkit.pinning_demo
____
/ _ | Frida 15.1.14 - A world-class dynami…
-
It was reported to us that one of the Frida scripts has a bug. The fix is described here:
https://github.com/OWASP/owasp-mstg/issues/1461#issuecomment-538473863
-
Hi there!
OWASP MSTG (https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05f-Testing-Local-Authentication.md#dynamic-analysis-1) contains the following:
"you could use Frida to call the …
-
## ENVIRONMENT
```
OS and Version: Windows 10
Python Version: 3.8.8
MobSF Version: v3.8.5 Beta
```
## EXPLANATION OF THE ISSUE
```
After successfully finished the static analysis…
-
This issue is probably related to #1788 and #1820.
### Frida-server
When running frida-server (version 15.0.19-arm64) on my rooted s21 ultra (Android 11 & fully updated), I get the following error…
-
## ENVIRONMENT
```
OS and Version: Windows 10 Pro- version 20H2
Python Version: 3.8.5
MobSF Version: 3.4.3
```
## EXPLANATION OF THE ISSUE
```
I did encounter this issue on som…
-
AWS EC2 Instance Settings
```
Instance type
c5.4xlarge
Platform
Ubuntu (Inferred)
AMI ID
ami-01f87c43e618bf8f0
Platform details
Linux/UNIX
AMI name
ubuntu/images/hvm-ssd/ubuntu-focal-20.04-…
-
At present, the instructions are:
```
$ npm run install
$ npm run build
$ frida -l _agent.js
```
Using the latest version of npm (`7.22.0`).
Steps:
1. `cd` into repo directory
2. execute `…