Skip to content

Running the Droidsafe Analyzer

Limei Gilham edited this page Mar 10, 2015 · 2 revisions

To run the Droidsafe static analyzer on an Android app, we will do the following:

  • Prepare the root directory of the the Android app to run Droidsafe

  • Run the Droidsafe static analyzer from the app's root directory using a make command. analysis results will be stored as a set of output files in the droidsafe output directory under the root directory.

The commands used in these steps depend on whether the Android app comes with source or not. In the following sections, we will walk through the steps using a simple example.


Previous section: Installing the Droidsafe Eclipse Plugin

Next section: * Running the Droidsafe Analyzer on an Android Source