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 want to compile frida-server to linux-arm64 (include the bootstrapper.c) because I want to debug that error ( [here](https://github.com/frida/frida-core/blob/4b5fe35b007dee36442c23a13bc0606a806a41af/src/linux/helpers/bootstrapper.c#L174) ) 1)When I tried on raspberry pi the following commands: ```...

I tried to attach remotely to linux-aarch64 process . I have some java instances on the aarch64-linux remote machine , some of them return `frida.NotSupportedError: bootstrapper failed due to 'auxv-not-found'`...

why does this error occur, i'm installing frida on my android phone ( without pc ). my device architecture is arm64. here is the error. ~ $ export FRIDA_CORE_DEVKIT=/storage/emulated/0/devkit/ ~...

# 1. Question ## 1.1 `frida_injector_inject_library_file_sync` failed when injecting Kubernetes POD PID `frida-core-inject-example `: `Failed to inject: libelf.so.1: cannot open shared object file: No such file or directory` Why it...

on macos 14 , application crashed when i use device.spawn. and i have already disable sip. if i launch app manually then use device.attach , it works fine. any suggestion...

I built a binary for Frida from the source code, but I wasted a lot of time because of some ridiculous bugs. For most people who try to build Frida...

``` # compile ./configure --enable-shared make make install # make install operation does not install libfrida-core.so, so I manually copy it. cp build/subprojects/frida-core/src/libfrida-core.so /usr/local/lib/x86_64-linux-gnu/ # run $ frida -n hello...

Please see https://github.com/frida/frida-gum/pull/798