-
Hello,
When I use idapython script as below, ida will stuck.
```
self.session = frida.get_usb_device(1).attach(self.process)
self.script = self.session.create_script(self.code, runtime='v8')
self…
-
This script worked reliably with frida 12.2 to frida 16.0.8 (February 2023). I've recently updated frida_server and frida_tools to 16.1.3, and now the script cannot decode the large ASN1 blobs.
wc…
-
i install different version of frida-server and frida ,but none of it can normally hook my app.
I use this CTF article and it's apk to test,which is recommended from official site:
[https://github.c…
-
Hello!
I'm using Frida on the latest macOS ARM64 to call `task_threads()` but I'm getting unexpected results.
Consider the following test program and Frida script:
```c
$ cat demo.c
#include …
-
**Describe the bug**
We have released and configures security with freerasp. But our pentester team investigated that, in the following scenerio, it is not working as expected to catch jailbreak, fri…
-
I have a jailbroken iPhone 5S with Sileo, Chimera, and obviously Frida installed on it. On my PC, I can connect manually to my SSH but when using AloneMonkey's frida-ios-dump script, the script connec…
-
Hi,
I have installed Frida version 16.1.4 in my mac. The same version has been installed in my iOS device.
When I run fridump script getting the below error.
`Can't connect to App. Have you co…
-
Hi,
Could you check the following error.
```
➜ hooker git:(master) ./hooker
PID Name Identifier
---- -------------------- --------------------------------
3370 Chrome…
uceka updated
3 years ago
-
How does one detect when an injected library has exited? Looking at the implementation of the injector, it seems like upon exit, at least in theory, the code will deallocate the memory in the target t…
-
closed