Lisbon Research

Results 3 comments of Lisbon Research

So, I'm getting the same error on an Android 14, and Frida 16.6.6. Debugging it (@aleclearmind asked for a way to do it, I wrote messages to a file), I...

I'm also writing to `/data/local/tmp`. The hackish way I'm using is to add a function like this: ``` private static void log_msg(string msg) { try { GLib.File file = GLib.File.new_for_path("/data/local/tmp/debug.txt");...

+1 on this issue. I have a device with Android 13 and com.android.art version 341311100. This means that the code of `instrumentArtMethodInvocationFromInterpreter` goes to the second branch (because the API...