-
Notifications
You must be signed in to change notification settings - Fork 7
/
libhibr.ini
39 lines (32 loc) · 1.06 KB
/
libhibr.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
[project]
name: "libhibr"
status: "experimental"
year_of_creation: "2012"
data_format: "Windows Hibernation File (hiberfil.sys)"
features: ["debug_output", "ossfuzz", "tools"]
[library]
features: ["pthread", "wide_character_type"]
public_types: ["file"]
[tools]
build_dependencies: ["fuse"]
description: "Several tools for reading Windows Hibernation Files (hiberfil.sys)"
names: ["hibrinfo", "hibrmount"]
[info_tool]
source_description: "a Windows Hibernation File (hiberfil.sys)"
source_type: "file"
[mount_tool]
file_entry_type: "file"
file_entry_type_size_value: "media_size"
mounted_description: "a device file that provides the RAW data contained in the hiberfil.sys file"
source: "hiberfil.sys"
source_description: "a hiberfil.sys file"
source_description_long: "a Windows Hibernation File (hiberfil.sys)"
source_type: "file"
[troubleshooting]
example: "hibrinfo hiberfil.sys"
[tests]
profiles: ["libhibr", "pyhibr", "hibrinfo"]
info_tool_options_per_profile: [""]
info_tool_profiles: ["hibrinfo"]
example_filename1: "hiberfil.sys"
example_filename2: "backup_hiberfil.sys"