Home > Research > Publications & Outputs > Exploiting dynamic scheduling for VM-based code...

Electronic data

Links

Text available via DOI:

View graph of relations

Exploiting dynamic scheduling for VM-based code obfuscation

Research output: Contribution in Book/Report/Proceedings - With ISBN/ISSNConference contribution/Paperpeer-review

Published
  • Kaiyuan Kuang
  • Zhanyong Tang
  • Xiaoqing Gong
  • Dingyi Fang
  • Xiaojiang Chen
  • Tianzhang Xing
  • Guixin Ye
  • Jie Zhang
  • Zheng Wang
Close
Publication date23/08/2016
Host publicationThe 15th IEEE International Conference on Trust, Security and Privacy in Computing and Communications (IEEE TrustCom-16)
PublisherIEEE
Pages489-496
Number of pages8
ISBN (electronic)9781509032051
ISBN (print)9781509032068
<mark>Original language</mark>English
Event2016 IEEE Trustcom/BigDataSE/I​SPA - Tianjin University, Tianjin, China
Duration: 23/08/201626/08/2016

Conference

Conference2016 IEEE Trustcom/BigDataSE/I​SPA
Country/TerritoryChina
CityTianjin
Period23/08/1626/08/16

Publication series

Name2016 IEEE Trustcom/BigDataSE/I​SPA
PublisherIEEE
ISSN (electronic)2324-9013

Conference

Conference2016 IEEE Trustcom/BigDataSE/I​SPA
Country/TerritoryChina
CityTianjin
Period23/08/1626/08/16

Abstract

Code virtualization built upon virtual machine (VM) technologies is emerging as a viable method for implementing code obfuscation to protect programs against unauthorized analysis. State-of-the-art VM-based protection approaches use a fixed scheduling structure where the program follows a single, static execution path for the same input. Such approaches, however, are vulnerable to certain scenarios where the attacker can reuse knowledge extracted from previously seen software to crack applications using similar protection schemes. This paper presents DSVMP, a novel VM-based code obfuscation approach for software protection. DSVMP brings together two techniques to provide stronger code protection than prior VM-based schemes.

Firstly, it uses a dynamic instruction scheduler to randomly direct the program to execute different paths without violating the correctness across different runs. By randomly choosing the program execution paths, the application exposes diverse behavior, making it much more difficult for an attacker to reuse the knowledge collected from previous runs or similar applications to perform attacks. Secondly, it employs multiple VMs to further obfuscate the relationship between VM bytecode and their interpreters, making code analysis even harder. We have implemented DSVMP in a prototype system and evaluated it using a set of widely used applications. Experimental results show that DSVMP provides stronger protection with comparable runtime overhead and code size when compared to two commercial VMbased code obfuscation tools.