-
There are some windows apps that do not respect windows proxy settings.
Today, we are using two apps to overcome this:
Proxifier (this can force any app to send data through a proxy)
Fiddler (an al…
-
### Versions
| Name | Version |
|---|---|
| pip frida | 16.0.19 |
| pip frida-tools | 12.1.2 |
| python | 3.11 |
| windows | 10 |
## iPhone 11
| Name | Version |
|---|---|
| ios | 13.3 |…
-
This could just be user error, but having difficulty using the CLI tools to test the Portal functionality. When starting the portal locally I'm running:
```
frida-portal --cluster-certificate=frid…
-
I have Frida server running on my phone and connect remotely over wifi to it with
`frida-discover -H 192.168.178.24 -F`
The app then crashes. Server is still running. Happens with every app.
…
-
我看了你的这个想法,挺好的,我有个工具,看了下,跟你的想法差不多,希望可以说说,这个执行函数的思路,
![2024-07-06_131050](https://github.com/iatmakdotcx/frida_war3/assets/36040293/7c7985e8-bbbe-4851-adf5-2081000543b9)
-
According to https://github.com/frida/frida/issues/2288, I set `CRYPTEX_MOUNT_PATH` to `/var/jb`, and when I use command such as `frida-ps -U`, the phone will crash off. I didn't know the reason of it…
-
Hi everyone !
Great tool, have been working with this for sometime now ( 2 months ).
However before updating to version `12.0.7`, I was able to work fine on my lenovo k3 note.
However now, only…
-
C:\Users\Administrator>frida
***
Failed to load the Frida native extension: DLL load failed: 找不到指定的模块。
Please ensure that the extension was compiled for Python 3.x.
***
Traceback (most recent…
-
I'm trying to hook `android.os.Process.start()` but fail as the process executes before I can hook it with Frida.
Python script: (hook.py)
```python
#!/usr/bin/env python
import frida
impor…
-
Hello,
I run into a problem while trying to instrument methods that take an array of array of byte as argument. For exemple:
```java
package com.example.testclassloader;
public class TestA {
…