diff options
author | Richard Jones <rjones@redhat.com> | 2010-01-15 12:40:56 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-01-15 12:40:56 +0000 |
commit | add1be720e4f4abf95bec17eea346436c8d776c7 (patch) | |
tree | c7f2ed5aab497f2118625d04a4fc3ec3fde76cb2 /hivex | |
parent | 0221c671e4ce572c602f8576e82f89b4c02c6232 (diff) | |
download | libguestfs-add1be720e4f4abf95bec17eea346436c8d776c7.tar.gz libguestfs-add1be720e4f4abf95bec17eea346436c8d776c7.tar.xz libguestfs-add1be720e4f4abf95bec17eea346436c8d776c7.zip |
hivex: Update documentation.
Diffstat (limited to 'hivex')
-rw-r--r-- | hivex/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hivex/README b/hivex/README index 1b3a2db5..5e7d21fe 100644 --- a/hivex/README +++ b/hivex/README @@ -20,6 +20,10 @@ This library was derived from several sources: (LGPL v2.1 licensed library and program) . http://home.eunet.no/pnordahl/ntpasswd/WinReg.txt . dumphive (a BSD-licensed Pascal program by Markus Stephany) + . http://www.sentinelchicken.com/data/TheWindowsNTRegistryFileFormat.pdf + . editreg program from Samba - this program was removed in later + versions of Samba, so you have to go back in the source repository + to find it (GPLv2+) Like NTREG, this library only attempts to read Windows NT registry files (ie. not Windows 3.1 or Windows 95/98/ME). See the link above |