search for: 20format

Displaying 3 results from an estimated 3 matches for "20format".

2018 Jul 23
3
[hivex PATCH] Re-allocating unused blocks before assigning new blocks
..., 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 email in error, ple...
2018 Jul 25
0
Re: [hivex PATCH] Re-allocating unused blocks before assigning new blocks
...ing 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 style. [...] &g...
2007 Jun 19
0
[PATCH 0/4] VHD Support addition
...ed on the VHD format spec covered by Microsoft''s "Open Specification Promise": http://www.microsoft.com/interop/osp/default.mspx MS VHD Spec can be found at the following link: http://download.microsoft.com/download/f/f/e/ffef50a5-07dd-4cf8-aaa3-442c0673a029/Virtual%20Hard%20Disk%20Format%20Spec_10_18_06.doc It is divided up into the following patches: qemu-vhd-support.patch [1/4] tapdisk-vhd-support.patch [2/4] blktap-fixes.patch [3/4] vdisk-support.patch [4/4] ### libvdisk #### These patches implement a shared library (libvdisk) between qemu, and...