-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathlibmodi.ini
More file actions
59 lines (49 loc) · 1.87 KB
/
Copy pathlibmodi.ini
File metadata and controls
59 lines (49 loc) · 1.87 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
[project]
name: "libmodi"
status: "experimental"
year_of_creation: "2012"
data_format: "Mac OS disk image"
documentation_url: "https://github.com/libyal/libmodi/tree/main/documentation"
features: ["debug_output", "ossfuzz", "python_bindings", "tools"]
[library]
build_dependencies: ["bzip2", "crypto", "lex", "lzma", "yacc", "zlib"]
description: "Library to access Mac OS disk image formats"
features: ["pthread", "wide_character_type"]
public_types: ["handle"]
tests: ["bands_data_handle", "bit_stream", "bzip", "data_block", "deflate", "error", "huffman_tree", "io_handle", "notify", "sparse_bundle_xml_plist", "sparse_image_header", "system_string", "udif_block_table", "udif_block_table_entry", "udif_resource_file", "udif_xml_plist"]
tests_with_input: ["handle", "support"]
[python_module]
tests: ["support"]
tests_with_input: ["handle"]
[tools]
build_dependencies: ["fuse"]
description: "Several tools for reading Mac OS disk images"
names: ["modiinfo", "modimount"]
tests: ["info_handle", "output", "signal"]
[info_tool]
source_description: "a Mac OS disk image"
source_type: "image"
[mount_tool]
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 a Mac OS disk image"
source: "image.sparseimage"
source_description: "a Mac OS disk image"
source_description_long: "a Mac OS disk image file"
source_type: "image"
[development]
features: ["pytsk3"]
main_object: "handle"
main_object_filename: "image.sparseimage"
main_object_size: "media_size"
[troubleshooting]
example: "modiinfo image.sparseimage"
[test_data]
repository: "log2timeline/dfvfs"
files: ["hfsplus_zlib.dmg", "hfsplus.sparseimage"]
[tests]
profiles: ["libmodi", "pymodi", "modiinfo"]
options_per_profile: ["", "", ""]
info_tool_profiles: ["modiinfo"]
example_filename1: "image1.sparseimage"
example_filename2: "image2.sparsebundle"