-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathlibbde.ini
More file actions
61 lines (52 loc) · 2.27 KB
/
Copy pathlibbde.ini
File metadata and controls
61 lines (52 loc) · 2.27 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
[project]
name: "libbde"
status: "alpha"
year_of_creation: "2011"
data_format: "BitLocker Drive Encryption (BDE) volume"
documentation_url: "https://github.com/libyal/libbde/tree/main/documentation"
features: ["debug_output", "nuget", "ossfuzz", "python_bindings", "tools"]
[library]
build_dependencies: ["crypto"]
description: "Library to access the BitLocker Drive Encryption (BDE) format"
features: ["pthread", "wide_character_type"]
public_types: ["key_protector", "volume"]
tests: ["aes_ccm_encrypted_key", "encryption_context", "error", "external_key", "io_handle", "key", "key_protector", "metadata", "metadata_block_header", "metadata_entry", "metadata_header", "notify", "password", "password_keep", "sector_data", "sector_data_vector", "stretch_key", "volume_header", "volume_master_key"]
tests_with_input: ["support", "volume"]
[python_module]
tests: ["support"]
tests_with_input: ["volume"]
[tools]
build_dependencies: ["fuse"]
description: "Several tools for reading BitLocker Drive Encryption volumes"
names: ["bdeinfo", "bdemount"]
tests: ["info_handle", "output", "signal"]
[info_tool]
source_description: "a BitLocker Drive Encrypted (BDE) volume"
source_type: "volume"
[mount_tool]
features: ["keys", "offset", "password", "recovery_password", "startup_key"]
file_entry_creation_time_type: "filetime"
file_entry_type: "volume"
additional_arguments: " -r 599907-126192-034078-378543-435050-262383-683309-100661"
mounted_description: "a device file that provides the RAW volume data contained in the BDE volume"
source: "image.raw"
source_description: "a BDE volume"
source_description_long: "a BitLocker Drive Encrypted (BDE) volume"
source_type: "volume"
[troubleshooting]
example: "bdeinfo -r 599907-126192-034078-378543-435050-262383-683309-100661 image.raw"
[development]
main_object: "volume"
main_object_filename: "image.raw"
main_object_python_pre_open: "bde_volume.set_recovery_password(\"599907-126192-034078-378543-435050-262383-683309-100661\")"
[test_data]
repository: "log2timeline/dfvfs"
files: ["bdetogo.raw"]
[tests]
profiles: ["libbde", "pybde", "bdeinfo"]
option_sets: ["keys", "password", "recovery_password", "startup_key"]
options_per_profile: ["", "", ""]
info_tool_options: "-u"
info_tool_profiles: ["bdeinfo"]
example_filename1: "image1.raw"
example_filename2: "image2.raw"