Skip to content
h1nayoshi edited this page Aug 4, 2019 · 3 revisions

This page shows how to use Smalien.

  1. Launching Smalien
cd demo/
npm start
  1. Starting analysis

Click "Open APK" to select a target application. Check "Enforce" if you turn on privacy policy enforcement. Click "Analyze" to start analysis. The status of the analysis is shown in the right pane.

  1. Checking the results

Smalien saves the results to json and csv files. A list of information flows is opened and shown in tables at the right automatically. Choose one flow from the tables, and a graph of the flow is shown at the left.

  1. Running an application on client-side

If you want to execute client-side analysis, connect your Android device to your computer or run an emulator before you start Smalien. Smalien installs a repacked application after the analysis finished. Run the application on your device, and information operated by the application is shown in the right pane.

Clone this wiki locally