Skip to content

yifanz/masters-proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safe Execution of Untrusted x86 Machine Code Using Hardware-Assisted Virtualization

Yi-Fan Zhang
January 2017

Abstract

The ability to confine user-space software is critical for protecting users from malicious or dubious application behavior. With that in mind, we designed and implemented Hvexec, a virtualization layer that is interposed between applications and the kernel. Clients of Hvexec are given an API which they can use to monitor, filter or transform system calls from any application. To achieve this without requiring re-compiling or editing the application binary, we implemented Hvexec using an atypical application of hardware-assisted virtualization where the restricted software executes in the context of a hardware virtual machine. In this paper, we describe the benefits of using virtualization, the design and lessons learnt from our implementation and benchmarks to weight the benefits against the overhead.

About

Hvexec: A Virtualization Layer for x86 Applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published