Method of Android Applications Permission Detection Based on Static Dataflow Analysis

YANG Bo,TANG Zhu-shou,ZHU Hao-jin,SHEN Bei-jun,LIN Jiu-chuan
DOI: https://doi.org/10.3969/j.issn.1002-137X.2012.z3.005
2012-01-01
Computer Science
Abstract:Android applications that have access to crucial system resources are the targets of attackers.An application applies the access rights when it is installed,and users always ignore that.This paper proposes a new method to detect overprivilege in compiled Android applications,which leverages dataflow analysis to get the parameters of an API call.A static detection tool "Brox" is implemented based on this method.And Brox is tested using multiply Android applications.The test results on the accuracy and performance are quite encouraging.
What problem does this paper attempt to address?