From 7fd3a30fe18114a8ac8e98d2936106d8b1afabf3 Mon Sep 17 00:00:00 2001 From: Vijay Marcel Date: Thu, 25 Aug 2022 14:25:32 +0100 Subject: system/hivex: Added (Windows Registry Extractor System) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- system/hivex/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 system/hivex/README (limited to 'system/hivex/README') diff --git a/system/hivex/README b/system/hivex/README new file mode 100644 index 000000000000..d3811a02624a --- /dev/null +++ b/system/hivex/README @@ -0,0 +1,8 @@ +libhivex is a self-contained library for +reading and writing Windows Registry "hive" binary files. + +Unlike many other tools in this area, +it doesn't use the textual .REG format for output, because parsing +that is as much trouble as parsing the original binary format. Instead +it makes the file available through a C API, or there is a +separate program to export the hive as XML. -- cgit v1.2.3