Support for Windows Registry.
authorRichard Jones <rjones@redhat.com>
Fri, 19 Feb 2010 14:33:40 +0000 (14:33 +0000)
committerRichard Jones <rjones@redhat.com>
Fri, 19 Feb 2010 14:33:40 +0000 (14:33 +0000)
commitcb9cb9b7dcdf62310c7b543aaac0a82d7f4b9319
tree4e3412605c02c3b234e5efca07dfb9770c14269c
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.
22 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
.gnulib [new submodule]
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
bootstrap [new file with mode: 0755]
configure.ac [new file with mode: 0644]
hivex.pc.in [new file with mode: 0644]
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]
m4/.gitignore [new file with mode: 0644]
m4/ocaml.m4 [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]