Logo
Android Application Analyzer

Android Application Analyzer

#Access Control#Specialized Security

A Python tool for patching Dalvik bytecode in DEX files and assisting in Android application analysis

Visit Website

Overview of the Android Application Analyzer

The Android Application Analyzer is a specialized tool designed to inspect the contents of Android applications that are stored locally on your device. To begin using this tool, you need to install the required dependency by running the command 'chmod +x setup.sh'. After that, execute './setup.sh' to complete the setup process. Once the setup is finished, you can start the tool by entering 'python3 main.py' in your terminal. Please remember that you must have the Frida client installed to run the 'Fridump' and 'Frida universal ssl unpinning' scripts successfully.

The tool offers a detailed overview of connected devices and analysis features

The tool provides a comprehensive list of connected devices, retrieves logcat logs, enables detailed application analysis, conducts file content analysis, performs sensitive information log analysis, allows users to view application source code in JD-GUI, opens applications using MobSF, decompiles applications with apktool, and creates application sandbox backups for future reference.