summaryrefslogtreecommitdiffstats
path: root/hivex/tools/visualizer.ml
Commit message (Collapse)AuthorAgeFilesLines
* hivex: Fix handling of inline VKs.Richard Jones2010-02-051-11/+15
|
* hivex: More debugging around nk 'unknown2' field.Richard Jones2010-02-041-10/+26
|
* hivex: Check hash fields in lf/lh records.Richard Jones2010-02-041-20/+61
|
* Tools for analyzing and reverse engineering hive files.Richard Jones2010-02-041-0/+923
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.