-
Hi,
There is no **script.exports** for .Net like Python and Node.js:
https://github.com/frida/frida-python/blob/37847fd8c9d97b9c5177b35543613abb6fa3b9fb/examples/rpc.py#L17
https://github.com/fri…
-
A couple days ago this was working fine with the same computer and the same Android device, but today it's stuck in "Scanning for apps to intercept..."
I'm debugging the issue, but it's taking more…
-
Unexpectedly timed out while waiting for syscall on ActivityManager thread; please file a bug!
Unexpectedly timed out while waiting for syscall on NetworkPolicy thread; please file a bug!
{"type":"e…
-
> Wine doesnt work sadly and personaly i do only see me now opening a
> VM for windows for this tool because wine doesnt want to run it properly
```
Z:\home\eugaming\Desktop>/home/eugaming/Deskt…
-
For some of the apps I'm getting the error, when running frida via Python interface, two apps which fail such a way are using Android API 33 and 34, not sure if that matters. When trying to instrument…
-
Hi,
I try to analyze one android library with frida/qbdi, it is ok to track those function which listed in the so exported symbol list, but when I want to track those sub_functions, which is some k…
-
(Copy-pasted from a third party report; probably can't clarify or provide more details. See "context" at the bottom for more info).
> ## Description
>
> The target android application does not im…
-
```
let firda_runtime = unsafe {
Frida::obtain();
Frida::obtain()
};
```
or anything similar such as
```
let firda_runtime = unsafe {Frida::obtain()};
…
-
Android 15 android studio emulator
```
(base) ➜ ~ adb root
restarting adbd as root
(base) ➜ ~ ~/Downloads
(base) ➜ Downloads adb push frida-server /data/local/tmp/
frida-server: 1 file p…
-
**Describe the bug**
`import ` is broken:
```
> import ~/Desktop/frida_script.js
An unexpected internal exception has occurred. If this looks like a code related error, please file a bug repor…