- To start off, we will analyze an Android application. Drag the target APK to MobSF's web interface and MobSF will automatically decompile as well as analyze the application's content. Within this interface, the core Android components (ACTIVITIES, SERVICES, RECEIVERS, and PROVIDERS) are listed along with metadata about the application.
MobSF allows for the flexibility to use different Java decompilers and Dex to JAR converters. Have a look at the MobSF/settings.py configuration file for how to modify these settings.
- As you scroll down, MobSF analyzes app permissions, Android API usage, browsable activities, and many ...