X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=hivex%2FREADME;h=5e7d21fe6be0ba2d954849c180d78bb8f0c693d3;hb=dab98a0e52b9bb9930048b94d637a2fdb218fc45;hp=449db777e79e32bf5693a1756a8da312f3ab8a05;hpb=792c5283009ed6753239a14df9a6e9c71bea35fd;p=libguestfs.git diff --git a/hivex/README b/hivex/README index 449db77..5e7d21f 100644 --- a/hivex/README +++ b/hivex/README @@ -1,5 +1,5 @@ hivex - by Richard W.M. Jones, rjones@redhat.com -Copyright (C) 2009 Red Hat Inc. +Copyright (C) 2009-2010 Red Hat Inc. ---------------------------------------------------------------------- This is a self-contained library for reading Windows Registry "hive" @@ -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