hivex: Add HIVEX_OPEN_WRITE flag to allow hive to be opened for writing.
[libguestfs.git] / hivex / hivexml.pod
1 =encoding utf8
2
3 =head1 NAME
4
5 hivexml - Convert Windows Registry binary "hive" into XML
6
7 =head1 SYNOPSIS
8
9  hivexml [-dk] hivefile > output.xml
10
11 =head1 DESCRIPTION
12
13 This program converts a single Windows Registry binary "hive"
14 file into a self-describing XML format.
15
16 =head1 OPTIONS
17
18 =over 4
19
20 =item B<-d>
21
22 Enable lots of debug messages.  If you find a Registry file
23 that this program cannot parse, please enable this option and
24 post the complete output I<and> the Registry file in your
25 bug report.
26
27 =item B<-k>
28
29 Keep going even if we find errors in the Registry file.  This
30 skips over any parts of the Registry that we cannot read.
31
32 =back
33
34 =head1 SEE ALSO
35
36 L<hivex(3)>,
37 L<hivexget(1)>,
38 L<hivexsh(1)>,
39 L<virt-win-reg(1)>,
40 L<guestfs(3)>,
41 L<http://libguestfs.org/>,
42 L<virt-cat(1)>,
43 L<virt-edit(1)>.
44
45 =head1 AUTHORS
46
47 Richard W.M. Jones (C<rjones at redhat dot com>)
48
49 =head1 COPYRIGHT
50
51 Copyright (C) 2009 Red Hat Inc.
52
53 This program is free software; you can redistribute it and/or modify
54 it under the terms of the GNU General Public License as published by
55 the Free Software Foundation; either version 2 of the License, or
56 (at your option) any later version.
57
58 This program is distributed in the hope that it will be useful,
59 but WITHOUT ANY WARRANTY; without even the implied warranty of
60 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61 GNU General Public License for more details.
62
63 You should have received a copy of the GNU General Public License along
64 with this program; if not, write to the Free Software Foundation, Inc.,
65 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.