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

Last few days I played a bit with the new fork mechanism, child gating. I've been trying on x86_64, which worked fine, then I tried on x86, and I couldn't...

Hi! Thank you @oleavr for Frida. As far I known only ``frida_selinux_patch_policy`` is exposed in the frida-core devkit. What about exposing more SELinux API like ``setfilecon`` ?

### Steps to reproduce 1. Run [sample application](https://github.com/nccgroup/house/blob/master/test_apk/overloads.apk) and _frida-server_ 2. Create _script.js_ file which enumerate dex classes: ``` function enumDexClasses(apk_path) { BaseDexClassLoader = Java.use("dalvik.system.BaseDexClassLoader"); DexFile = Java.use("dalvik.system.DexFile"); df =...

Hello, I have the following issue to execute the example from [frida-site](https://www.frida.re/docs/examples/android/) I did test with Python 2 and 3, but has a same problem. Frida version: 12.0.8 With frida-server...

When I execute command "frida -U -f pid --no-pause", the first, app exits, then android(4.4) system reboots. spawn FILE always failed. My poor English, but hope someone can got it.

# The issue I've been trying to spawn/attach to processes on a Raspberry Pi Model B+ (version 1) unsuccessfully. frida-ps runs successfully: ```bash user@reverse:~/frida$ frida-ps -H 192.168.1.123 PID Name -----...

I'm using Frida version 11.0.13 (I also have tried with several 10.X.X). I'm trying to attach a Valgrind process while tracing an Android APK. But when I try to attach...

to be able to make compile-time assumptions depending on the version of Frida we are linking to

Below is a very simple code that uses rpc.exports ``` import urllib.request import os import time import frida import sys import threading import traceback jscode = """ 'use strict'; rpc.exports...

From elevated command line: C:\WINDOWS\system32>frida-trace "Starcraft.exe" Failed to attach: timed out while waiting for session to establish Same thing when calling session.attach.