Dynamic and transparent analysis of commodity production systems

  • Authors:
  • Aristide Fattori;Roberto Paleari;Lorenzo Martignoni;Mattia Monga

  • Affiliations:
  • Università degli Studi di Milano, Milano, Italy;Università degli Studi di Milano, Milano, Italy;Università degli Studi di Udine, Udine, Italy;Università degli Studi di Milano, Milano, Italy

  • Venue:
  • Proceedings of the IEEE/ACM international conference on Automated software engineering
  • Year:
  • 2010

Quantified Score

Hi-index 0.01

Visualization

Abstract

We propose a framework that provides a programming interface to perform complex dynamic system-level analyses of deployed production systems. By leveraging hardware support for virtualization available nowadays on all commodity machines, our framework is completely transparent to the system under analysis and it guarantees isolation of the analysis tools running on top of it. Thus, the internals of the kernel of the running system needs not to be modified and the whole platform runs unaware of the framework. Moreover, errors in the analysis tools do not affect the running system and the framework. This is accomplished by installing a minimalistic virtual machine monitor and migrating the system, as it runs, into a virtual machine. In order to demonstrate the potentials of our framework we developed an interactive kernel debugger, named HyperDbg. HyperDbg can be used to debug any critical kernel component, and even to single step the execution of exception and interrupt handlers.