Displaying 3 results from an estimated 3 matches for "20registry".
Did you mean:
20register
2018 Jul 23
3
[hivex PATCH] Re-allocating unused blocks before assigning new blocks
...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 paramount. If you received this emai...
2005 Aug 30
0
No subject
...romedia Fireworks installed and that doesn't run either.
> However, wine happily runs "solitaire" and "notepad" with no errors or
> issues.
>
The support for a "real" Windows registry was dropped in Wine recently.
http://www.winehq.org/?issue=266#Windows%20Registry%20Loading%20Removed
That means that if program requires registry entries, and I suspect that
Dreamweaver and Fireworks do, then they will probably need to be
installed from within Wine. Solitaire and notepad do not require
registry entries, so they are unaffected.
So I would suggest trying a new...
2018 Jul 25
0
Re: [hivex PATCH] Re-allocating unused blocks before assigning new blocks
...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 reformatted so it fits with the existing code...