-
My team and I are trying to intercept a method in one of our apps, which has been working without issue in version 14, however, since updating to version 15+, our JavaScript no longer works.
Specs …
-
for example: frida -Uf com.apple.calculator
result on iOS7.1 iPhone4S: app process can be successfully launched, after about 10s, it says "Failed to spawn: unexpectedly timed out while waiting …
lich4 updated
3 years ago
-
Hi,
I'm trying to decrypt the SSL traffic of Apple's Home App (official homekit app). After installing the newest SSL-Kill-Swich2, I thought I killed related process (e.g. , apsd, homed), but it did…
-
#7
下面这个脚本意外能解开最新的加密
```
frida -U -n 小猿口算 -l .\anay_webview.js
```
![image](https://github.com/user-attachments/assets/f34af78b-3dcf-4f0d-ad76-f10153b4f37b)
首先复制下密文,得到
```
W251bGwseyJyZXN1b…
xmexg updated
2 weeks ago
-
It would be convenient to **pause** when a given hook is reached, so that we can for instance retrieve file from the file system at this exact moment.
For example, if I wish to unpack a sample, I can…
-
**Describe the bug**
Not Detecting ideviceinstaller see error
**To Reproduce**
Steps to reproduce the behavior:
1. Install fresh Kali OS
2. Install ideviceinstaller
3. install frida-ios-hook
…
-
I'm trying to hook a Xamarin-based iOS app and am getting the following error:
```
~/t/s/s/f/fridax > ./fridax.js inject --device usb --scripts scripts/aot_modify_class_function_argument.js
[*] A…
-
## Links
- https://frida.re/docs/home/
- frida 架构 https://frida.re/docs/hacking/
-
## Issue
The anti-hooking script is not running due to a Python error. Attempts to run the script from a frida shell after supplying a hardcoded `title` and `content` result in an error about missing…
-
so I have been trying to use this btw thank you very much... so my current setup is
android emulator, pixel 3a upsidedowncake, frida and proxyman,
what i did:
override config.js in this rep…