MHL Strings
Challenge Description Welcome to the Strings Challenge! In this lab,your goal is to find the flag. The flag’s format should be “MHL{…}”. The challenge will give you a clear idea of how intents and intent filters work on android also you will get a hands-on experience using Frida APIs. Strings.apk Solution This is interesting challenge. I started with static analysis first. Static Analysis As usual, I used jadx-gui to have a look at the source code. ...