-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
67 lines (41 loc) · 1.67 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
libewf is a library to access the Expert Witness Compression Format (EWF).
This is the legacy version fo libewf.
Project information:
* Status: stable
* Licence: LGPLv3+
Read or write supported EWF formats:
* SMART .s01 (EWF-S01)
* EnCase
* .E01 (EWF-E01)
Read-only supported EWF formats:
* Logical Evidence File (LEF)
* .L01 (EWF-L01)
Not supported:
* .Ex01 (EWF2-Ex01)
* .Lx01 (EWF2-Lx01)
Other features:
* empty-block compression
* read/write access using delta (or shadow) files
* write resume
Work in progress:
* https://github.com/libyal/libewf
Planned:
* write EWF-L01 and EWF2-Lx01 (long-term)
The libewf package contains the following tools:
* ewfacquire; which writes storage media data from devices and files to EWF files.
* ewfacquirestream; which writes data from stdin to EWF files.
* ewfdebug; experimental tool does nothing at the moment.
* ewfexport; which exports storage media data in EWF files to (split) RAW format or a specific version of EWF files.
* ewfinfo; which shows the metadata in EWF files.
* ewfmount; which FUSE mounts EWF files.
* ewfrecover; special variant of ewfexport to create a new set of EWF files from a corrupt set.
* ewfverify; which verifies the storage media data in EWF files.
For the experimental / development release see:
* https://github.com/libyal/libewf-legacy
For previous project contributions see:
* libewf on SourceForge: https://sourceforge.net/projects/libewf
For previous stable releases see:
* Downloads: https://github.com/libyal/legacy/tree/main/libewf
For more information see:
* Project documentation: https://github.com/libyal/libewf/wiki/Home
* How to build from source: https://github.com/libyal/libewf/wiki/Building