logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hivexml - Convert Windows Registry binary "hive" into XML

Authors

       Richard W.M. Jones ("rjones at redhat dot com")

Description

       This program converts a single Windows Registry binary "hive" file into a self-describing XML format.

Name

       hivexml - Convert Windows Registry binary "hive" into XML

Options

-d  Enable  lots  of  debug messages.  If you find a Registry file that this program cannot parse, please
           enable this option and post the complete output and the Registry file in your bug report.

       -k  Keep going even if we find errors in the Registry file.  This skips over any parts  of  the  Registry
           that we cannot read.

       -u  Use heuristics to tolerate certain levels of corruption within hives.

           This is unsafe but may allow to export/merge valid keys/values in an othewise corrupted hive.

See Also

hivex(3),      hivexget(1),      hivexsh(1),      hivexregedit(1),      virt-win-reg(1),      guestfs(3),
       <http://libguestfs.org/>, virt-cat(1), virt-edit(1).

Synopsis

        hivexml [-dk] hivefile > output.xml

See Also