Skip to content

Running the Droidsafe Eclipse Plugin

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

In this section, we will show how to run the Droidsafe Eclipse Plugin to navigate, inspect, and drill down the analysis results produced by the Droidsafe static analyzer. Again, we will use the simple app

$DROIDSAFE_SRC_HOME/android-apps/examples/PickContacts

as our walkthrough example. If you have not yet run the Droidsafe analyzer on this app, please do so by following the instructions in the section Running the Droidsafe Analyzer on an Android Source

Contents:

  1. Open the Droidsafe Perspective
  2. Create or Select an Android Project
  3. Inspect the Security Spec
  4. Inspect the Info Flow summary
  5. Inspect the Indicators
  6. Inspect the Source Code

Previous section: Running the Droidsafe Analyzer on an Android App with APK

Next section: Open the Droidsafe Perspective