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
24 hivex(3), hivexget(1), hivexsh(1), hivexregedit(1), virt-win-reg(1),
25 guestfs(3), <http://libguestfs.org/>, virt-cat(1), virt-edit(1).
26
28 Richard W.M. Jones ("rjones at redhat dot com")
29
31 Copyright (C) 2009 Red Hat Inc.
32
33 This program is free software; you can redistribute it and/or modify it
34 under the terms of the GNU General Public License as published by the
35 Free Software Foundation; either version 2 of the License, or (at your
36 option) any later version.
37
38 This program is distributed in the hope that it will be useful, but
39 WITHOUT ANY WARRANTY; without even the implied warranty of
40 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
41 General Public License for more details.
42
43 You should have received a copy of the GNU General Public License along
44 with this program; if not, write to the Free Software Foundation, Inc.,
45 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
46
47
48
49hivex-1.3.3 2010-12-23 hivexml(1)