Return Value Predictability Profiles for Self---healing

  • Authors:
  • Michael E. Locasto;Angelos Stavrou;Gabriela F. Cretu;Angelos D. Keromytis;Salvatore J. Stolfo

  • Affiliations:
  • Institute for Security Technology Studies, Dartmouth College,;Department of Computer Science, George Mason University,;Department of Computer Science, Columbia University,;Department of Computer Science, Columbia University,;Department of Computer Science, Columbia University,

  • Venue:
  • IWSEC '08 Proceedings of the 3rd International Workshop on Security: Advances in Information and Computer Security
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Current embryonic attempts at software self---healing produce mechanisms that are often oblivious to the semantics of the code they supervise. We believe that, in order to help inform runtime repair strategies, such systems require a more detailed analysis of dynamic application behavior. We describe how to profile an application by analyzing all function calls (including library and system) made by a process. We create predictability profiles of the return values of those function calls. Self---healing mechanisms that rely on a transactional approach to repair (that is, rolling back execution to a known safe point in control flow or slicing off the current function sequence) can benefit from these return value predictability profiles. Profiles built for the applications we tested can predict behavior with 97% accuracy given a context window of 15 functions. We also present a survey of the distribution of actual return values for real software as well as a novel way of visualizing both the macro and micro structure of the return value distributions. Our system helps demonstrate the feasibility of combining binary---level behavior profiling with self---healing repairs.