diff options
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 |