From: Richard Jones Date: Wed, 3 Feb 2010 17:35:53 +0000 (+0000) Subject: Tools for analyzing and reverse engineering hive files. X-Git-Tag: 1.0.83~31 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=db8a46aa1165479ddf2b551e81a7e96bb06fc942;hp=db8a46aa1165479ddf2b551e81a7e96bb06fc942 Tools for analyzing and reverse engineering hive files. This commit is not of general interest. It contains the tools which I used to reverse engineer the hive format and to test changes. Keeping these with the rest of the code is useful in case in future we encounter a hive file that we fail to modify. Note that the tools are not compiled by default. You have to compile each explicitly with: make -C hivex/tools .opt You will also need ocaml-extlib-devel and ocaml-bitstring-devel. ---