diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2013-03-11 19:29:52 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-22 07:16:37 -0400 |
commit | 704984a2f1f06674606848b1c24e6b388cc09b0b (patch) | |
tree | 96d40ce849e31d062406f342acd8e7ec3e200d6a /libraries/libewf/README | |
parent | 9422de2c8d1dd99df3cfff8813721e3cfbf7346c (diff) | |
download | slackbuilds-704984a2f1f06674606848b1c24e6b388cc09b0b.tar.gz |
libraries/libewf: Updated for version 20130303.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/libewf/README')
-rw-r--r-- | libraries/libewf/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libraries/libewf/README b/libraries/libewf/README index 06c3529661..f25fa533e6 100644 --- a/libraries/libewf/README +++ b/libraries/libewf/README @@ -3,3 +3,24 @@ Format (EWF). libewf allows you to read media information of EWF files in the SMART (EWF-S01) format and the EnCase (EWF-E01) format. libewf allows reading files created by EnCase 1 to 6, linen and FTK Imager. + +Read or write supported EWF formats: + + - SMART .s01 (EWF-S01) + - EnCase .E01 (EWF-E01) + + +Not supported: + + - .Ex01 (EWF2-Ex01) bzip2 compression (work in progress) + - .Ex01 (EWF2-Ex01) encryption + +Read-only supported EWF formats: + + Logical Evidence File (LEF) .L01 (EWF-L01) and .Lx01 (EWF2-Lx01) + +Other features: + + - empty-block compression + - read/write access using delta (or shadow) files + - write resume |