Support for Windows Registry.
authorRichard Jones <rjones@redhat.com>
Mon, 26 Oct 2009 11:03:07 +0000 (11:03 +0000)
committerRichard Jones <rjones@redhat.com>
Thu, 29 Oct 2009 15:58:23 +0000 (15:58 +0000)
commit792c5283009ed6753239a14df9a6e9c71bea35fd
treedfe3bf8136e85adedbb3c9d98ef748f4b61f2ec0
parentd609130cb65fe7795b168a796426e39d64ceda97
Support for Windows Registry.

In hivex/:  This mini-library allows us to extract Windows
Registry binary files ("hives").

There are also two tools: hivexml converts a hive to a
self-describing XML format.  hivexget can be used to extract
single subkeys from a hive.

New tool: virt-win-reg.  This is a wrapper around the library
functionality allowing you to pull out data from the registries
of Windows guests.
19 files changed:
.gitignore
HACKING
Makefile.am
README
configure.ac
hivex/LICENSE [new file with mode: 0644]
hivex/Makefile.am [new file with mode: 0644]
hivex/README [new file with mode: 0644]
hivex/hivex.c [new file with mode: 0644]
hivex/hivex.h [new file with mode: 0644]
hivex/hivex.pod [new file with mode: 0644]
hivex/hivexget.c [new file with mode: 0644]
hivex/hivexget.pod [new file with mode: 0644]
hivex/hivexml.c [new file with mode: 0644]
hivex/hivexml.pod [new file with mode: 0644]
po/POTFILES.in
tools/Makefile.am
tools/run-locally
tools/virt-win-reg [new file with mode: 0755]