-
I got the error in build process
```
Finished dev [unoptimized + debuginfo] target(s) in 17m 08s
packaging application into /usr/src/myapp/pyapp/build/apps/pyapp
copying /usr/src/myapp/pyapp/buil…
-
**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…
-
### Installation prerequisites in **windows** (10):
- Microsoft Visual Studio
- Microsoft Visual Studio Build Tools
- Desktop development with C++
- Python Stable Version
- Nodejs Stable Versio…
-
Sorry but I've checked all the other `connection is closed` issues, just can't find solution, only find `fixed in latest version`-like solution.
But... I'm using the latest, updated everything, and…
-
When I execute:
```
frida-ps -D XXXXXX -a
```
It will always return:
```
Failed to enumerate applications: cannot read property 'getInstalledApplications' of null
```
When using the python b…
-
When attached to a process on linux, thread list is always empty.
```
frida -p 2210
[local::PID::2210]-> Process.enumerateThreadsSync()
[]
```
I use gdb to check the threads list.
```
…
-
**Platform:**
iOS
**Description:**
A test case for the swift based application using frida-swift-bridge
https://github.com/frida/frida-swift-bridge
-
![image](https://user-images.githubusercontent.com/831898/171111104-d582cd6c-7ec8-4360-9448-09ae4ad63c08.png)
-
I would like to record some function calls and their params, and maybe some other variable assignments inside the function.
As I understand it, to retrieve this information, `rr` must re-execute th…
-
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…