-
Hi, I have a case where this happens :
```
function findMod(name) {
const m = Process.enumerateModules();
for(let i=0; i < m.length; i++)
if(m[i].name == name)
return m[i];
}
findMod(…
-
Is there a way to bypass GuardIt on Android, built by Arxan, using Frida?
GuardIt provides hook detection and root detection. I have been using Frida-gadget to avoid root detection issues, but the …
-
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…
-
`Abort message: 'Check failed: old_state_and_flags.GetState() != ThreadState::kRunnable (old_state_and_flags.GetState()=Runnable, ThreadState::kRunnable=Runnable) Native Thread[1,tid=28224,Runnable,Th…
-
Hello, guys, I face the problems:
* `frida server` from `frida-gadget-16.0.3-android-arm64.so` freezes the app like widget and no positive result.
By the way `frida server` also seems to be stuc…
-
iOS 17 removed developer disk images. Looking into how Altjit works with https://github.com/doronz88/pymobiledevice3 might be helpful.
-
Hi,
I'm trying to configure frida-gadget in an APK to use the JIT runtime, but it failes with an error in _frida.js:
```shell
02-07 14:55:52.461 905 1011 I v8 : /_frida.js:206: Uncaught…
-
- Related issue
https://github.com/frida/frida/issues/2941
https://github.com/frida/frida/issues/2954
**[YOUR OWN RISK!]**
Latest Google Play System Update ruins Frida.
You can test this,…
-
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…
-
After injecting Frida with objection to an apk, the app runs, but apparently I cannot connect.
adb logcat showed the following errors:
```
01-31 16:54:00.357 29877 29877 F GLib : g_path_get_ba…