Visit Website

RiskInDroid is a tool for quantitative risk analysis of Android applications based on machine learning techniques. It uses classification techniques through scikit-learn to generate a numeric risk value between 0 and 100 for a given app. It carries out reverse engineering on the apps to retrieve the bytecode and then infers which permissions are actually used and which not.

ALTERNATIVES