is a library to access the Expert Witness Compression Format (EWF).
.Pp
.Ar ewf_files
the first or the entire set of EWF segment files
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl A Ar codepage
the codepage of header section, options: ascii (default), windows-874, windows-932, windows-936, windows-949, windows-950, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, windows-1257 or windows-1258
.It Fl h
shows this help
.It Fl l Ar log_filename
logs recover errors and the digest (hash) to the log filename
.It Fl p Ar process_buffer_size
the process buffer size (default is the chunk size)
.It Fl t Ar target
the target file to recover to (default is recover)
.It Fl v
verbose output to stderr
.It Fl V
print version
.El
.Sh ENVIRONMENT
None
.Sh FILES
None
.Sh EXAMPLES
.Nm ewfrecover
will ask the information it needs.
.Ss Recovering a corrupted image
.Bd -literal
ewfrecover corrupt.E01
ewfrecover 20120805
Export started at: Mon Aug 6 07:09:34 2012
This could take a while.
.Dl ...
Export completed at: Mon Aug 6 07:09:34 2012
MD5 hash calculated over data: d41d8cd98f00b204e9800998ecf8427e
ewfrecover: SUCCESS
.Ed
.Ss Trying to recover a non-corrupted image
.Bd -literal
ewfrecover notcorrupt.E01
ewfrecover 20120805
EWF file(s) are not corrupted.
.Ed
.Sh DIAGNOSTICS
Errors, verbose and debug output are printed to stderr when verbose output \-v is enabled. Verbose and debug output are only printed when enabled at compilation.
.Sh BUGS
Please report bugs of any kind to <joachim.metz@gmail.com> or on the project website:
http://code.google.com/p/libewf/
.Sh AUTHOR
.Pp
These man pages were written by Joachim Metz.
.Sh COPYRIGHT
.Pp
Copyright 2006-2013, Joachim Metz <joachim.metz@gmail.com>.
.Pp
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.