Mobile Hacking Lab - Strings
Saturday, August 3, 2024
Mobile Hacking Lab Introduction Mobile Hacking Lab have created a series of free mobile hacking labs to go with their introductory course Android Application Security. This is a walk through of my learning experience and how I solved the first of their labs - Strings.
Strings Brief Find a hidden flag in the application by investigating the app components and by using dynamic instrumentation.
Outline 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.…