-
Exception in thread Thread-1:
Traceback (most recent call last):
File "c:\python27\lib\threading.py", line 801, in __bootstrap_inner
self.run()
File "c:\python27\lib\threading.py", line 75…
-
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…
-
Hi sry Iam pretty new to Frida but have had it up and running until yesterday when I tried install fridump aswell.
Now Iam getting this error message when Iam trying to run following command: frida -…
-
Does Frida 15.1.12 compatible with Python 3.10.0? I got this error message :
```
***
Failed to load the Frida native extension: DLL load failed while importing _frida: The specified module could…
-
-
these files are installed
```
bin/frida-inject
bin/frida-portal
bin/frida-server
include/frida-1.0/frida-base.h
include/frida-1.0/frida-payload.h
include/frida-1.0/frida-core.h
lib/libfrida-…
-
Hi, I get this on any process but notepad (that is any system prcoess).
I do run the cmd as admin, and the same exact command used to work.
versions:
```
frida 15.1.27
frida-tools …
-
- Related issue
https://github.com/frida/frida/issues/2941
https://github.com/frida/frida/issues/2954
**[YOUR OWN RISK!]**
Latest Google Play System Update ruins Frida.
You can test this,…
-
I ran into [frida/frida#1578](https://github.com/frida/frida/issues/1578) this week with M1 and frida 14.2.18, and the 14.2.2
```
$ uname -a
Darwin Huans-Air 20.3.0 Darwin Kernel Version 20.3.0: …
-
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 {
…