forked from libyal/libewf
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibewf.ini
More file actions
98 lines (84 loc) · 3.05 KB
/
libewf.ini
File metadata and controls
98 lines (84 loc) · 3.05 KB
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
[project]
name: "libewf"
status: "experimental"
authors: ["Joachim Metz <joachim.metz@gmail.com>"]
year_of_creation: "2006"
documenation_url: "https://github.com/libyal/libewf/tree/master/documentation"
download_url: "https://github.com/libyal/libewf/releases"
git_url: "https://github.com/libyal/libewf.git"
features: ["debug_output", "python", "dokan", "fuse"]
[library]
description: "Library to access the Expert Witness Compression Format (EWF)"
public_types: ["data_chunk", "file_entry", "handle"]
build_dependencies: ["flex","byacc"]
[python_module]
year_of_creation: "2008"
[tools]
directory: "ewftools"
names: ["ewfaqcuire", "ewfaqcuirestream", "ewfexport", "ewfinfo", "ewfmount", "ewfverify"]
[development]
features: ["glob", "pytsk3"]
main_object: "handle"
main_object_filename: "image.E01"
main_object_size: "media_size"
[tests]
features: ["profiles", "valgrind"]
profiles: ["libewf", "pyewf", "ewfacquire", "ewfacquire_optical", "ewfacquirestream", "ewfexport", "ewfexport_logical", "ewfinfo", "ewfverify", "ewfverify_logical"]
example_filename1: "image1.E01"
example_filename2: "image2.Ex02"
[troubleshooting]
example: "ewfinfo image.E01"
[cygwin]
build_dependencies: [
"zlib-devel (optional but required for compressed image support)",
"bzip2-devel (optional but required for compressed version 2 image support)",
"openssl-devel (optional but recommended)"]
dll_dependencies: []
dll_filename: "cygewf-0.dll"
[gcc]
build_dependencies: [
"zlib (optional but required for compressed image support)",
"bzip2 (optional but required for compressed version 2 image support)",
"libcrypto (part of OpenSSL) (optional but recommended)"]
static_build_dependencies: [
"zlib (for compressed image support)",
"bzip2 (for compressed version 2 image support)",
"libcrypto (part of OpenSSL) (optional but recommended, can be disabled by --with-openssl=no)"]
[mingw]
build_dependencies: [
"MinGW build of zlib library and source headers (optional but required for compressed image support)",
"MinGW build of bzip2 library and source headers (optional but required for compressed version 2 image support)",
"Windows Crypto API (libadvapi32) (optional but recommended)"]
dll_dependencies: []
dll_filename: "libewf-1.dll"
[msvscpp]
build_dependencies: [
"zlib (required for compressed image support)",
"bzip2 (required for compressed version 2 image support)",
"Windows Crypto API (libadvapi32) (optional but recommended)"]
dll_dependencies: [
"zlib.dll",
"bzip2.dll"]
[dpkg]
build_dependencies: [
"zlib1g-dev",
"bzip2-dev",
"libssl-dev"]
[rpm]
build_dependencies: [
"zlib-devel",
"bzip2-devel",
"openssl-devel"]
[mount_tool]
missing_backend_error: "No sub system to mount EWF."
mount_point: "/mnt/ewfimage/"
mounted_description: "a device file that provides the RAW storage media data contained in the EWF image"
mounted_dokan: "X:\\EWF1"
mounted_fuse: "/mnt/ewfimage/ewf1"
source: "image.E01"
source_description: "an EWF image"
source_type: "image"
supported_backends: [
"Dokan library",
"fuse",
"OSXFuse"]