1hivexml(1) Windows Registry hivexml(1)
2
3
4
6 hivexml - Convert Windows Registry binary "hive" into XML
7
9 hivexml [-dk] hivefile > output.xml
10
12 This program converts a single Windows Registry binary "hive" file into
13 a self-describing XML format.
14
16 -d Enable lots of debug messages. If you find a Registry file that
17 this program cannot parse, please enable this option and post the
18 complete output and the Registry file in your bug report.
19
20 -k Keep going even if we find errors in the Registry file. This skips
21 over any parts of the Registry that we cannot read.
22
23 -u Use heuristics to tolerate certain levels of corruption within
24 hives.
25
26 This is unsafe but may allow to export/merge valid keys/values in
27 an othewise corrupted hive.
28
30 hivex(3), hivexget(1), hivexsh(1), hivexregedit(1), virt-win-reg(1),
31 guestfs(3), <http://libguestfs.org/>, virt-cat(1), virt-edit(1).
32
34 Richard W.M. Jones ("rjones at redhat dot com")
35
37 Copyright (C) 2009 Red Hat Inc.
38
39 This program is free software; you can redistribute it and/or modify it
40 under the terms of the GNU General Public License as published by the
41 Free Software Foundation; either version 2 of the License, or (at your
42 option) any later version.
43
44 This program is distributed in the hope that it will be useful, but
45 WITHOUT ANY WARRANTY; without even the implied warranty of
46 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
47 General Public License for more details.
48
49 You should have received a copy of the GNU General Public License along
50 with this program; if not, write to the Free Software Foundation, Inc.,
51 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
52
53
54
55hivex-1.3.21 2021-08-02 hivexml(1)