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

Hi I'm getting "Unable to save SELinux policy to the kernel: Bad address" message when I tried to start frida-server from my android device. ZTE Z982 (rooted and unlocked) ARM...

Description ======== We noticed that some processes crash upon termination. The crash is an access violation at `0xffffffffffffffff` in thread #0. It is not necessary that a script is loaded,...

I wasn't able to figure out what causes the path to differ, sorry for the lack of information up ahead. ``` Host Arch Linux x86_64 Application PE32+ executable (GUI) x86-64,...

[usbfluxd](https://github.com/corellium/usbfluxd) is a handy little application to make remote iOS devices appear as if they work local. For some reason though, Frida is only able to use the first device....

I have faces with the problem when the segmentation fault is happened on the Android versions which use APEX infrastructure. This only happens when a Stalker is used. The same...

I'm not too familiar with iOS, but for some reason frida-server doesn't work in daemon mode. Works perfectly if kept in the foreground though, not sure where the difference/issue is...

Using 12.11.11 on both ends, over TCP, I get consistent NULL ptr dereference issues when trying to attach to any non native process: ``` 08-27 01:36:03.727 25735 25768 F libc...

Hi :-) I wanted to attach to a process and the process crashes. I have two terminals: Terminal 1 ``` $ frida --version 12.11.6 $ frida -p $(pidof flug) ____...

We tried attaching to Chrome.exe with child gating enabled. Frida fails to attach to these and puts them into a hanging state. The attaching call never finishes and Chrome.exe does...