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 sorry to republish this issue, it's been closed, I don't know if I did the right thing to reopen a new one. Although I have referenced the above. **Mobile...

Hi there! I love to mod Android games. And no, im not starting to create some ass cheat. I want to implement a patch for the game without changing the...

I made a script last year to spawn, attach and hook some applications on Mac M1 and it used to work just fine device = frida.get_local_device() pid = device.spawn('/Applications/xyz') session...

I got a lot of issues regarding weird crashes. After a while I finally realized the root cause. When an app is spawned by frida, it never gets resumed, causing...

Hi, When trying to compile Frida from sources, I get the following error: ``` $ make core-linux-x86_64 make[1]: Entering directory '/tmp/frida' . build/frida-env-linux-x86.rc && ninja -C build/tmp-linux-x86/frida-core src/frida-helper lib/agent/frida-agent.so ninja:...

these files are installed ``` bin/frida-inject bin/frida-portal bin/frida-server include/frida-1.0/frida-base.h include/frida-1.0/frida-payload.h include/frida-1.0/frida-core.h lib/libfrida-base-1.0.a lib/libfrida-core-1.0.a lib/libfrida-payload-1.0.a lib/frida/64/frida-gadget.so lib/pkgconfig/frida-core-1.0.pc lib/pkgconfig/frida-base-1.0.pc lib/pkgconfig/frida-payload-1.0.pc share/vala/vapi/frida-core-1.0.deps share/vala/vapi/frida-base-1.0.vapi share/vala/vapi/frida-payload-1.0.vapi share/vala/vapi/frida-core-1.0.vapi ``` not installed ``` lib/libfrida-core.so ``` ## pkgconfig...

https://github.com/frida/frida-core/pull/452#issuecomment-1433939736 > That reminds me we desperately need some CI for this repo ideas for building, caching and sharing artifacts between github repos? something like https://hunter.readthedocs.io/en/latest/user-guides/hunter-user/github-cache-server.html https://github.com/cpp-pm/hunter the dependency graph...

Environment: Pixel 4 XL Android 10 frida-server may not have processed the message received from local port correctly. When sending a malformed payload to frida-server, it gets segmentation fault and...

Hello im trying to hook a app and always get the same error! can someone help me? ![image](https://user-images.githubusercontent.com/76417913/205360937-1cc15955-4628-44c7-9d4d-07fb8a7d3025.png)