Displaying 2 results from an estimated 2 matches for "f76dd6f04ad4d5c971".
2013 Sep 24
2
Hivex - Trailing garbage at the end of hive file
...ry files. */
+ if (h->msglvl >= 2)
+ fprintf (stderr, "hivex: %s: ignoring trailing garbage at end of file (at %zu, after %zu pages)\n",
+ filename, off, h->pages);
Break;
http://git.annexia.org/?p=hivex.git;a=commitdiff;h=5439842dc591accbf620a5f76dd6f04ad4d5c971
In your experience, is this a common condition seen in some windows hive files and is it safe to ignore when this condition is encountered?
Thanks
~ Hari
---------
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines. Supp...
2013 Sep 24
3
Re: Hivex - Trailing garbage at the end of hive file
...(stderr, "hivex: %s: ignoring trailing garbage at end
>>of file (at %zu, after %zu pages)\n",
>> + filename, off, h->pages);
>> Break;
>>
>>
>>http://git.annexia.org/?p=hivex.git;a=commitdiff;h=5439842dc591accbf620a5
>>f76dd6f04ad4d5c971
>
>> In your experience, is this a common condition seen in some windows
>> hive files and is it safe to ignore when this condition is
>> encountered?
>
>I have seen this, rarely, in registry hives. I don't understand at
>all why it would happen, but would welcome...