frida-core icon indicating copy to clipboard operation
frida-core copied to clipboard

Frida core library intended for static linking into bindings

Results 130 frida-core issues
Sort by recently updated
recently updated
newest added

Attempting to attach to a process with `frida_device_attach_sync` causes an instant kernel panic in macOS Ventura beta 8 on Apple Silicon. No kernel panic occurs when I test in Ventura...

I use Interceptor.attach hook `open` function in ios14.2 with frida15.2. But it crash, the backtrace like below (it success when i hook function `close`): ``` shell Incident Identifier: 7C0E5D23-CE78-4DD9-83B1-92637A844236 CrashReporter...

I noticed that the parent frida-server process does not always exit when daemonized. Example Frida 15.2.2 Device: Pixel 4a, Android 10, rooted adb shell 1: ``` sunfish:/ # /data/local/tmp/frida-server-15.2.2-android-arm64 -D...

In newest Android versions (>= 13) I am facing an issue when I try to hook all the methods of a java class. More specifically, given the following function: ````js...

I started a frida-server, connected to it remotely, attached a process, and executed a script to call functions within the process. After running for some time, the frida-server becomes unresponsive....

When I try to spawn a process with ```frida -U -f com...``` I get ```Failed to spawn: unexpectedly timed out while spawning helper process``` error and `frida-server` logs an error...