ralphje / imagemounter

Command line utility and Python package to ease the (un)mounting of forensic disk images
MIT License
118 stars 36 forks source link

Support for qemu-img for disk detection #32

Closed ruzzle closed 2 years ago

ruzzle commented 6 years ago

Added support for qemu-img info during detection of disk image format. In the process, simplified disk detection method and added support for parallels images. Other formats can now easily be added in disk.py

ralphje commented 6 years ago

Thanks for the PR. I want to change the way this works by using a similar class-based system as I did with volume types. The Disk class is desperate need of a rewrite, so I'll leave this PR open for now until I figured that one out.

ralphje commented 2 years ago

This PR was closed automatically because I added LFS to the repository for the disk images.

I will try to cherry-pick the relevant commits in the near future.