@inproceedings{7f891cb24cf34d359aa460a100208a2c,
title = "NativeProtector: Protecting android applications by isolating and intercepting third-party native libraries",
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.",
keywords = "Android security, Call interception, Native libraries, Process isolation",
author = "Hong, {Yu Yang} and Wang, {Yu Ping} and Jie Yin",
note = "Publisher Copyright: {\textcopyright} IFIP International Federation for Information Processing 2016.; 31st IFIP TC 11 International Conference on Systems Security and Privacy Protection, SEC 2016 ; Conference date: 30-05-2016 Through 01-06-2016",
year = "2016",
doi = "10.1007/978-3-319-33630-5_23",
language = "English",
isbn = "9783319336299",
series = "IFIP Advances in Information and Communication Technology",
publisher = "Springer New York LLC",
pages = "337--351",
editor = "Jaap-Henk Hoepman and Stefan Katzenbeisser",
booktitle = "ICT Systems Security and Privacy Protection - 31st IFIP TC 11 International Conference, SEC 2016, Proceedings",
}