A small C utility to convert a raw dd image into a flat monolithic VMDK file. The code is loosely based on Liveview's java implementation of PartitionEntry.java and MasterBootRecord.java. Will be adding split file (.dd) conversion in the near future
Features
- Converts dd image into monolithic VMDK file.
- Extracts various information such as total number of sectors, cylinders, heads per track, and sectors per track.
- Finds bootable partition within your Master Boot record.
