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

The downloaded version of libfrida-core.a (inside the Linux 64-bit devkit) does not include any reference to memfd_create. (grep memfd_create libfrida-core.a returns nothing) However, when compiled on our systems, the resulting...

I using frida 14.2.14 at Android. I found when i attaching some address, the app will crash, but other address won't. for example, for ARM code like belows: ![image](https://user-images.githubusercontent.com/6626018/114147521-5c981600-994b-11eb-908c-1302a2a6e0ca.png) app...

Python 3.8.5 pip 20.2.2 frida 12.11.12 when i run frida -U -p 10809 -P {"b":"a"} in cmd and it throw a error frida: error: failed to parse parameters argument as...

While I compiling the 'frida-core-example.c' with the clang in the latest Android NDK, I met this issue. Any idea on fixing it? Thanks in advance! ``` C:\Programs\Android\sdk\ndk\23.1.7779620\toolchains\llvm\prebuilt\windows-x86_64\bin\clang.exe -fPIC -DANDROID -ffunction-sections...

I write an agent do nothing but unload itself. ```c++ extern "C" __used void example_agent_main(const gchar *data, gboolean *stay_resident) { LOGI("inject"); *stay_resident = false; } ``` After inject this agent,...

when injecting into init process( pid 1), got this error: Unable to inject library into process without libc init process has a different libc module path (/system/lib64/bootstrap/libc.so) from normal process...

Hi, don't know if this is a suitable place to ask the question, if it's not please close this issue. I'm trying to fix this [issue](https://github.com/frida/frida/issues/1862) by mimic the behavior...

I am using below config file (libanx.config.so) ```json { "interaction": { "type": "script", "path": "/etc/ANXCamera/anx.js", "on_change": "reload" } } ``` With following content in anx.js ```js const TAG = "[ANX]";...

Hi all, Apologies for putting this question here, however I'm not sure where else to ask. I've downloaded an application that appears to use Frida as part of it's injection...

After @mrmacete fixing it with unc0ver v6.1.2, it's re-appearing in v6.2.0, with exactly the same pheonmenon: app actually spawned frozen, but frida failed to attach it correcly, with error logs...