-
I inject the gadget to a system process in android with script config. It works but it does not reload the scripts after I changed it, even with the on_change:reload config.
frida-gadget-16.2.1
-
A common use case I see is passing some helper script files to the REPL so it would be easier to work with. This and the configuration flags I'm adding (#76, #82) and plan to add (#83, #84), can make …
-
When I try to load an app that I created, like this:
```
C:\mygame>frida -U --no-pause -f com.me.mygame -l scripts\activity-hook.js
```
Frida loads the app, and then I get `Process terminated` w…
-
The following sample script creates and loads two scripts which utilize Java.perform() during early instrumentation. I expected that after the resume, I'd see "I ran" printed twice, however I get not…
-
frida: 15.1.17
frida-tools: 10.5.4
Python: 3.9.1
OS: Windows 11 22000.527 x64
Reproduce the issue:
```python
import frida
import subprocess
notepad = subprocess.Popen("notepad.exe")
ses…
-
Objection fails to connect to frida-server on the non standard port when connected via USB.
Started frida-server with:
./frida-server-12.3.1-android-arm -l 0.0.0.0:50005
Started objection with…
-
Hello,
I've got Problems with Frida and my new Device (Samsung Galaxy S20 FE, Magisk + LSPosed)
I've a OnePlus 7t Pro Mclaren Edition with Magisk and LSPosed with frida and everything worked (Pyth…
-
@!first i get this
Could not find a version that satisfies the requirement prompt-toolkit=3.0.3 (from frida-tools) (from versions: 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0…
-
Please provide rpm for Fedora 35.
Currently rpm is provided only for 34. There is no issue with that - it is still supported distribution version for another 4 months or so (until May 17, 2022). Re…
-
On Windows 10, I installed Python v3.9.9 from the Microsoft Store. Then I ran:
```
C:\Users\user1>pip install frida-tools
Collecting frida-tools
Using cached frida-tools-10.4.1.tar.gz (43 kB)
…