Parsing registry files with RegRipper
RegRipper is an open source Windows forensic tool developed by the famous forensicator Harlan Carvey, the author of the Windows Forensic Analysis series. It's written in Perl, and has a lot of useful plugins available. Also, digital forensic examiners capable of writing in Perl can create their own plugins for their specific needs.
Getting ready
Go to RegRipper's page at Harlan's GitHub, click on the green button (Clone or Download), and choose the Download ZIP
option. Once the archive is downloaded (in our case it is named RegRipper2.8-master.zip), unpack it, and you are ready to go.
How to do it...
The steps for parsing registry files with RegRipper:
- You already know how to export registry files from disk images, at least with Magnet AXIOM. So, we are sure you have a file to parse with RegRipper. Start
rr.exe
, and you will see a window like the one in the following figure:

Figure 6.9. RegRipper main window
Here, you have three fields to fill in:
Hive File...