summaryrefslogtreecommitdiffstats
path: root/hivex/tools/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Spin off hivex as a separate upstream project.Richard Jones2010-02-221-56/+0
| | | | | | | | | | | | | | This commit makes the semi-independent hivex library into a separate upstream project. The git repo for hivex is now: http://git.annexia.org/?p=hivex.git;a=summary Downloads of hivex are available here: http://libguestfs.org/download/ All questions, patches, bugs etc should be sent to the libguestfs mailing list and bug tracker.
* Tools for analyzing and reverse engineering hive files.Richard Jones2010-02-041-0/+56
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 <toolname>.opt You will also need ocaml-extlib-devel and ocaml-bitstring-devel.