-
hi , Xinaa15 A15 JB has released already ,after jailbreak my iPhone 13 Pro Max 15.1.1 and run frida-trace command . op ,it still print this message:
```
Failed to attach: need Gadget to attach on…
-
need gadget to attach; its default location is: /Users/xking/.cache/frida/gadget-ios.dylib
官网上没有找到该动态库,求解答,十分感谢!
-
The apk in attachment is the basic demo C++ app from Android Studio.
Test device: Galaxy S8 with Android 12 (PixelExperience_dreamlte-12.1 ROM)
Frida version: 15.2.2
Testfiles: [enumeraterangeste…
-
运行FRIDA_GADGET_INJECTOR_V0.1.0_BETA_1.exe 提示找不到 Qt5Gui.dll, Qt5Core.dll 文件
-
I hope to build Frida gadget into my android code. At present, I have the following two problems. I hope you can support me:
1. After the built-in Frida gadget, if the application is confused, how do…
-
I have already run the following code backend:
root# /usr/sbin/frida-server -l 0.0.0.0:1337
**objection -N --gadget xxxxx -h 192.168.10.119 -p 1337 explore
Using networked device @`192.168.10.11…
-
When running the following C++ application under Stalker (using the below JS script) but with the `libstdc++` library excluded it seems that the catch block of the SEH is never invoked and the process…
-
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…
-
frida -U -l ./blemon/frida/blemon.js com.tjd.tjdxxx
But not work.
-
I used two ways to start Frida:_gadget_
And _directly launch Frida server_. The result is that after the two methods are started, the terminal does not output "TCP listening..."( When using Frida-tra…