libyal / libewf

Libewf is a library to access the Expert Witness Compression Format (EWF)
GNU Lesser General Public License v3.0
265 stars 76 forks source link

Compression on the fly? #141

Closed klango closed 4 years ago

klango commented 4 years ago

Does the compression run on the fly when imaging a drive?

joachimmetz commented 4 years ago

@klango what do you mean with "compression running on the fly" ?

klango commented 4 years ago

@klango what do you mean with "compression running on the fly" ?

whether the data compression on the image is done as the image is acquired, or after the acquiring process.

joachimmetz commented 4 years ago

both the ewftools and libewf can compressed the source (image) data during the acquisition process

klango commented 4 years ago

Thanks for the prompt response @joachimmetz