Abstract

In recent years, Android applications have caused personal privacy leaks frequently. In order to analyze the malicious behavior, taint analysis technology can be used to track the API call chain, build a control-flow graph of function, and determine whether there is a security risk. However, with the continuous escalation of offensive and defensive confrontation of source code, more and more applications use reinforcement technology to prevent security practitioners from performing reverse analysis, therefore it is impossible to analyze function-behavior from the source code. Thus, we design a framework of taint analysis that applied to the Android applications, which automatically unpacks the Android APKs, restores the real source code of the App, performs taint analysis, and generates a control-flow graph of function. Experimental tests showed that the system can cope with the current mainstream reinforcement technology and restore the real Dex file quickly. Simultaneously, compared with the number of nodes before packing, the generated control-flow graph had an explosive increase, which effectively assisted manual analysis of App with the privacy leakage behaviors.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.