Extracting Specific File from Disk Image

344 Views Asked by At

Supposing that we have a disk image with E01 or DD format etc. Is there any command to extracting specific file like system32.dll only from it ?

1

There are 1 best solutions below

0
On

There are several ways to extract individual files from the image. You could e.g. mount the image, parse the MFT$ and then copy the sectors out of the file via dd. Alternatively you can use a Windows based tool, FTK Imager (free of charge)