X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=hivex%2FREADME;h=7bed47bd6e2c8f5408a7afbbec5d5d547afb2cbc;hp=5e7d21fe6be0ba2d954849c180d78bb8f0c693d3;hb=97dac113f9ee7d7f2ed581db789707ff759c8cb3;hpb=e8ad7d2e1b1422680f9f862e7443de67328de135 diff --git a/hivex/README b/hivex/README index 5e7d21f..7bed47b 100644 --- a/hivex/README +++ b/hivex/README @@ -18,12 +18,14 @@ This library was derived from several sources: . NTREG registry reader/writer library by Petter Nordahl-Hagen (LGPL v2.1 licensed library and program) - . http://home.eunet.no/pnordahl/ntpasswd/WinReg.txt + . http://pogostick.net/~pnh/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+) + . http://amnesia.gtisc.gatech.edu/~moyix/suzibandit.ltd.uk/MSc/ + . reverse engineering the format (see hivex/tools/visualizer.ml) 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