NativeProtector: Protecting android applications by isolating and intercepting third-party native libraries

6Citations
Citations of this article
15Readers
Mendeley users who have this article in their library.

Abstract

An increasing number of Android developers are incorporating third-party native libraries in their applications for code reuse, CPU-intensive tasks and other purposes. However current Android security mechanism can not regulate the native code in applications well. Many approaches have been proposed to enforce security of Android applications, but few of them involve security of the native libraries in Android applications. In this paper, we propose NativeProtector, a system that regulates the third-party native libraries in Android applications. The standalone Android application is separated into two components: the server app and the client app where server app contains the native libraries for providing services from the native libraries while the client app contains the rest parts of the original app. The client app binds to the server app at the launching time, and all native function calls are replaced with interprocess calls to the server app. NativeProtector also generates the stub libraries intercept system calls in server app and enforce security of the native libraries in server app. We have implemented a prototype of NativeProtector. Our evaluation shows that NativeProtector can successfully detect and block the attempts of performing dangerous operations by the third-party native libraries in Android applications. The performance overhead introduced by NativeProtector is acceptable.

Cite

CITATION STYLE

APA

Hong, Y. Y., Wang, Y. P., & Yin, J. (2016). NativeProtector: Protecting android applications by isolating and intercepting third-party native libraries. In IFIP Advances in Information and Communication Technology (Vol. 471, pp. 337–351). Springer New York LLC. https://doi.org/10.1007/978-3-319-33630-5_23

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free