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

If the content of JavaScript I entered is encrypted, the corresponding decryption logic should be added in the position of the source code? Thanks

Sometimes the emulator suddenly crashes and restarts, and the error message from logcat is as follows: ``` 04-19 10:01:32.079 26106 3627 F Frida : agent.vala:403: Oops, SELinux rule probably missing...

Sorry for opening an issue (i'm not totally sure if it's bug somewhere in my code/approach or frida-core). So, i'm trying to inject library in another process with frida-core 16.2.1...

I use noxplayer, x86 why can't it run? What is wrong ?

When using the backbone backend with a virtual Raspberry Pi 4 on AVH, I run into this error when attempting to use Memory.scanSync: ``` Error: unable to insert page table...

When using [Arm Virtual Hardware (AVH)](https://app.avh.arm.com/) with a Cortex-R82AE device, Frida isn't able to attach. ``` dave@mbp ~ % FRIDA_BAREBONE_ADDRESS="localhost:4000" frida -D barebone -p 0 ____ / _ | Frida...

On long function calls it is almost impossible to use NativeFunction, the reason is: TypeError: Int64 object expected Now the question is where, if you have 20 parameters it takes...

Starting in macOS 14.4, `frida_device_attach_sync` can no longer attach to the Dock, and fails with the error message `The connection is closed`. Both Intel and Apple Silicon systems are affected....

This is an attempt to handle the situation where the process has gone away and we're shutting down. I've observed the system looping attempting to move the state out of...

On Android, when apps have `extractNativeLibs` set to `false`, the configuration and potentially script files for frida-gadget are not extracted and cannot be read using `FileUtils`.