What Is APKInspector ?
APKInspector analysts and reverse engineers to visualize compiled Android packages and their corresponding DEX code. APKInspector provides both analysis functions and graphic features for the users to gain deep insight into the malicious apps.
APKInspector(Android Application Analysis)
APKinspector is another open source project that comes to reverse and analyze Android applications.
Project owners have created a graphical interface to allow visualizing the structure of the application modules this will make security analysts select the good Android application that is safe to use.
APKinspector can be a good addition to the toolbox you use for forensics malware.
This will help to generate reports for permissions used by the application, Search and filter strings, classes and methods , rename users and more.
APKInspector provides both analysis functions and graphic features for the users to gain deep insight into the malicious apps:
- CFG
- Call Graph
- Static Instrumentation
- Permission Analysis
- Dalvik codes
- Smali codes
- Java codes