English

As if Time Had Stopped -- Checking Memory Dumps for Quasi-Instantaneous Consistency

Cryptography and Security 2023-07-25 v1 Programming Languages

Abstract

Memory dumps that are acquired while the system is running often contain inconsistencies like page smearing which hamper the analysis. One possibility to avoid inconsistencies is to pause the system during the acquisition and take an instantaneous memory dump. While this is possible for virtual machines, most systems cannot be frozen and thus the ideal dump can only be quasi-instantaneous, i.e., consistent despite the system running. In this article, we introduce a method allowing us to measure quasi-instantaneous consistency and show both, theoretically, and practically, that our method is valid but that in reality, dumps can be but usually are not quasi-instantaneously consistent. For the assessment, we run a pivot program enabling the evaluation of quasi-instantaneous consistency for its heap and allowing us to pinpoint where exactly inconsistencies occurred.

Keywords

Cite

@article{arxiv.2307.12060,
  title  = {As if Time Had Stopped -- Checking Memory Dumps for Quasi-Instantaneous Consistency},
  author = {Jenny Ottmann and Üsame Cengiz and Frank Breitinger and Felix Freiling},
  journal= {arXiv preprint arXiv:2307.12060},
  year   = {2023}
}

Comments

In: Proceedings of the Digital Forensics Research Conference USA (DFRWS USA). 2023

R2 v1 2026-06-28T11:37:38.706Z