diff options
author | Richard Jones <rjones@redhat.com> | 2010-02-03 17:35:53 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-02-04 11:06:15 +0000 |
commit | db8a46aa1165479ddf2b551e81a7e96bb06fc942 (patch) | |
tree | b3e28ebfaa1e7380344f6a9ed7388050933144bf /.gitignore | |
parent | 6ea059d6a1bd1be605278057025d34dee675d64d (diff) | |
download | libguestfs-db8a46aa1165479ddf2b551e81a7e96bb06fc942.tar.gz libguestfs-db8a46aa1165479ddf2b551e81a7e96bb06fc942.tar.xz libguestfs-db8a46aa1165479ddf2b551e81a7e96bb06fc942.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ hivex/*.1 hivex/*.3 hivex/hivexsh hivex/hivexml +hivex/tools/*.opt html/guestfish.1.html html/guestfs.3.html html/guestmount.1.html |