search for: afab80b

Displaying 1 result from an estimated 1 matches for "afab80b".

Did you mean: afab208
2017 Jul 11
0
[PATCH] hivexml: Add -u flag for HIVEX_OPEN_UNSAFE
...s |= HIVEX_VISIT_SKIP_BAD; break; + case 'u': + open_flags |= HIVEX_OPEN_UNSAFE; + break; default: fprintf (stderr, "hivexml [-dk] regfile > output.xml\n"); exit (EXIT_FAILURE); diff --git a/xml/hivexml.pod b/xml/hivexml.pod index 257257c..afab80b 100644 --- a/xml/hivexml.pod +++ b/xml/hivexml.pod @@ -29,6 +29,13 @@ bug report. Keep going even if we find errors in the Registry file. This skips over any parts of the Registry that we cannot read. +=item B<-u> + +Use heuristics to tolerate certain levels of corruption within hives. +...