Displaying 2 results from an estimated 2 matches for "msuhanov".
2018 Jul 23
3
[hivex PATCH] Re-allocating unused blocks before assigning new blocks
Hello Richard
As discussed in the IRC channel, when merging a moderately large reg
file (~35MB) to a hiv file (~118 MB); hivex generates a huge hiv file
(~580 MB). These changes address that by creating a list of unallocated
blocks and reassigning unused blocks. I used
https://github.com/msuhanov/regf/blob/master/Windows%20registry%20file%20format%20specification.md
as a reference for the structure of the hiv file (in addition to the
source code itself)
Attaching the patch file.
Shreyas
--
NOTICE OF CONFIDENTIALITY: At Rapid7, the privacy of our customers,
partners, and employees is...
2018 Jul 25
0
Re: [hivex PATCH] Re-allocating unused blocks before assigning new blocks
...gt;
> As discussed in the IRC channel, when merging a moderately large reg
> file (~35MB) to a hiv file (~118 MB); hivex generates a huge hiv
> file (~580 MB). These changes address that by creating a list of
> unallocated blocks and reassigning unused blocks. I used https://github.com/msuhanov/regf/blob/master/Windows%20registry%20file%20format%20specification.md
> as a reference for the structure of the hiv file (in addition to the
> source code itself)
>
> Attaching the patch file.
Just as a general comment, for the patch to go upstream at all it will
need to be reformatte...