-
Notifications
You must be signed in to change notification settings - Fork 4
Usage
This page shows how to use Smalien.
- Launching Smalien
cd demo/
npm start
-
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.
-
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.
-
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.