summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-02-03 17:35:53 +0000
committerRichard Jones <rjones@redhat.com>2010-02-04 11:06:15 +0000
commitdb8a46aa1165479ddf2b551e81a7e96bb06fc942 (patch)
treeb3e28ebfaa1e7380344f6a9ed7388050933144bf /.gitignore
parent6ea059d6a1bd1be605278057025d34dee675d64d (diff)
downloadlibguestfs-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 49daccd3..899e973c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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