| jessekornblum ( @ 2007-01-08 08:29:00 |
| Entry tags: | forensics, geek, nifty |
Buffalo Paper Accepted
I am pleased to announce that my paper "Using Every Part of the Buffalo in Windows Memory Analysis" has been accepted for publication in the journal Digital Investigation! I should have a preprint available soon, but here is the abstract:
All Windows memory analysis techniques depend on the examiner’s ability to translate the virtual addresses used by programs and operating system components into the true locations of data in a memory image. In some memory images up to 20% of all the virtual addresses in use point to so called “invalid” pages that cannot be found using a naive method for address translation. This paper explains virtual address translation, enumerates the different states of invalid memory pages, and presents a more robust strategy for address translation. This new method incorporates invalid pages and even the paging file to greatly increase the completeness of the analysis. By using every available page, every part of the buffalo as it were, the examiner can better recreate the state of the machine as it existed at the time of imaging.