Tools for analyzing and reverse engineering hive files.
authorRichard Jones <rjones@redhat.com>
Wed, 3 Feb 2010 17:35:53 +0000 (17:35 +0000)
committerRichard Jones <rjones@redhat.com>
Fri, 19 Feb 2010 14:59:57 +0000 (14:59 +0000)
commit253def9de52d744e5ecb75fe0e163276d8ab9653
tree7571d78369a4fe7ae30aa4713dee339d6d855d6e
parent2f85c2ad67b388b378191e4a605585bd05dcede7
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 <toolname>.opt

You will also need ocaml-extlib-devel and ocaml-bitstring-devel.
12 files changed:
.gitignore
configure.ac
hivex/Makefile.am
hivex/tools/Makefile.am [new file with mode: 0644]
hivex/tools/clearheaderfields.ml [new file with mode: 0644]
hivex/tools/counter.ml [new file with mode: 0644]
hivex/tools/counter.mli [new file with mode: 0644]
hivex/tools/fillemptyhbins.ml [new file with mode: 0644]
hivex/tools/truncatefile.ml [new file with mode: 0644]
hivex/tools/visualizer.ml [new file with mode: 0644]
hivex/tools/visualizer_NT_time.ml [new file with mode: 0644]
hivex/tools/visualizer_utils.ml [new file with mode: 0644]