Home > Research > Publications & Outputs > VMGuards

Electronic data

  • applsci-08-00771-v2

    Final published version, 3.09 MB, PDF document

    Available under license: CC BY: Creative Commons Attribution 4.0 International License

Links

Text available via DOI:

View graph of relations

VMGuards: A Novel Virtual Machine Based Code Protection System with VM Security as the First Class Design Concern

Research output: Contribution to Journal/MagazineJournal articlepeer-review

Published
  • Zhanyong Tang
  • Meng Li
  • Shuai Cao
  • Meiling Chen
  • Guixin Ye
  • Xiaoqing Gong
  • Dingyi Fang
  • Zheng Wang
Close
Article number771
<mark>Journal publication date</mark>12/05/2018
<mark>Journal</mark>Applied Sciences
Issue number5
Volume8
Number of pages23
Publication StatusPublished
<mark>Original language</mark>English

Abstract

Process-level virtual machine (PVM) based code obfuscation is a viable means for protecting
software against runtime code tampering and unauthorized code reverse engineering. PVM-based
approaches rely on a VM to determine how instructions of the protected code region are scheduled
and executed. Therefore, it is crucial to protect the VM against runtime code tampering that alters
the instructions and behavior of the VM. This paper presents VMGuards, a novel PVM-based code
protection system that puts the security of VM as the first class design concern. Our approach
advances prior work by promoting security of the VM as the first class design constraint. We achieve
this by introducing two new instruction sets to protect the internal implementations of critical
code segments and the host runtime environment where the VM runs in. Our new instruction
sets not only have an identical code structure as standard virtual instructions, but also provide
additional information to allow the VM to check whether the critical internal implementation or the
runtime environment is affected. We evaluate our approach by using a set of real-life applications.
Experimental results show that our approach provides stronger and more fine-grained protection
when compared to the state-of-the-art with little extra overhead.