-
**Platform:**
iOS
**Description:**
A test case for the swift based application using frida-swift-bridge
https://github.com/frida/frida-swift-bridge
-
**Is there something in my Dockerfile.Android configuration?**
```cmd
docker run -e FRIDA_CODE_FILE=/script.js -v ${pwd}/target:/injectionforge/target -v ${pwd}/myscript.js:/script.js injectionf…
-
Hello, I would like to use Frida on a Linux "armel" (ARMv7) target. I believe there are no prebuilt binaries for this, so I need to build the SDK. However, I am having problems with this:
```
$ gi…
-
When I try to spawn processes with `-f` flag app simply will not spawn. I am using crDroid 9.4 on my Poco F1.
Eg: `frida -U -l .\frida-script.js -f com.beemdevelopment.aegis` command outputs;
```
P…
-
When trying to build for windows on a linux host, mimalloc fails to link with the following error:
```
= note: lld-link: error: undefined symbol: __movsb
>>> referenced by /src/mimalloc…
s1341 updated
6 months ago
-
Hi,
Is it possible to use dexcalibur **docker** image with an **Android emulator** and not a real device?
I fail to understand what to provide in `--device=...` argument.
For example, if you have…
-
```
Phone: Google Pixel XL
System: Android 7.1 NDE63H
FridaVersion: 15.1.1
```
```
//Java Code
public class MainActivity extends AppCompatActivity
{
@Override
protected void onCrea…
-
# 环境
macOS 13,Python 3.9,Android 12。
### 下载代码进入项目目录
根据文档要求:cd YJ
python3 exp.py [你的目标应用名称]
![Xnip2023-10-13_10-34-28](https://github.com/yang-datong/YJ/assets/18607031/cd5fe6c3-3182-4e54-b678-22e…
-
Hi,
sorry to bother, but I was trying to evaluate the other algorithms (besides SRP & MUSIC which work with my setup), but then I tried to run the remaining algorithms over my setup and encountered…
L0g4n updated
4 years ago
-
Hi guys,
I'm trying to spawn in a process with R2frida.
try command
r2 frida://028f1f3c0a539153//com.xxx.xxxx
but, The next message appeared.
"**Cannot spawn: The 'argv' option is not s…