• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

common/H03-May-2022-4,5342,728

documents/H03-May-2022-781707

dpkg/H07-May-2022-167128

ewf.net/H03-May-2022-5,8554,612

ewftools/H03-May-2022-53,82244,789

examples/H03-May-2022-1,5111,144

include/H03-May-2022-9,6496,668

libbfio/H03-May-2022-15,71312,543

libcdata/H03-May-2022-21,19117,626

libcdatetime/H03-May-2022-6,1354,656

libcerror/H03-May-2022-3,1562,300

libcfile/H03-May-2022-10,0087,989

libclocale/H03-May-2022-3,1072,400

libcnotify/H03-May-2022-2,0691,494

libcpath/H03-May-2022-10,2868,406

libcsplit/H03-May-2022-3,5212,614

libcthreads/H03-May-2022-9,1316,857

libewf/H03-May-2022-75,68462,688

libfcache/H03-May-2022-3,6302,712

libfdata/H03-May-2022-23,64719,339

libfvalue/H03-May-2022-27,19422,186

libhmac/H03-May-2022-12,0239,775

libmfdata/H03-May-2022-14,99111,929

libodraw/H03-May-2022-29,22323,607

libsmdev/H03-May-2022-13,19510,308

libsmraw/H03-May-2022-14,55511,827

libuna/H03-May-2022-63,72154,759

m4/H16-May-2021-23,12121,050

manuals/H03-May-2022-2,4872,338

msvscpp/H03-May-2022-18,25918,119

po/H16-May-2021-694612

pyewf/H03-May-2022-11,6458,757

pyewf-python2/H03-May-2022-1,2281,100

pyewf-python3/H03-May-2022-1,2281,100

tests/H03-May-2022-41,07730,811

ABOUT-NLSH A D12-Sep-202091.6 KiB1,2831,244

AUTHORSH A D16-May-20212.1 KiB4035

COPYINGH A D16-May-202134.3 KiB675553

COPYING.LESSERH A D16-May-20217.5 KiB166128

ChangeLogH A D12-Sep-2020124.5 KiB3,8373,147

INSTALLH A D16-May-202115.4 KiB369287

Makefile.amH A D12-Sep-20203.7 KiB143126

Makefile.inH A D03-May-202244.8 KiB1,3331,221

READMEH A D16-May-20211.7 KiB6841

acinclude.m4H A D16-May-20214.5 KiB169139

aclocal.m4H A D16-May-202156.5 KiB1,5771,426

compileH A D16-May-20217.2 KiB349259

config.guessH A D16-May-202143.1 KiB1,4871,294

config.rpathH A D12-Sep-202018 KiB673569

config.subH A D16-May-202130.7 KiB1,7911,636

configureH A D16-May-20212 MiB68,70660,773

configure.acH A D16-May-202110.2 KiB321256

depcompH A D16-May-202123 KiB792502

install-shH A D16-May-202115.3 KiB530346

libewf.pc.inH A D16-May-2021796 1310

libewf.specH A D16-May-20213.5 KiB133106

libewf.spec.inH A D16-May-20215.3 KiB133107

ltmain.shH A D16-May-2021316.6 KiB11,1507,980

missingH A D16-May-20216.7 KiB216143

setup.pyH A D16-May-20219.9 KiB336246

test-driverH A D16-May-20214.5 KiB14987

ylwrapH A D16-May-20216.7 KiB248143

README

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