-
Hi.I am doing a CrackMe. When I use frida to try it one letter by one letter, it crashed.
> 0x00007FF8D381F515 (_frida.cp36-win_amd64.pyd) (python.exe 中)处有未经处理的异常: 0xC0000005: 读取位置 0x00000000000000…
-
I am trying to intercept older Google Play Stores, and I can get all the newer versions but got stuck on API 18. so I had the idea that maybe the older Play Store are using pinning or something. so I…
-
Hi. I'm trying to build frida on my HTC 10. I pushed frida-server by adb
I tried the steps in some teaching website such as https://bbs.pediy.com/thread-248293.htm and
https://blog.zzzmode.com/20…
-
I have a jailbroken iPhone X on iOS 14.6. I'm able to verify that I can SSH into the device with root access and I can see the device listed using `frida-ls-devices` however, when I try to use `frida-…
-
I'm attempting to utilize Frida on iOS without jailbreaking. The setup I have is as follows:
Frida version 16.1.4
macOS Sonoma 14.0
iOS 17.0.3
iPhone 12
Xcode 15.0
ideviceimagemounter 1.3.0
I…
-
Could you make a script for Trails of Cold Steel I, II, III, IV, please?
-
The silver iPhone X (currently on iOS 16, not sure if that's related) is exhibiting quite a few problems that the black one (currently on iOS 15) doesn't have:
* I wasn't able to obtain the onboard…
-
The overload.implementation = function in the following code does not work:
```
var jclazz = null;
var jobj = null;
function getObjClassName(obj) {
if (!jclazz) {
var jclazz = …
-
Hi
I don't know if I should post here or in the frida-core repo. Feel free to move this issue wherever is needed.
**The end goal**: I'm loading a gadget from an [App Bundle](https://developer.an…
-
I am testing the child gating feature and created a basic test application that runs commands via exec when a button is pressed. When I launch the application using [this](https://github.com/frida/fri…