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

I'm completely new to Frida, reverse-engineering in general and Android RE as well. Hi :) So, I've got an APK that I'm trying to take to bits. I'm not really...

Hi there, I'm following this post, but can't inject gadget into the app: [https://koz.io/library-injection-for-debuggable-android-apps/](https://koz.io/library-injection-for-debuggable-android-apps/) ```shell $ ./jdwp-lib-injector.sh frida-gadget-12.1.0-android-arm.so [**] Android JDWP library injector by @ikoz [**] Pushing frida-gadget-12.1.0-android-arm.so to /data/local/tmp/...

It seems that the FD opened by a parent process are being closed by frida somehow and therefore not available on the child/target process instrumented by frida itself. I attached...

Looking at the function frida_wait_for_attach_signal in the file frida-core/src/linux/frida-helper-backend-glue.c I see that you identify that the process is probably about to exec because it received SIGSTOP instead of SIGTRAP, but...

Hi, I'm sorry for my english. I use this script to bypass ssl pinning: https://codeshare.frida.re/@pcipolloni/universal-android-ssl-pinning-bypass-with-frida and Burp as proxy. With some app it captures both http and https traffic but...

Compiling frida-core for armeb resulted in a failure running the modulate tool. This was tracked down to the use of an unpack format in the Layout class constructor which assumes...

Hi there ! I'm encountering troubles while using frida on my Samsung S10. I have rooted the device with the standard procedure proposed by Magisk, then a put the frida-server...

Hello. May you please explain me how can I use Stalker for obtaining code coverage in real-time (for AFL)? I tried to use: ``` Stalker.follow(Process.getCurrentThreadId(), { events: { block: true,...

I am on Windows 10 and have attempted to install frida to my rooted android phone. All worked fine until I attempted to use the "frida-ps -U" command (both on...

Running Frida on Android 8.1 on Nexus 6p. Frida server 12.08 amd64. frida-ps -U works fine. When trying to run frida-trace on any process it wont spawn or attach to...