IEEE Access (Jan 2018)

DexMonitor: Dynamically Analyzing and Monitoring Obfuscated Android Applications

  • Haehyun Cho,
  • Jeong Hyun Yi,
  • Gail-Joon Ahn

DOI
https://doi.org/10.1109/ACCESS.2018.2881699
Journal volume & issue
Vol. 6
pp. 71229 – 71240

Abstract

Read online

Both Android application developers and malware authors use sophisticated obfuscation tools to prevent their mobile applications from being repackaged and analyzed. These tools obfuscate sensitive strings and classes, API calls, and control flows in the Dalvik bytecode. Consequently, it is inevitable for the security analysts to spend the significant amount of time for understanding the robustness of these obfuscation techniques and fully comprehending the intentions of each application. Since such analyses are often error-prone and require extensive analysis experience, it is critical to explore a novel approach to systematically analyze Android application bytecode. In this paper, we propose an approach to address such a critical challenge by placing hooks in the Dalvik virtual machine at the point where a Dalvik instruction is about to be executed. Also, we demonstrate the effectiveness of our approach through case studies on real-world applications with our prototype called DexMonitor.

Keywords