Top "Frida" questions

Print stacktrace using Frida

I'm able to sucessfully hook into an Android method using Frida, but I am trying to find out who is …

frida
Android hooking HTTPS traffic using Frida

I'm trying to learn Frida to hook into various application. Specifically I'm trying to hook into Android applications, I'm using …

android httpsurlconnection frida
Android hooking of abstract class method calls using Frida

I am trying to learn Frida and have experimented with a little so far. Things have mostly worked as thankfully …

android security hook code-injection frida
Frida spawn process failed on Android

After ran the command "frida-trace -U -i open -f com.example.hellojni" , the application HelloJni would be set up normally. …

android frida
Print class data member with Frida

I can successfully hook into this getAuthToken method public class AuthResponse2 extends DataResponse<Data> { public static class Data { …

frida
(FRIDA) Failed to spawn: unable to access zygote64 while preparing for app launch; try disabling Magisk Hide in case it is active

Im running Frida Server (frida-server-12.5.8-android-arm64.xz) in Android 8 (Oreo) as root: -rwxrwxrwx 1 root root 38152536 2019-05-26 23:34 irwan ./irwan & …

android frida