-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlibewf-legacy.ini
53 lines (45 loc) · 1.64 KB
/
libewf-legacy.ini
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
[project]
name: "libewf"
status: "stable"
authors: ["Joachim Metz <[email protected]>"]
year_of_creation: "2006"
data_format: "Expert Witness Compression Format (EWF)"
documenation_url: "https://github.com/libyal/libewf/tree/main/documentation"
download_url: "https://github.com/libyal/libewf-legacy/releases"
git_url: "https://github.com/libyal/libewf-legacy.git"
features: ["debug_output", "python", "dokan", "fuse", "nuget"]
[library]
build_dependencies: ["crypto", "zlib"]
public_types: ["file_entry", "handle"]
[python_module]
year_of_creation: "2008"
[tools]
build_dependencies: ["crypto", "fuse", "lex", "uuid", "yacc"]
description: "Several tools for reading and writing EWF files"
names: ["ewfacquire", "ewfacquirestream", "ewfexport", "ewfinfo", "ewfmount", "ewfverify"]
[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"]
[troubleshooting]
example: "ewfinfo image.E01"
[development]
features: ["glob", "pytsk3"]
main_object: "handle"
main_object_filename: "image.E01"
main_object_size: "media_size"
[tests]
profiles: ["libewf", "pyewf", "ewfacquire", "ewfacquire_optical", "ewfacquirestream", "ewfexport", "ewfexport_logical", "ewfinfo", "ewfverify", "ewfverify_logical"]
input_glob: "*.[Ees]01"
info_tool_input_glob: "*.[ELels]01"
example_filename1: "image1.E01"
example_filename2: "image2.Ex02"