-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAcknowledgements.txt
113 lines (63 loc) · 4.02 KB
/
Acknowledgements.txt
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Acknowledgements:
Contributions from Erwan Labalec for the provision of a Delphi conversion of libEWF
(http://labalec.fr/erwan/?p=1235) are welcomed and acknowledged from which
a further adjusted version for use with Freepascal and Lazarus was created by Ted Smith
and supplied as part of this project.
The user 'Engkin' at the Freepascal forums for helping with complicated debug problems
David Heffernan at Stack Overflow for complicated debug assistance.
Provision of the libEWF C library itself by Joachim Metz also acknowledged
https://github.com/libyal/libewf, without which, YAFFI could not be.
The libewf.dll is sourced from Erwan Labalec page and is based on libEWF by Joachim Metz
libEWF library is
Copyright (c) 2006-2014, Joachim Metz <[email protected]>
The document : "EWF specification - Expert Witness Compression Format specification"
By Joachim Metz <[email protected]> is welcomed and acknowledged
(https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/).
This code is derived from information and software contributed by:
Expert Witness Compression Format specification by Andrew Rosen
(http://www.arsdata.com/SMART/whitepaper.html)
libevf from PyFlag by Michael Cohen
(http://pyflag.sourceforge.net/)
Zlib for the implementation of the Zlib compression and optimized
Adler32
function. http://www.zlib.net/
OpenSSL for the implementation of the MD5 and SHA1 hash algorithm
libuuid for the implementation of GUID/UUID calculation
Wietse Venema for an example of the initial error handling
Additional credits go to:
Kees Mastwijk, Hoffmann Invesigations for writing the initial man pages.
Robert Jan Mora, Hoffmann Invesigations for testing and other contribution
(http://www.hoffmannbv.nl/).
Rob Meijer, KLPD for providing libtool and header installation,
and ISO8601 date string support patches/adjustments.
The OCFA team <[email protected]>, for EWF Fuse integration.
George M. Garner Jr. for his support with the native Windows port.
Christophe Grenier for his various input and support for the SPEC file
autoconf/automake integration.
Guy Voncken for his support and thorough testing of the EWF files
generated by libewf and for help with the deb package support.
David Loveall <[email protected]> for creating mount-ewf,
a MacOS-X installation package and the providing for the delta segment file idea.
David Collett <[email protected]> for providing the Python bindings (pyewf).
Simson Garfinkel for providing the MinGW compilation adjustments,
Digital
Forensics XML (DFXML) output for the ewftools and various input and
support
e.g. for autoconf/automake optimization.
Bernhard Zach <[email protected]>, for providing a C++ 11 multi-threaded
version of ewfacquirestream and proposing multiple write performance enhancements.
Several others for pointing out flaws within the product and its related
documentation.
Refer to the project website for more information:
https://github.com/libyal/libewf
Icon graphics are courtesy of :
Icon Archive www.iconarchive.com, in particular the named artists "Treetog Artwork"
and "Thvg".
YAFFI Logo picture originally from
https://s-media-cache-ak0.pinimg.com/236x/66/01/34/660134fcbb68c49d97d24d2b81eb3651.jpg
and logo created by layer merging using The GIMP by Ted Smith
MSVCR100.dll is needed for use with Windows XP (where the DLL may not be present by default)
and is part of the Microsoft Windows DLL libraries. The one provided with YAFFI is from
http://www.dll-files.com/dllindex/dll-files.shtml?msvcr100
LibEWF.dll sourced from http://www.isobuster.com/tips/build_libewf_dll_for_isobuster
and built using Borland compiler for use with Delphi and Freepascal, dated 8th June 2014.