arch: x64
device: Emulator from Android Studio
Tested API versions: 28 and 31
command: frida -U -f com.android.contacts -l _agent.js --no-pause
code:
const Interruptor = require('./android-x64-strace.min.js').target.LinuxX64();
Interruptor.newAgentTracer({
}).start();
The script hooks threads and prints some syscalls but the app itself freezes, seems like the main thread never resumes or something like that.
arch: x64
device: Emulator from Android Studio
Tested API versions: 28 and 31
command:
frida -U -f com.android.contacts -l _agent.js --no-pausecode:
The script hooks threads and prints some syscalls but the app itself freezes, seems like the main thread never resumes or something like that.