-
Hello,
In a lot of cases that we encountered, it was crucial to the Frida injection to be hot reloaded and not being a full restart.
This could be solved by replacing the `-f` flag with `-p` fla…
-
./dump.py com.xxxx
Traceback (most recent call last):
File "./dump.py", line 11, in
import frida
ImportError: No module named frida
✘ ~/Desktop/study/hook/tool/frida-ios-dump master…
-
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,
i try to attach on my iOS device (iOS 12.0), i change the frida session on python script like:
session = frida.get_usb_device().attach("imagent")
#session = frida.attach("imagent")
Hook…
-
写错标题了,应该写解密hook的
Hook结果:
时间:2024-10-12 10:09:23
类名:```com.fenbi.android.leo.imgsearch.sdk.utils.e```
日志名称:```c([B)```
参数1
参数类型:```[B```
参数值:已自动编码字节集数据Base64:
```y7KptyngpGugGo8zFqqJgI4JeauTmFn…
-
hello ,i used frida-trace to hook some function in one app
this is my environment
my phone : iphone 6s
ios version : 12.1.4
frida version : 16.0.2
frida-tools : 12.0.2
![image](https://github.c…
-
I tried with Among Us and it woks but for the game: **Critical Ops**. It does just crash without creating a `dump.cs`. I don't know what is the problem with it but I hope you can help me. Seems like…
-
Hey Steven,
Great project, thank you for the contribution to iOS development. I'm wondering what are the biggest reasons to use HookCase over other hooking solutions such as Cydia Substrate and Fri…
-
I tried using objection and insert_dylib but the gadget always crashes on non jailbreak after a couple of seconds (around 10). Anybody else getting this issue? And if so, anybody know how to fix it?
-
Hi!
My script looks like:
func();
function func() {
console.log("1");
var resolver = new ApiResolver('objc');
console.log("2");
}
frida -U -f com.myapp --no-pause -l script.js
____
/ _ …