cryptax
                                            cryptax
                                        
                                    Ok - I tested several solutions, including with prior version 15.1.11 of Frida: - it does not work with Android 8 and 9 x86_64 emulators. I think there is a...
This persists with Frida 15.1.15. I think someone should look into that, because several apps don't work on Android 10+, something probably broke Frida on Android 8 and 9. To...
I've created a video of the issue. You see that Frida communicates correctly with the emulator. However we are unable to spawn any app. https://user-images.githubusercontent.com/2493690/152315061-0a2639b7-0aa8-4305-a572-3cf95d580caf.mp4
Still occurs with Frida `15.1.16`
Important remark: the issue does not happen with Android 9 _x86_. It seems it only happens with **x86_64**. ``` Spawned `com.android.contacts`. Use %resume to let the main thread start executing!...
The issue still occurs with Frida **15.1.17** and Frida tools **10.5.4** - TimedOutError with Android 8 x86_64 and Android 9 x86_64 - Works with Android 10 x86_64, and with Android...
Just tested with Frida Tools **10.6.1** and Frida 15.1.17: still the same problem `Failed to spawn: unexpectedly timed out while waiting for app to launch`. - The issue is with...
Yes, it's possible, but you'll have to do some work yourself to make the list the way you want it. - list all methods with `tree.filter(javalang.tree.MethodDeclaration)` - for each method,...
Just tried. The problem persists with 0.7.8. ``` [INFO] [APK HELPER] APK extracted into : /root/dexcaliburWS/Alien/apk TypeError: Cannot read property 'getUID' of null at DexcaliburProject.fullscan (/usr/lib/node_modules/dexcalibur/src/DexcaliburProject.js:710:56) at /usr/lib/node_modules/dexcalibur/src/WebServer.js:445:49 at processTicksAndRejections...