Simon Lardinois

Results 3 comments of Simon Lardinois

Hi @SaeedZhiany , 1. The issue applies to both the Android and iOS implementation. For more information about iOS secure biometric authentication, see [MSTG - iOS Local Authentication](https://github.com/OWASP/owasp-mstg/blob/master/Document/0x06f-Testing-Local-Authentication.md). 2. The...

I've noticed that in Frida 15.2.2 (probably introduced in 15.2), the application is no longer paused by default on start-up. You therefore no longer need the --no-pause argument. If you...

The `-F` flag attaches to the front-most application, so you do not need the `-f [package_name]` flag which spawns the app. If you want to attach to a specific app...