Hilko Bengen
2017-Jul-11 09:51 UTC
[Libguestfs] [PATCH] hivexsh: Add missing documentation for -u switch
--- sh/hivexsh.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sh/hivexsh.pod b/sh/hivexsh.pod index 7d7fc0a..8b10a6a 100644 --- a/sh/hivexsh.pod +++ b/sh/hivexsh.pod @@ -61,6 +61,13 @@ script, use: #!/usr/bin/hivexsh -f +=item B<-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. + =item B<-w> If this option is given, then writes are allowed to the hive -- 2.13.2
Richard W.M. Jones
2017-Jul-11 10:32 UTC
Re: [Libguestfs] [PATCH] hivexsh: Add missing documentation for -u switch
On Tue, Jul 11, 2017 at 11:51:39AM +0200, Hilko Bengen wrote:> --- > sh/hivexsh.pod | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/sh/hivexsh.pod b/sh/hivexsh.pod > index 7d7fc0a..8b10a6a 100644 > --- a/sh/hivexsh.pod > +++ b/sh/hivexsh.pod > @@ -61,6 +61,13 @@ script, use: > > #!/usr/bin/hivexsh -f > > +=item B<-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. > + > =item B<-w> > > If this option is given, then writes are allowed to the hive > -- > 2.13.2Thanks Hilko, I have pushed both. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org
Reasonably Related Threads
- [PATCH v4 0/5] hivex: handle corrupted hives better.
- [hivex PATCH 1/2] hivexregedit: fix POD markup
- [PATCH 01/14] hivexsh: Document some peculiarities of the "cd" command.
- Re: Hivex - Trailing garbage at the end of hive file
- [PATCH] Relax size checks for integer types