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

Welcome to the smalien wiki!

About

Investigating how an application handles users’ privacy sensitive information is essential for mobile security researchers to understand behavior of the application and determine whether it is harmless or malicious. Our information flow analysis and information leakage detection tool, called SMALIEN, should be a good buddy when you start a journey of Android application analysis. Once you give an application to our tool, it understands the application thoroughly by executing static information flow analysis of Dalvik bytecode files extracted from the application. It performs not only static analysis but also dynamic analysis, implicit information flow detection, and privacy policy enforcement (PPE) at runtime by parasitizing the application. Smalien instruments additional bytecode to the application, and the bytecode executes dynamic analysis when the application has launched on an Android device.

Setup

Demonstration

Clone this wiki locally