-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathlibolecf.ini
More file actions
54 lines (45 loc) · 1.72 KB
/
libolecf.ini
File metadata and controls
54 lines (45 loc) · 1.72 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
[project]
name: "libolecf"
status: "alpha"
year_of_creation: "2008"
data_format: "Object Linking and Embedding (OLE) Compound File (CF)"
documentation_url: "https://github.com/libyal/libolecf/tree/main/documentation"
features: ["debug_output", "ossfuzz", "python_bindings", "tools"]
[library]
description: "Library to access the Object Linking and Embedding (OLE) Compound File (CF) format"
features: ["pthread", "wide_character_type"]
public_types: ["file", "item", "property_section", "property_set", "property_value"]
[tools]
build_dependencies: ["fuse"]
description: "Several tools for reading Object Linking and Embedding (OLE) Compound Files (CF)"
names: ["olecfexport", "olecfinfo", "olecfmount"]
[info_tool]
source_description: "an OLE Compound File"
source_type: "file"
[mount_tool]
features: ["codepage"]
file_entry_creation_time_type: "filetime"
file_entry_example: "\\x05SummaryInformation"
file_entry_modification_time_type: "filetime"
file_entry_type: "item"
file_system_type: "file"
mounted_description: "directories and files that provide the items contained in the OLECF file"
source: "Text.doc"
source_description: "an OLECF file"
source_description_long: "an Object Linking and Embedding (OLE) Compound File (CF)"
source_type: "file"
[troubleshooting]
example: "olecfinfo Test.doc"
[development]
main_object: "file"
main_object_filename: "Test.doc"
[test_data]
path: "test_data/automatic_destinations"
repository: "log2timeline/plaso"
files: ["1b4dd67f29cb1962.automaticDestinations-ms", "9d1f905ce5044aee.automaticDestinations-ms"]
[tests]
profiles: ["libolecf", "pyolecf", "olecfexport", "olecfinfo"]
info_tool_options_per_profile: [""]
info_tool_profiles: ["olecfinfo"]
example_filename1: "Text.doc"
example_filename2: "Numbers.xls"