%0 Journal Article %T SANT: Static Analysis of Native Threads for Security Vetting of Android Applications %J The ISC International Journal of Information Security %I Iranian Society of Cryptology %Z 2008-2045 %A Andarzian, Seyed Behnam %A Tork Ladani, Behrouz %D 2022 %\ 01/01/2022 %V 14 %N 1 %P 13-25 %! SANT: Static Analysis of Native Threads for Security Vetting of Android Applications %K Android Security %K information leakage %K Mobile Security %K Static analysis %R %X Most of the current research on static analysis of Android applications for security vetting either work on Java source code or the Dalvik bytecode. Nevertheless, Android allows developers to use C or C++ code in their programs that is compiled into various binary architectures. Moreover, Java and the native code components (C or C++) can collaborate with each other using Java Native Interface. Recent research shows that native codes are frequently used in both benign and malicious Android applications. Most of the present Android static analysis tools avert considering native codes in their analysis and applied trivial models for their data-flow analysis. As we know only the open source JN-SAF tool has tried to solve this issue statically. However, there are still challenges like libC functions and multi-threading in native codes that we want to address in this work. We presented SANT as an extension of JN-SAF for supporting Static Analysis of Native Threads. We considered modeling libC functions in our data-flow analysis to have a more precise analysis when dealing with security vetting of native codes. We also used control flow and data dependence graphs in SANT to handle multiple concurrent threads and find implicit data-flow between them. Our experiments show that the conducted improvements outperforms JN-SAF in real-world benchmark applications. %U https://www.isecure-journal.com/article_136352_ddb1d2e43ed15f5c0b0ad4f5ee0945e2.pdf