-
Notifications
You must be signed in to change notification settings - Fork 48
Using Droidsafe to Analyze an Android Application
Limei Gilham edited this page Mar 10, 2015
·
3 revisions
Analyzing an Android application using Droidsafe consists of two steps:
-
Running the Droidsafe Analyzer on the application. The analysis results will be saved as a set of output files.
-
Running the Droidsafe Eclipse Plugin to navigate, inspect, and drill down the analysis results.
The Droidsafe Eclipse Plugin loads the output files generated by the static analyzer and displays the results in a user-friendly interface. This will enable the human analyzer to understand the app and to discover any potential malware.
Previous section: Installing the Droidsafe Eclipse Plugin
Next section: Running the Droidsafe Analyzer