Displaying 2 results from an estimated 2 matches for "badsysback".
2013 Sep 24
3
Re: Hivex - Trailing garbage at the end of hive file
Is there a reason why a previous version of hivex ignored this condition
while more recent ones throw an error?
I do have some hive files that are failing (I'm yet to validate if they
are good or were corrupted some other way). I will do so and share my
findings
Thanks
~ Hari
On 9/24/13 5:20 PM, "Richard W.M. Jones" <rjones@redhat.com> wrote:
>On Tue, Sep 24, 2013 at
2013 Oct 04
2
Re: Hivex - Trailing garbage at the end of hive file
...vex was able to successfully open the new hive file
The sizes of the different hive files shown here
[root@ip-10-66-209-246 ~]# ls -als bads*
7664 -rw--w--w- 1 root root 7847936 Oct 1 21:51 badsys (SYSTEM hive file
after truncating trailing garbage)
7680 -rw------- 1 root root 7864320 Oct 1 21:21 badsysback (original
SYSTEM hive file)
16 -rw-r--r-- 1 root root 16384 Oct 1 21:55 badsysgarb (16K of truncated
garbage)
Looking into hive file, the last 16K is what hivex complains to be
trailing garbage. All of that 16K is zeroes.
[root@ip-10-66-209-246 ~]# dd if=./badsysback of=./badsysgarb bs=4k
skip=1...