Prefetch file recovery with Windows Prefetch Carver
If you want to try to carve Windows Prefetch files from arbitrary binary data, there is a tool for you - Windows Prefetch Carver by Adam Witt. It can be used for prefetch carving from a drive's unallocated space or a memory image, for example. In this recipe we will show you how to use it.
Getting ready
Go to the Windows Prefetch Carver GitHub page (presented in the See Also section), and download the archive using the green Clone or Download button. Unpack the archive, start the Windows Command Prompt, and change the directory to the folder you unpacked it into. You are ready to go!
How to do it...
The steps for prefetch file recovery with Windows Prefetch Carver are as follows:
- For this recipe, we used a memory image from a Windows 7 system. The image is called
joshua1.vmem
- you can find the download link for this memory image in the See Also section. Now let's use the tool. Type the following command:
prefetch-carve.py -f joshua1.vmem -o...