frida-core icon indicating copy to clipboard operation
frida-core copied to clipboard

Frida core library intended for static linking into bindings

Results 128 frida-core issues
Sort by recently updated
recently updated
newest added

For the moment, the code that injects Frida in Windows processes works by injecting a small shellcode that call LoadLibrary. This is not optimal for the following reasons: - the...

Domain like `ab-c.com` will be discarded by previous regex, as it contains a dash.

Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

```javascript rpc.exports = { init: (stage, parameters) => { Java.perform(function () { const Log = Java.use("android.util.Log"); Log.e("script", "step-1"); setTimeout(() => Log.e("script", "step-2"), 2000); Log.e("script", "step-3"); }); }, }; ``` logs:...

This is an FYI in case others have noticed this, or there's something I'm missing. I noticed that with my iOS device (non jailbroken) at 15.4.1 (haven't tested 15.4) that...

on this page https://frida.re/docs/hacking, section "Porting frida-core", > The implementation is [here](https://github.com/frida/frida-core/blob/master/src/linux/frida-helper-glue.c). ~https://github.com/frida/frida-core/blob/master/src/linux/frida-helper-glue.c~ https://github.com/frida/frida-core/blob/main/src/linux/frida-helper-backend-glue.c

I wang to build a static frida-server ,but I'dont kown how to set meson

i am using emulator and tried to inject but this is the error i get Frida version frida-core-devkit-15.1.17-android-arm.tar.xz ` `FridaInjector *injector; guint result; injector = frida_injector_new(); frida_init(); frida_selinux_patch_policy(); result =...

% objection -g com.highaltitudehacks.DVIAswiftv2.3397SJH99F explore Using USB device `iPhone` Traceback (most recent call last): File "/usr/local/bin/objection", line 8, in sys.exit(cli()) File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File...

**chechra1n**-ed `iPod9,1` running **13.4 GM** _(everything should be latest and greatest)_ ```bash ~ ❯ frida -U com.apple.WebKit.WebContent ____ / _ | Frida 12.8.14 - A world-class dynamic instrumentation toolkit |...