forked from libyal/libvshadow
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibvshadow.ini
More file actions
66 lines (54 loc) · 1.6 KB
/
libvshadow.ini
File metadata and controls
66 lines (54 loc) · 1.6 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
63
64
65
[project]
name: "libvshadow"
status: "alpha"
authors: ["Joachim Metz <joachim.metz@gmail.com>"]
year_of_creation: "2011"
documentation_url: "https://github.com/libyal/libvshadow/tree/master/documentation"
download_url: "https://github.com/libyal/libvshadow/releases"
git_url: "https://github.com/libyal/libvshadow.git"
features: ["debug_output", "python", "dokan", "fuse"]
[library]
description: "Library to access the Windows NT Volume Shadow Snapshot (VSS) format"
public_types: ["block", "store", "volume"]
build_dependencies: []
[tools]
description: "Several tools for reading Windows NT Volume Shadow Snapshots (VSS)"
directory: "vshadowtools"
names: ["vshadowinfo", "vshadowmount"]
[development]
main_object: "volume"
main_object_filename: "image.raw"
[troubleshooting]
example: "vshadowinfo image.raw"
[cygwin]
build_dependencies: []
dll_dependencies: []
dll_filename: "cygvshadow-0.dll"
[gcc]
build_dependencies: []
static_build_dependencies: []
[mingw]
build_dependencies: []
dll_dependencies: []
dll_filename: "libvshadow-1.dll"
[msvscpp]
build_dependencies: []
dll_dependencies: []
[dpkg]
build_dependencies: []
[rpm]
build_dependencies: []
[mount_tool]
missing_backend_error: "No sub system to mount VSS volume."
mount_point: "/mnt/vssvolume/"
mounted_description: "a device file that provides the RAW volume data contained in the VSS volume"
mounted_dokan: "X:\\VSS1"
mounted_fuse: "/mnt/vssvolume/vss1"
source: "image.raw"
source_description: "a VSS volume"
source_description_long: "a Volume Service Snapshot (VSS) volume"
source_type: "volume"
supported_backends: [
"Dokan library",
"fuse",
"OSXFuse"]