Archives for posts tagged ‘raw’

Converting VirtualBox VDI files to raw disk images

A while back for a forensics assignment, I had to complete a task that involved analysing a VirtualBox disk image. I wrote a quick script that converted the VDI image to RAW (.img) format by just stripping out some headers. I knew at the time that it wouldn’t support split images. It turns out that [...]