E01/EWF and DD/raw
Reads EnCase E01/EWF images (decompressing chunks) and raw dd images, with a pure-Rust engine and no native libraries.
The Forensic image module opens disk and media images in E01/EWF (multi-segment) and DD/raw format, recomputes the logical stream hash and compares it with the stored acquisition hash and/or an expected one: it is the proof that the acquisition is intact.
Reads EnCase E01/EWF images (decompressing chunks) and raw dd images, with a pure-Rust engine and no native libraries.
Recomputes MD5/SHA-1 of the logical stream and compares them with the hashes stored in the E01 (hash/digest sections): a single tampered byte is detected.
Optional comparison against an expected hash (from the report or acquisition log) to close the chain of custody.
Extracts case, examiner, description, dates, acquisition software and the number of bad sectors (error2).
ewfverify (libewf), the reference tool; the verification has been validated on real images.