-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathlibewf.ini
More file actions
63 lines (53 loc) · 3.68 KB
/
Copy pathlibewf.ini
File metadata and controls
63 lines (53 loc) · 3.68 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
[project]
name: "libewf"
status: "experimental"
year_of_creation: "2006"
data_format: "Expert Witness Compression Format (EWF)"
documentation_url: "https://github.com/libyal/libewf/tree/main/documentation"
features: ["debug_output", "ossfuzz", "python_bindings", "tools"]
[library]
build_dependencies: ["bzip2", "crypto", "zlib"]
features: ["pthread", "source_glob", "wide_character_type"]
public_types: ["access_control_entry", "attribute", "data_chunk", "extent", "file_entry", "handle", "source", "subject"]
tests: ["access_control_entry", "analytical_data", "attribute", "bit_stream", "buffer_data_handle", "case_data", "case_data_section", "checksum", "chunk_data", "chunk_descriptor", "chunk_group", "chunk_table", "compression", "data_chunk", "date_time", "date_time_values", "deflate", "device_information", "device_information_section", "digest_section", "error", "error2_section", "file_entry", "filename", "hash_sections", "hash_values", "header_sections", "header_values", "huffman_tree", "io_handle", "lef_extended_attribute", "lef_file_entry", "lef_permission", "lef_source", "lef_subject", "line_reader", "ltree_section", "md5_hash_section", "media_values", "notify", "permission_group", "read_io_handle", "restart_data", "section_data_handle", "section_descriptor", "sector_range", "sector_range_list", "segment_file", "segment_table", "serialized_string", "session_section", "sha1_hash_section", "single_file_tree", "single_files", "source", "table_section", "value_reader", "value_table", "volume_section", "write_io_handle"]
tests_with_input: ["handle", "support"]
[python_module]
year_of_creation: "2008"
tests: ["support"]
tests_with_input: ["handle"]
[tools]
build_dependencies: ["crypto", "fuse", "lex", "uuid", "yacc"]
description: "Several tools for reading and writing EWF files"
names: ["ewfacquire", "ewfacquirestream", "ewfdebug", "ewfexport", "ewfinfo", "ewfmount", "ewfrecover", "ewfverify"]
tests: ["bodyfile", "byte_size_string", "device_handle", "digest_hash", "export_handle", "guid", "imaging_handle", "info_handle", "log_handle", "mount_path_string", "output", "path_string", "platform", "signal", "storage_media_buffer", "system_string", "verification_handle"]
[info_tool]
source_description: "an Expert Witness Compression Format (EWF) image"
source_type: "image"
[mount_tool]
features: ["glob", "multi_source"]
file_entry_type: "handle"
file_entry_type_size_value: "media_size"
mounted_description: "a device file that provides the RAW storage media data contained in the EWF image"
source: "image.E01"
source_description: "an EWF image"
source_description_long: "an Expert Witness Compression Format (EWF) image"
source_type: "image"
[development]
features: ["glob", "pytsk3"]
main_object: "handle"
main_object_filename: "image.E01"
main_object_size: "media_size"
[troubleshooting]
example: "ewfinfo image.E01"
[test_data]
repository: "log2timeline/dfvfs"
files: ["ext2.E01", "ext2.raw"]
[tests]
profiles: ["libewf", "pyewf", "ewfacquire", "ewfacquire_optical", "ewfacquirestream", "ewfexport", "ewfexport_logical", "ewfexport_write", "ewfinfo", "ewfinfo_logical", "ewfinfo_logical_bodyfile", "ewfverify", "ewfverify_logical"]
glob_per_profile: ["*.[ELels]*01", "*.[ELels]*01", "*.[Rr][Aa][Ww]", "*.[Cc][Uu][Ee]", "*.[Rr][Aa][Ww]", "*.[Ees]*01", "*.[Ll]*01", "*.[Ees]*01", "*.[ELels]*01", "*.[Ll]*01", "*.[Ll]*01", "*.[Ees]*01", "*.[Ll]*01"]
options_per_profile: ["", "", "", "", "", "-fraw", "-ffiles", "", "", "-H", "-Bbodyfile -H", "-dmd5", "-dmd5 -ffiles"]
export_tool_profiles: ["ewfexport", "ewfexport_logical"]
info_tool_profiles: ["ewfinfo", "ewfinfo_logical", "ewfinfo_logical_bodyfile"]
verify_tool_profiles: ["ewfverify", "ewfverify_logical"]
example_filename1: "image1.E01"
example_filename2: "image2.Ex01"