log2timeline / plaso

Super timeline all the things
https://plaso.readthedocs.io
Apache License 2.0
1.73k stars 348 forks source link

unable to read backup NTFS volume header on image with VSS due missing sector in GPT partition size #3923

Closed sorchaa closed 2 years ago

sorchaa commented 2 years ago

Hello, I encountered this error when running log2timeline on some images made from guymaguer. I tried the same command on the original hard drive with the same result. On other disks with the same version of guymaguer log2timeline works as expected. the images in ewf format are mountable and perfectly readable.

Version of log2timeline :

# log2timeline.py -V
plaso - log2timeline version 20211024

Version of dfvfs:

# pip3 show dfvfs
Name: dfvfs
Version: 20211017
Summary: Digital Forensics Virtual File System (dfVFS).
Home-page: https://github.com/log2timeline/dfvfs
Author: None
Author-email: None
License: Apache License, Version 2.0
Location: /usr/local/lib/python3.9/dist-packages
Requires: 
Required-by: 

Error :

# log2timeline.py --storage_file mft.plaso --parsers mft -f /mnt/mft_log2timeline.txt --no_vss /mnt/ewf/ewf1
2021-11-15 08:55:30,937 [INFO] (MainProcess) PID:6577 <data_location> Determined data location: /usr/local/share/plaso
2021-11-15 08:55:30,945 [INFO] (MainProcess) PID:6577 <artifact_definitions> Determined artifact definitions path: /usr/local/share/artifacts
Checking availability and versions of dependencies.
[OK]

The following partitions were found:

Identifier      Offset (in bytes)               Size (in bytes)
p1              1048576 (0x00100000)            500.0MiB / 524.3MB (524287488 B)
p2              525336576 (0x1f500000)          128.0MiB / 134.2MB (134217216 B)
p3              659554304 (0x27500000)          463.8GiB / 498.0GB (497959221760 B)
p4              498618859520 (0x7418000000)     508.0MiB / 532.7MB (532676096 B)
p5              499151536128 (0x7437c00000)     450.0MiB / 471.9MB (471858688 B)
p6              499623395328 (0x7453e00000)     11.6GiB / 12.5GB (12486442496 B)

Please specify the identifier of the partition that should be
processed. All partitions can be defined as: "all". Note that you can
abort with Ctrl^C.

Partition identifier(s): 3
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/dist-packages/dfvfs/resolver/resolver.py", line 168, in OpenFileSystem
    file_system.Open()
  File "/usr/local/lib/python3.9/dist-packages/dfvfs/vfs/file_system.py", line 257, in Open
    self._Open(mode=mode)
  File "/usr/local/lib/python3.9/dist-packages/dfvfs/vfs/vshadow_file_system.py", line 63, in _Open
    vshadow_volume.open_file_object(file_object)
OSError: pyvshadow_volume_open_file_object: unable to open volume. libvshadow_ntfs_volume_header_read_file_io_handle: unable to read NTFS volume header data at offset: 497959221760 (0x73f0aeba00). libvshadow_volume_open_read_ntfs_volume_headers: unable to read backup NTFS volume header. libvshadow_volume_open_read: unable to read NTFS volume headers. libvshadow_volume_open_file_io_handle: unable to read from file IO handle.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/log2timeline.py", line 4, in <module>
    __import__('pkg_resources').run_script('plaso==20211024', 'log2timeline.py')
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 667, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1464, in run_script
    exec(code, namespace, namespace)
  File "/usr/local/lib/python3.9/dist-packages/plaso-20211024-py3.9.egg/EGG-INFO/scripts/log2timeline.py", line 99, in <module>
    if not Main():
  File "/usr/local/lib/python3.9/dist-packages/plaso-20211024-py3.9.egg/EGG-INFO/scripts/log2timeline.py", line 73, in Main
    tool.ExtractEventsFromSources()
  File "/usr/local/lib/python3.9/dist-packages/plaso/cli/extraction_tool.py", line 651, in ExtractEventsFromSources
    self.ScanSource(self._source_path)
  File "/usr/local/lib/python3.9/dist-packages/plaso/cli/storage_media_tool.py", line 642, in ScanSource
    base_path_specs = volume_scanner_object.GetBasePathSpecs(
  File "/usr/local/lib/python3.9/dist-packages/dfvfs/helpers/volume_scanner.py", line 689, in GetBasePathSpecs
    return self._GetBasePathSpecs(scan_context, options)
  File "/usr/local/lib/python3.9/dist-packages/plaso/cli/storage_media_tool.py", line 224, in _GetBasePathSpecs
    self._ScanVolume(scan_context, sub_scan_node, options, base_path_specs)
  File "/usr/local/lib/python3.9/dist-packages/dfvfs/helpers/volume_scanner.py", line 607, in _ScanVolume
    self._ScanVolume(scan_context, sub_scan_node, options, base_path_specs)
  File "/usr/local/lib/python3.9/dist-packages/dfvfs/helpers/volume_scanner.py", line 582, in _ScanVolume
    self._ScanVolumeSystemRoot(
  File "/usr/local/lib/python3.9/dist-packages/plaso/cli/storage_media_tool.py", line 309, in _ScanVolumeSystemRoot
    volume_system.Open(scan_node.path_spec)
  File "/usr/local/lib/python3.9/dist-packages/dfvfs/volume/volume_system.py", line 290, in Open
    self._file_system = resolver.Resolver.OpenFileSystem(path_spec)
  File "/usr/local/lib/python3.9/dist-packages/dfvfs/resolver/resolver.py", line 170, in OpenFileSystem
    raise errors.BackEndError(
dfvfs.lib.errors.BackEndError: Unable to open file system with error: pyvshadow_volume_open_file_object: unable to open volume. libvshadow_ntfs_volume_header_read_file_io_handle: unable to read NTFS volume header data at offset: 497959221760 (0x73f0aeba00). libvshadow_volume_open_read_ntfs_volume_headers: unable to read backup NTFS volume header. libvshadow_volume_open_read: unable to read NTFS volume headers. libvshadow_volume_open_file_io_handle: unable to read from file IO handle.

If you need something more for debugging, it will be with pleasure. Have a nice day,

joachimmetz commented 2 years ago

pip3 show dfvfs

First of all using pip without virtualenv is NOT a recommended installation method.

the images in ewf format are mountable and perfectly readable.

This is no guarantee the data is complete, what is the output of ewfverify ?

OSError: pyvshadow_volume_open_file_object: unable to open volume.
libvshadow_ntfs_volume_header_read_file_io_handle: unable to read NTFS volume header data at offset: 497959221760 (0x73f0aeba00).
libvshadow_volume_open_read_ntfs_volume_headers: unable to read backup NTFS volume header.
libvshadow_volume_open_read: unable to read NTFS volume headers.
libvshadow_volume_open_file_io_handle: unable to read from file IO handle.

This error indicates that libvshadow is not able to find the back up NTFS volume header.

sorchaa commented 2 years ago

Hi joachimmetz, The image was did from the NVME entire disk. I've got the same error when I try directly on the disk. Results of ewfverify:

Verify completed at: Nov 15, 2021 10:02:57

Read: 476 GiB (512110190592 bytes) in 19 minute(s) and 46 second(s) with 411 MiB/s (431796113 bytes/second)

MD5 hash stored in file:        N/A
MD5 hash calculated over data:      15001835634f89411ef861bf3414678c

Additional hash values:
SHA1:   7cea7e07097f904b199ac7417acff6d7906dd9a9

ewfverify: SUCCESS

Details of the original disk :

# mmls /dev/sde
GUID Partition Table (EFI)
Offset Sector: 0
Units are in 512-byte sectors

      Slot      Start        End          Length       Description
000:  Meta      0000000000   0000000000   0000000001   Safety Table
001:  -------   0000000000   0000002047   0000002048   Unallocated
002:  Meta      0000000001   0000000001   0000000001   GPT Header
003:  Meta      0000000002   0000000033   0000000032   Partition Table
004:  000       0000002048   0001026047   0001024000   EFI system partition
005:  001       0001026048   0001288191   0000262144   Microsoft reserved partition
006:  002       0001288192   0973864797   0972576606   Basic data partition
007:  -------   0973864798   0973864959   0000000162   Unallocated
008:  003       0973864960   0974905343   0001040384   
009:  004       0974905344   0975826943   0000921600   
010:  005       0975826944   1000214527   0024387584   
011:  -------   1000214528   1000215215   0000000688   Unallocated

It's the same on the ewf image :

# ll /mnt/disk/dd/
total 28269964
-rwxrwxrwx 1 root root 26843540739 nov.  12 16:13 dd.E01
-rwxrwxrwx 1 root root  2104890021 nov.  12 16:14 dd.E02
-rwxrwxrwx 1 root root        5885 nov.  12 16:14 dd.info

# mmls /mnt/disk/dd/dd.E01
GUID Partition Table (EFI)
Offset Sector: 0
Units are in 512-byte sectors

      Slot      Start        End          Length       Description
000:  Meta      0000000000   0000000000   0000000001   Safety Table
001:  -------   0000000000   0000002047   0000002048   Unallocated
002:  Meta      0000000001   0000000001   0000000001   GPT Header
003:  Meta      0000000002   0000000033   0000000032   Partition Table
004:  000       0000002048   0001026047   0001024000   EFI system partition
005:  001       0001026048   0001288191   0000262144   Microsoft reserved partition
006:  002       0001288192   0973864797   0972576606   Basic data partition
007:  -------   0973864798   0973864959   0000000162   Unallocated
008:  003       0973864960   0974905343   0001040384   
009:  004       0974905344   0975826943   0000921600   
010:  005       0975826944   1000214527   0024387584   
011:  -------   1000214528   1000215215   0000000688   Unallocated

Results on log2totimeline directly on the disk:

# log2timeline.py /dev/sde
2021-11-15 09:35:32,587 [INFO] (MainProcess) PID:7390 <data_location> Determined data location: /usr/local/share/plaso
2021-11-15 09:35:32,595 [INFO] (MainProcess) PID:7390 <artifact_definitions> Determined artifact definitions path: /usr/local/share/artifacts
Checking availability and versions of dependencies.
[OK]

The following partitions were found:

Identifier      Offset (in bytes)               Size (in bytes)
p1              1048576 (0x00100000)            500.0MiB / 524.3MB (524287488 B)
p2              525336576 (0x1f500000)          128.0MiB / 134.2MB (134217216 B)
p3              659554304 (0x27500000)          463.8GiB / 498.0GB (497959221760 B)
p4              498618859520 (0x7418000000)     508.0MiB / 532.7MB (532676096 B)
p5              499151536128 (0x7437c00000)     450.0MiB / 471.9MB (471858688 B)
p6              499623395328 (0x7453e00000)     11.6GiB / 12.5GB (12486442496 B)

Please specify the identifier of the partition that should be
processed. All partitions can be defined as: "all". Note that you can
abort with Ctrl^C.

Partition identifier(s): 3
...
OSError: pyvshadow_volume_open_file_object: unable to open volume. libvshadow_ntfs_volume_header_read_file_io_handle: unable to read NTFS volume header data at offset: 497959221760 (0x73f0aeba00). libvshadow_volume_open_read_ntfs_volume_headers: unable to read backup NTFS volume header. libvshadow_volume_open_read: unable to read NTFS volume headers. libvshadow_volume_open_file_io_handle: unable to read from file IO handle.
...
dfvfs.lib.errors.BackEndError: Unable to open file system with error: pyvshadow_volume_open_file_object: unable to open volume. libvshadow_ntfs_volume_header_read_file_io_handle: unable to read NTFS volume header data at offset: 497959221760 (0x73f0aeba00). libvshadow_volume_open_read_ntfs_volume_headers: unable to read backup NTFS volume header. libvshadow_volume_open_read: unable to read NTFS volume headers. libvshadow_volume_open_file_io_handle: unable to read from file IO handle.

I had the same error on a complete image of second NVME disk:

# mmls /mnt/nvme_os/nvme_os.E01
GUID Partition Table (EFI)
Offset Sector: 0
Units are in 512-byte sectors

      Slot      Start        End          Length       Description
000:  Meta      0000000000   0000000000   0000000001   Safety Table
001:  -------   0000000000   0000002047   0000002048   Unallocated
002:  Meta      0000000001   0000000001   0000000001   GPT Header
003:  Meta      0000000002   0000000033   0000000032   Partition Table
004:  000       0000002048   0001085439   0001083392   Basic data partition
005:  001       0001085440   0001290239   0000204800   EFI system partition
006:  002       0001290240   0001323007   0000032768   Microsoft reserved partition
007:  003       0001323008   1000214527   0998891520   Basic data partition
008:  -------   1000214528   1000215215   0000000688   Unallocated
joachimmetz commented 2 years ago

MD5 hash stored in file: N/A

why is there no MD5 or equiv hash stored in the EWF segment files set ? Never mind I see that there is a SHA1

If you can provide me with vshadow debug output (https://github.com/libyal/libvshadow/wiki/Troubleshooting#verbose-and-debug-output) that could shed some light on what is different in your situation.

sorchaa commented 2 years ago

Ok, I downloaed last version and compile like that :

# ./configure --enable-verbose-output --enable-debug-output
# vshadowinfo -V
vshadowinfo 20211114
# vshadowinfo -v -o $((512*1288192)) /mnt/ewf/ewf1 2&> vshadowinfo.log
# cat vshadowinfo.log
vshadowinfo 20211114

Reading NTFS volume headers:
libvshadow_ntfs_volume_header_read_file_io_handle: reading NTFS volume header at offset: 0 (0x00000000)
libvshadow_ntfs_volume_header_read_data: NTFS volume header data:
00000000: eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00   .R.NTFS     .....
00000010: 00 00 00 00 00 f8 00 00  3f 00 ff 00 00 a8 13 00   ........ ?.......
00000020: 00 00 00 00 80 00 80 00  5d 57 f8 39 00 00 00 00   ........ ]W.9....
00000030: 00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00   ........ ........
00000040: f6 00 00 00 01 00 00 00  c3 44 e9 1a 7b e9 1a aa   ........ .D..{...
00000050: 00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07   .....3.. ...|.h..
00000060: 1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e   ..hf.... ..f.>..N
00000070: 54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb   TFSu..A. .U..r...
00000080: 55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec   U.u..... u.......
00000090: 18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13   .h...H.. ........
000000a0: 9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3   .....X.r .;...u..
000000b0: 0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8   ........ Z3... +.
000000c0: 66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8   f....... ........
000000d0: 4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d   K.+.w... ...f#.u-
000000e0: 66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16   f..TCPAu $....r..
000000f0: 68 07 bb 16 68 52 11 16  68 09 00 66 53 66 53 66   h...hR.. h..fSfSf
00000100: 55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf   U...h..f a....3..
00000110: 0a 13 b9 f6 0c fc f3 aa  e9 fe 01 90 90 66 60 1e   ........ .....f`.
00000120: 06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00   .f...f.. ...fh...
00000130: 00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e   .fP.Sh.. h...B...
00000140: 00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f   .......f Y[ZfYfY.
00000150: 0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff   ....f... ........
00000160: 0e 16 00 75 bc 07 1f 66  61 c3 a1 f6 01 e8 09 00   ...u...f a.......
00000170: a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09   ........ ....<.t.
00000180: b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 45 72 72 65   ........ ....Erre
00000190: 75 72 20 6c 65 63 74 75  72 65 20 64 69 73 71 75   ur lectu re disqu
000001a0: 65 00 0d 0a 42 4f 4f 54  4d 47 52 20 63 6f 6d 70   e...BOOT MGR comp
000001b0: 72 65 73 73 82 00 0d 0a  43 74 72 6c 2b 41 6c 74   ress.... Ctrl+Alt
000001c0: 2b 53 75 70 70 72 20 70  6f 75 72 20 72 65 64 82   +Suppr p our red.
000001d0: 6d 61 72 72 65 72 0d 0a  00 73 74 61 72 74 0d 0a   marrer.. .start..
000001e0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
000001f0: 00 00 00 00 00 00 8a 01  a2 01 b6 01 00 00 55 aa   ........ ......U.

libvshadow_ntfs_volume_header_read_data: boot entry point       : 0xeb 0x52 0x90
libvshadow_ntfs_volume_header_read_data: file system signature      : NTFS    
libvshadow_ntfs_volume_header_read_data: bytes per sector       : 512
libvshadow_ntfs_volume_header_read_data: sectors per cluster block  : 8
libvshadow_ntfs_volume_header_read_data: unknown1
00000000: 00 00 00 00 00 00 00                               .......

libvshadow_ntfs_volume_header_read_data: media descriptor       : 0xf8
libvshadow_ntfs_volume_header_read_data: unknown2           : 0
libvshadow_ntfs_volume_header_read_data: sectors per track      : 63
libvshadow_ntfs_volume_header_read_data: number of heads        : 255
libvshadow_ntfs_volume_header_read_data: number of hidden sectors   : 1288192
libvshadow_ntfs_volume_header_read_data: unknown3           : 0x00000000 (0)
libvshadow_ntfs_volume_header_read_data: unknown4           : 0x00800080 (8388736)
libvshadow_ntfs_volume_header_read_data: total number of sectors    : 972576605
libvshadow_ntfs_volume_header_read_data: MFT cluster block number   : 786432
libvshadow_ntfs_volume_header_read_data: mirror MFT cluster block number: 2
libvshadow_ntfs_volume_header_read_data: MFT entry size         : 246
libvshadow_ntfs_volume_header_read_data: index entry size       : 1
libvshadow_ntfs_volume_header_read_data: volume serial number       : 0xaa1ae97b1ae944c3
libvshadow_ntfs_volume_header_read_data: checksum           : 0x00000000
libvshadow_ntfs_volume_header_read_data: bootcode
00000000: fa 33 c0 8e d0 bc 00 7c  fb 68 c0 07 1f 1e 68 66   .3.....| .h....hf
00000010: 00 cb 88 16 0e 00 66 81  3e 03 00 4e 54 46 53 75   ......f. >..NTFSu
00000020: 15 b4 41 bb aa 55 cd 13  72 0c 81 fb 55 aa 75 06   ..A..U.. r...U.u.
00000030: f7 c1 01 00 75 03 e9 dd  00 1e 83 ec 18 68 1a 00   ....u... .....h..
00000040: b4 48 8a 16 0e 00 8b f4  16 1f cd 13 9f 83 c4 18   .H...... ........
00000050: 9e 58 1f 72 e1 3b 06 0b  00 75 db a3 0f 00 c1 2e   .X.r.;.. .u......
00000060: 0f 00 04 1e 5a 33 db b9  00 20 2b c8 66 ff 06 11   ....Z3.. . +.f...
00000070: 00 03 16 0f 00 8e c2 ff  06 16 00 e8 4b 00 2b c8   ........ ....K.+.
00000080: 77 ef b8 00 bb cd 1a 66  23 c0 75 2d 66 81 fb 54   w......f #.u-f..T
00000090: 43 50 41 75 24 81 f9 02  01 72 1e 16 68 07 bb 16   CPAu$... .r..h...
000000a0: 68 52 11 16 68 09 00 66  53 66 53 66 55 16 16 16   hR..h..f SfSfU...
000000b0: 68 b8 01 66 61 0e 07 cd  1a 33 c0 bf 0a 13 b9 f6   h..fa... .3......
000000c0: 0c fc f3 aa e9 fe 01 90  90 66 60 1e 06 66 a1 11   ........ .f`..f..
000000d0: 00 66 03 06 1c 00 1e 66  68 00 00 00 00 66 50 06   .f.....f h....fP.
000000e0: 53 68 01 00 68 10 00 b4  42 8a 16 0e 00 16 1f 8b   Sh..h... B.......
000000f0: f4 cd 13 66 59 5b 5a 66  59 66 59 1f 0f 82 16 00   ...fY[Zf YfY.....
00000100: 66 ff 06 11 00 03 16 0f  00 8e c2 ff 0e 16 00 75   f....... .......u
00000110: bc 07 1f 66 61 c3 a1 f6  01 e8 09 00 a1 fa 01 e8   ...fa... ........
00000120: 03 00 f4 eb fd 8b f0 ac  3c 00 74 09 b4 0e bb 07   ........ <.t.....
00000130: 00 cd 10 eb f2 c3 0d 0a  45 72 72 65 75 72 20 6c   ........ Erreur l
00000140: 65 63 74 75 72 65 20 64  69 73 71 75 65 00 0d 0a   ecture d isque...
00000150: 42 4f 4f 54 4d 47 52 20  63 6f 6d 70 72 65 73 73   BOOTMGR  compress
00000160: 82 00 0d 0a 43 74 72 6c  2b 41 6c 74 2b 53 75 70   ....Ctrl +Alt+Sup
00000170: 70 72 20 70 6f 75 72 20  72 65 64 82 6d 61 72 72   pr pour  red.marr
00000180: 65 72 0d 0a 00 73 74 61  72 74 0d 0a 00 00 00 00   er...sta rt......
00000190: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
000001a0: 00 00 8a 01 a2 01 b6 01  00 00                     ........ ..

libvshadow_ntfs_volume_header_read_data: sector signature       : 0xaa55

libvshadow_ntfs_volume_header_read_data: calculated cluster block size  : 4096
libvshadow_ntfs_volume_header_read_data: calculated MFT entry size  : 1024
libvshadow_ntfs_volume_header_read_data: calculated index entry size    : 4096
libvshadow_ntfs_volume_header_read_data: calculated volume size     : 497959222272

libvshadow_ntfs_volume_header_read_file_io_handle: reading NTFS volume header at offset: 497959221760 (0x73f0aeba00)
libvshadow_ntfs_volume_header_read_data: NTFS volume header data:
00000000: eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00   .R.NTFS     .....
00000010: 00 00 00 00 00 f8 00 00  3f 00 ff 00 00 a8 13 00   ........ ?.......
00000020: 00 00 00 00 80 00 80 00  5d 57 f8 39 00 00 00 00   ........ ]W.9....
00000030: 00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00   ........ ........
00000040: f6 00 00 00 01 00 00 00  c3 44 e9 1a 7b e9 1a aa   ........ .D..{...
00000050: 00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07   .....3.. ...|.h..
00000060: 1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e   ..hf.... ..f.>..N
00000070: 54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb   TFSu..A. .U..r...
00000080: 55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec   U.u..... u.......
00000090: 18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13   .h...H.. ........
000000a0: 9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3   .....X.r .;...u..
000000b0: 0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8   ........ Z3... +.
000000c0: 66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8   f....... ........
000000d0: 4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d   K.+.w... ...f#.u-
000000e0: 66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16   f..TCPAu $....r..
000000f0: 68 07 bb 16 68 52 11 16  68 09 00 66 53 66 53 66   h...hR.. h..fSfSf
00000100: 55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf   U...h..f a....3..
00000110: 0a 13 b9 f6 0c fc f3 aa  e9 fe 01 90 90 66 60 1e   ........ .....f`.
00000120: 06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00   .f...f.. ...fh...
00000130: 00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e   .fP.Sh.. h...B...
00000140: 00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f   .......f Y[ZfYfY.
00000150: 0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff   ....f... ........
00000160: 0e 16 00 75 bc 07 1f 66  61 c3 a1 f6 01 e8 09 00   ...u...f a.......
00000170: a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09   ........ ....<.t.
00000180: b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 45 72 72 65   ........ ....Erre
00000190: 75 72 20 6c 65 63 74 75  72 65 20 64 69 73 71 75   ur lectu re disqu
000001a0: 65 00 0d 0a 42 4f 4f 54  4d 47 52 20 63 6f 6d 70   e...BOOT MGR comp
000001b0: 72 65 73 73 82 00 0d 0a  43 74 72 6c 2b 41 6c 74   ress.... Ctrl+Alt
000001c0: 2b 53 75 70 70 72 20 70  6f 75 72 20 72 65 64 82   +Suppr p our red.
000001d0: 6d 61 72 72 65 72 0d 0a  00 73 74 61 72 74 0d 0a   marrer.. .start..
000001e0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
000001f0: 00 00 00 00 00 00 8a 01  a2 01 b6 01 00 00 55 aa   ........ ......U.

libvshadow_ntfs_volume_header_read_data: boot entry point       : 0xeb 0x52 0x90
libvshadow_ntfs_volume_header_read_data: file system signature      : NTFS    
libvshadow_ntfs_volume_header_read_data: bytes per sector       : 512
libvshadow_ntfs_volume_header_read_data: sectors per cluster block  : 8
libvshadow_ntfs_volume_header_read_data: unknown1
00000000: 00 00 00 00 00 00 00                               .......

libvshadow_ntfs_volume_header_read_data: media descriptor       : 0xf8
libvshadow_ntfs_volume_header_read_data: unknown2           : 0
libvshadow_ntfs_volume_header_read_data: sectors per track      : 63
libvshadow_ntfs_volume_header_read_data: number of heads        : 255
libvshadow_ntfs_volume_header_read_data: number of hidden sectors   : 1288192
libvshadow_ntfs_volume_header_read_data: unknown3           : 0x00000000 (0)
libvshadow_ntfs_volume_header_read_data: unknown4           : 0x00800080 (8388736)
libvshadow_ntfs_volume_header_read_data: total number of sectors    : 972576605
libvshadow_ntfs_volume_header_read_data: MFT cluster block number   : 786432
libvshadow_ntfs_volume_header_read_data: mirror MFT cluster block number: 2
libvshadow_ntfs_volume_header_read_data: MFT entry size         : 246
libvshadow_ntfs_volume_header_read_data: index entry size       : 1
libvshadow_ntfs_volume_header_read_data: volume serial number       : 0xaa1ae97b1ae944c3
libvshadow_ntfs_volume_header_read_data: checksum           : 0x00000000
libvshadow_ntfs_volume_header_read_data: bootcode
00000000: fa 33 c0 8e d0 bc 00 7c  fb 68 c0 07 1f 1e 68 66   .3.....| .h....hf
00000010: 00 cb 88 16 0e 00 66 81  3e 03 00 4e 54 46 53 75   ......f. >..NTFSu
00000020: 15 b4 41 bb aa 55 cd 13  72 0c 81 fb 55 aa 75 06   ..A..U.. r...U.u.
00000030: f7 c1 01 00 75 03 e9 dd  00 1e 83 ec 18 68 1a 00   ....u... .....h..
00000040: b4 48 8a 16 0e 00 8b f4  16 1f cd 13 9f 83 c4 18   .H...... ........
00000050: 9e 58 1f 72 e1 3b 06 0b  00 75 db a3 0f 00 c1 2e   .X.r.;.. .u......
00000060: 0f 00 04 1e 5a 33 db b9  00 20 2b c8 66 ff 06 11   ....Z3.. . +.f...
00000070: 00 03 16 0f 00 8e c2 ff  06 16 00 e8 4b 00 2b c8   ........ ....K.+.
00000080: 77 ef b8 00 bb cd 1a 66  23 c0 75 2d 66 81 fb 54   w......f #.u-f..T
00000090: 43 50 41 75 24 81 f9 02  01 72 1e 16 68 07 bb 16   CPAu$... .r..h...
000000a0: 68 52 11 16 68 09 00 66  53 66 53 66 55 16 16 16   hR..h..f SfSfU...
000000b0: 68 b8 01 66 61 0e 07 cd  1a 33 c0 bf 0a 13 b9 f6   h..fa... .3......
000000c0: 0c fc f3 aa e9 fe 01 90  90 66 60 1e 06 66 a1 11   ........ .f`..f..
000000d0: 00 66 03 06 1c 00 1e 66  68 00 00 00 00 66 50 06   .f.....f h....fP.
000000e0: 53 68 01 00 68 10 00 b4  42 8a 16 0e 00 16 1f 8b   Sh..h... B.......
000000f0: f4 cd 13 66 59 5b 5a 66  59 66 59 1f 0f 82 16 00   ...fY[Zf YfY.....
00000100: 66 ff 06 11 00 03 16 0f  00 8e c2 ff 0e 16 00 75   f....... .......u
00000110: bc 07 1f 66 61 c3 a1 f6  01 e8 09 00 a1 fa 01 e8   ...fa... ........
00000120: 03 00 f4 eb fd 8b f0 ac  3c 00 74 09 b4 0e bb 07   ........ <.t.....
00000130: 00 cd 10 eb f2 c3 0d 0a  45 72 72 65 75 72 20 6c   ........ Erreur l
00000140: 65 63 74 75 72 65 20 64  69 73 71 75 65 00 0d 0a   ecture d isque...
00000150: 42 4f 4f 54 4d 47 52 20  63 6f 6d 70 72 65 73 73   BOOTMGR  compress
00000160: 82 00 0d 0a 43 74 72 6c  2b 41 6c 74 2b 53 75 70   ....Ctrl +Alt+Sup
00000170: 70 72 20 70 6f 75 72 20  72 65 64 82 6d 61 72 72   pr pour  red.marr
00000180: 65 72 0d 0a 00 73 74 61  72 74 0d 0a 00 00 00 00   er...sta rt......
00000190: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
000001a0: 00 00 8a 01 a2 01 b6 01  00 00                     ........ ..

libvshadow_ntfs_volume_header_read_data: sector signature       : 0xaa55

libvshadow_ntfs_volume_header_read_data: calculated cluster block size  : 4096
libvshadow_ntfs_volume_header_read_data: calculated MFT entry size  : 1024
libvshadow_ntfs_volume_header_read_data: calculated index entry size    : 4096
libvshadow_ntfs_volume_header_read_data: calculated volume size     : 497959222272

Reading VSS volume header:
libvshadow_io_handle_read_volume_header: reading volume header at offset: 7680 (0x00001e00)
libvshadow_io_handle_read_volume_header_data: volume header data:
00000000: 6b 87 08 38 76 c1 48 4e  b7 ae 04 04 6e 6c c7 52   k..8v.HN ....nl.R
00000010: 02 00 00 00 01 00 00 00  00 1e 00 00 00 00 00 00   ........ ........
00000020: 00 1e 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
00000030: 00 80 03 00 00 00 00 00  00 00 00 80 02 00 00 00   ........ ........
00000040: be 41 db c1 e1 4c e6 11  a2 15 80 6e 6f 6e 69 63   .A...L.. ...nonic
00000050: be 41 db c1 e1 4c e6 11  a2 15 80 6e 6f 6e 69 63   .A...L.. ...nonic
00000060: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
000001f0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_io_handle_read_volume_header_data: identifier        : 3808876b-c176-4e48-b7ae-04046e6cc752
libvshadow_io_handle_read_volume_header_data: version           : 2
libvshadow_io_handle_read_volume_header_data: record type       : 1
libvshadow_io_handle_read_volume_header_data: offset            : 0x00001e00
libvshadow_io_handle_read_volume_header_data: unknown1          : 0x00001e00
libvshadow_io_handle_read_volume_header_data: unknown2          : 0x00000000
libvshadow_io_handle_read_volume_header_data: catalog offset        : 0x00038000
libvshadow_io_handle_read_volume_header_data: maximum size      : 10737418240
libvshadow_io_handle_read_volume_header_data: volume identifier     : c1db41be-4ce1-11e6-a215-806e6f6e6963
libvshadow_io_handle_read_volume_header_data: store volume identifier   : c1db41be-4ce1-11e6-a215-806e6f6e6963
libvshadow_io_handle_read_volume_header_data: unknown3          : 0x00000000
libvshadow_io_handle_read_volume_header_data: unknown4:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000180: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
00000190: 00 00 00 00 00 00 00 00  00 00 00 00               ........ ....

Reading VSS catalog:
libvshadow_io_handle_read_catalog: reading catalog block at offset: 229376 (0x00038000)
libvshadow_io_handle_read_catalog_header_data: catalog header data:
00000000: 6b 87 08 38 76 c1 48 4e  b7 ae 04 04 6e 6c c7 52   k..8v.HN ....nl.R
00000010: 01 00 00 00 02 00 00 00  00 00 00 00 00 00 00 00   ........ ........
00000020: 00 80 03 00 00 00 00 00  00 c0 03 00 00 00 00 00   ........ ........
00000030: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
00000080: 02 00 00 00 00 00 00 00  00 bc ae f0 73 00 00 00   ........ ....s...
00000090: 75 31 08 f0 6a 2d ea 11  a1 82 44 1c a8 e2 ae 32   u1..j-.. ..D....2
000000a0: 01 00 00 00 00 00 00 00  40 04 00 00 00 00 00 00   ........ @.......
000000b0: 21 ec db 76 21 c2 d5 01  00 00 00 00 00 00 00 00   !..v!... ........
000000c0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
000000f0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
00000100: 03 00 00 00 00 00 00 00  00 40 49 4e 07 00 00 00   ........ .@IN....
00000110: 75 31 08 f0 6a 2d ea 11  a1 82 44 1c a8 e2 ae 32   u1..j-.. ..D....2
00000120: 00 00 49 4e 07 00 00 00  00 80 49 4e 07 00 00 00   ..IN.... ..IN....
00000130: 00 c0 50 4e 07 00 00 00  6a 14 00 00 00 00 08 00   ..PN.... j.......
00000140: 00 00 00 20 00 00 00 00  00 00 00 00 00 00 00 00   ... .... ........
00000150: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00003ff0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_io_handle_read_catalog_header_data: identifier       : 3808876b-c176-4e48-b7ae-04046e6cc752
libvshadow_io_handle_read_catalog_header_data: version          : 1
libvshadow_io_handle_read_catalog_header_data: record type      : 2
libvshadow_io_handle_read_catalog_header_data: relative offset      : 0x00000000
libvshadow_io_handle_read_catalog_header_data: offset           : 0x00038000
libvshadow_io_handle_read_catalog_header_data: next offset      : 0x0003c000
libvshadow_io_handle_read_catalog_header_data: unknown1:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000040: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 02 00 00 00 00 00 00 00  00 bc ae f0 73 00 00 00   ........ ....s...
00000010: 75 31 08 f0 6a 2d ea 11  a1 82 44 1c a8 e2 ae 32   u1..j-.. ..D....2
00000020: 01 00 00 00 00 00 00 00  40 04 00 00 00 00 00 00   ........ @.......
00000030: 21 ec db 76 21 c2 d5 01  00 00 00 00 00 00 00 00   !..v!... ........
00000040: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 2
libvshadow_store_descriptor_read_catalog_entry: volume size         : 497959222272
libvshadow_store_descriptor_read_catalog_entry: store identifier        : f0083175-2d6a-11ea-a182-441ca8e2ae32
libvshadow_store_descriptor_read_catalog_entry: unknown2            : 1
libvshadow_store_descriptor_read_catalog_entry: unknown3            : 1088
libvshadow_store_descriptor_read_catalog_entry: creation time           : Jan 03, 2020 10:35:06.113129700 UTC
libvshadow_store_descriptor_read_catalog_entry: unknown4:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000030: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
00000040: 00 00 00 00 00 00 00 00                            ........

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 03 00 00 00 00 00 00 00  00 40 49 4e 07 00 00 00   ........ .@IN....
00000010: 75 31 08 f0 6a 2d ea 11  a1 82 44 1c a8 e2 ae 32   u1..j-.. ..D....2
00000020: 00 00 49 4e 07 00 00 00  00 80 49 4e 07 00 00 00   ..IN.... ..IN....
00000030: 00 c0 50 4e 07 00 00 00  6a 14 00 00 00 00 08 00   ..PN.... j.......
00000040: 00 00 00 20 00 00 00 00  00 00 00 00 00 00 00 00   ... .... ........
00000050: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 3
libvshadow_store_descriptor_read_catalog_entry: store block list offset     : 0x74e494000
libvshadow_store_descriptor_read_catalog_entry: store identifier        : f0083175-2d6a-11ea-a182-441ca8e2ae32
libvshadow_store_descriptor_read_catalog_entry: store header offset     : 0x74e490000
libvshadow_store_descriptor_read_catalog_entry: store block range list offset   : 0x74e498000
libvshadow_store_descriptor_read_catalog_entry: store bitmap offset     : 0x74e50c000
libvshadow_store_descriptor_read_catalog_entry: store file reference        : MFT entry: 5226, sequence: 8
libvshadow_store_descriptor_read_catalog_entry: allocated size          : 536870912
libvshadow_store_descriptor_read_catalog_entry: store previous bitmap offset    : 0x00000000
libvshadow_store_descriptor_read_catalog_entry: unknown2            : 0
libvshadow_store_descriptor_read_catalog_entry: unknown3:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
00000010: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
00000020: 00 00 00 00 00 00 00 00                            ........

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_io_handle_read_catalog: reading catalog block at offset: 245760 (0x0003c000)
libvshadow_io_handle_read_catalog_header_data: catalog header data:
00000000: 6b 87 08 38 76 c1 48 4e  b7 ae 04 04 6e 6c c7 52   k..8v.HN ....nl.R
00000010: 01 00 00 00 02 00 00 00  00 40 00 00 00 00 00 00   ........ .@......
00000020: 00 c0 03 00 00 00 00 00  00 00 04 00 00 00 00 00   ........ ........
00000030: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00003ff0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_io_handle_read_catalog_header_data: identifier       : 3808876b-c176-4e48-b7ae-04046e6cc752
libvshadow_io_handle_read_catalog_header_data: version          : 1
libvshadow_io_handle_read_catalog_header_data: record type      : 2
libvshadow_io_handle_read_catalog_header_data: relative offset      : 0x00004000
libvshadow_io_handle_read_catalog_header_data: offset           : 0x0003c000
libvshadow_io_handle_read_catalog_header_data: next offset      : 0x00040000
libvshadow_io_handle_read_catalog_header_data: unknown1:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000040: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_io_handle_read_catalog: reading catalog block at offset: 262144 (0x00040000)
libvshadow_io_handle_read_catalog_header_data: catalog header data:
00000000: 6b 87 08 38 76 c1 48 4e  b7 ae 04 04 6e 6c c7 52   k..8v.HN ....nl.R
00000010: 01 00 00 00 02 00 00 00  00 80 00 00 00 00 00 00   ........ ........
00000020: 00 00 04 00 00 00 00 00  00 40 04 00 00 00 00 00   ........ .@......
00000030: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00003ff0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_io_handle_read_catalog_header_data: identifier       : 3808876b-c176-4e48-b7ae-04046e6cc752
libvshadow_io_handle_read_catalog_header_data: version          : 1
libvshadow_io_handle_read_catalog_header_data: record type      : 2
libvshadow_io_handle_read_catalog_header_data: relative offset      : 0x00008000
libvshadow_io_handle_read_catalog_header_data: offset           : 0x00040000
libvshadow_io_handle_read_catalog_header_data: next offset      : 0x00044000
libvshadow_io_handle_read_catalog_header_data: unknown1:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000040: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_io_handle_read_catalog: reading catalog block at offset: 278528 (0x00044000)
libvshadow_io_handle_read_catalog_header_data: catalog header data:
00000000: 6b 87 08 38 76 c1 48 4e  b7 ae 04 04 6e 6c c7 52   k..8v.HN ....nl.R
00000010: 01 00 00 00 02 00 00 00  00 c0 00 00 00 00 00 00   ........ ........
00000020: 00 40 04 00 00 00 00 00  00 00 00 00 00 00 00 00   .@...... ........
00000030: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00003ff0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_io_handle_read_catalog_header_data: identifier       : 3808876b-c176-4e48-b7ae-04046e6cc752
libvshadow_io_handle_read_catalog_header_data: version          : 1
libvshadow_io_handle_read_catalog_header_data: record type      : 2
libvshadow_io_handle_read_catalog_header_data: relative offset      : 0x0000c000
libvshadow_io_handle_read_catalog_header_data: offset           : 0x00044000
libvshadow_io_handle_read_catalog_header_data: next offset      : 0x00000000
libvshadow_io_handle_read_catalog_header_data: unknown1:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000040: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

libvshadow_store_descriptor_read_catalog_entry: catalog block entry data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_descriptor_read_catalog_entry: entry type          : 0

Reading VSS store: 00:
libvshadow_store_block_read: reading store block at offset: 31378178048 (0x74e490000)
libvshadow_store_block_read_header_data: store block header data:
00000000: 6b 87 08 38 76 c1 48 4e  b7 ae 04 04 6e 6c c7 52   k..8v.HN ....nl.R
00000010: 01 00 00 00 04 00 00 00  00 00 00 00 00 00 00 00   ........ ........
00000020: 00 00 49 4e 07 00 00 00  00 00 00 00 00 00 00 00   ..IN.... ........
00000030: 80 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
00000040: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000070: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

libvshadow_store_block_read_header_data: identifier         : 3808876b-c176-4e48-b7ae-04046e6cc752
libvshadow_store_block_read_header_data: version            : 1
libvshadow_store_block_read_header_data: record type            : 4
libvshadow_store_block_read_header_data: relative offset        : 0x00000000
libvshadow_store_block_read_header_data: offset             : 0x74e490000
libvshadow_store_block_read_header_data: next offset            : 0x00000000
libvshadow_store_block_read_header_data: unknown1           : 128
libvshadow_store_block_read_header_data: unknown2:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00000030: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
00000040: 00 00 00 00 00 00 00 00                            ........

libvshadow_store_descriptor_read_store_header: store header information:
00000000: 45 7d de e5 f2 49 a4 40  81 7c 7d c8 2b 72 58 7f   E}...I.@ .|}.+rX.
00000010: 11 b4 c5 d4 6c a3 f7 41  a7 e0 79 5b 09 a0 81 40   ....l..A ..y[...@
00000020: 18 e6 e4 3d 4f 84 e1 46  be 4b 8a 10 f4 19 d7 f6   ...=O..F .K......
00000030: 0d 00 00 00 01 00 00 00  0d 00 42 00 00 00 00 00   ........ ..B.....

libvshadow_store_descriptor_read_store_header: unknown5         : e5de7d45-49f2-40a4-817c-7dc82b72587f
libvshadow_store_descriptor_read_store_header: copy identifier      : d4c5b411-a36c-41f7-a7e0-795b09a08140
libvshadow_store_descriptor_read_store_header: copy set identifier  : 3de4e618-844f-46e1-be4b-8a10f419d7f6
libvshadow_store_descriptor_read_store_header: type         : 0x0000000d
libvshadow_store_descriptor_read_store_header: provider         : 1
libvshadow_store_descriptor_read_store_header: attribute flags      : 0x0042000d
    (VSS_VOLSNAP_ATTR_PERSISTENT)
    (VSS_VOLSNAP_ATTR_CLIENT_ACCESSIBLE)
    (VSS_VOLSNAP_ATTR_NO_AUTO_RELEASE)
    (VSS_VOLSNAP_ATTR_DIFFERENTIAL)
    (VSS_VOLSNAP_ATTR_AUTORECOVER)

libvshadow_store_descriptor_read_store_header: unknown10        : 0x00000000
libvshadow_store_descriptor_read_store_header: operating machine string : DESKTOP-J4VCTR3
libvshadow_store_descriptor_read_store_header: service machine string   : DESKTOP-J4VCTR3
libvshadow_store_descriptor_read_store_header: trailing data:
00000000: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........
...
00003ef0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........

Volume Shadow Snapshot information:
    Number of stores:   1

Store: 1
    Identifier      : f0083175-2d6a-11ea-a182-441ca8e2ae32
    Shadow copy set ID  : 3de4e618-844f-46e1-be4b-8a10f419d7f6
    Creation time       : Jan 03, 2020 10:35:06.113129700 UTC
    Shadow copy ID      : d4c5b411-a36c-41f7-a7e0-795b09a08140
    Volume size     : 463 GiB (497959222272 bytes)
    Attribute flags     : 0x0042000d
joachimmetz commented 2 years ago

@sorchaa so there is no "unable to read backup NTFS volume header" warning here, but I assume with log2timeline there still is?

joachimmetz commented 2 years ago

Can you send the output of log2timeline.py --troubles

sorchaa commented 2 years ago

@sorchaa so there is no "unable to read backup NTFS volume header" warning here, but I assume with log2timeline there still is?

Yes, it's the same issue. Results of log2timeline --troubles:

# log2timeline.py --troubles
2021-11-15 15:33:06,904 [INFO] (MainProcess) PID:14864 <data_location> Determined data location: /usr/local/share/plaso
Using Python version 3.9.2 (default, Feb 28 2021, 17:03:44) 
[GCC 10.2.1 20210110]

Path: /usr/local/lib/python3.9/dist-packages/plaso-20211024-py3.9.egg/EGG-INFO/scripts/log2timeline.py

plaso - log2timeline version 20211024

Checking availability and versions of dependencies.
[OK]        artifacts version: 20211012
[OK]        bencode
[OK]        certifi version: 2020.04.05.1
[OK]        cryptography version: 3.3.2
[OK]        dateutil version: 2.8.1
[OK]        defusedxml version: 0.7.1
[OK]        dfdatetime version: 20210509
[OK]        dfvfs version: 20211017
[OK]        dfwinreg version: 20201006
[OK]        dtfabric version: 20210731
[OK]        elasticsearch version: 7.15.1
[OK]        future version: 0.18.2
[OK]        idna version: 2.10
[OK]        lz4 version: 3.1.3+dfsg
[OK]        pefile version: 2021.9.3
[OK]        psutil version: 5.8.0
[OK]        pybde version: 20210605
[OK]        pycreg version: 20210625
[OK]        pyesedb version: 20210424
[OK]        pyevt version: 20210424
[OK]        pyevtx version: 20210525
[OK]        pyewf version: 20201230
[OK]        pyfsapfs version: 20210424
[OK]        pyfsext version: 20210721
[OK]        pyfshfs version: 20210722
[OK]        pyfsntfs version: 20211023
[OK]        pyfsxfs version: 20210726
[OK]        pyfvde version: 20210425
[OK]        pyfwnt version: 20210906
[OK]        pyfwsi version: 20210419
[OK]        pylnk version: 20210417
[OK]        pyluksde version: 20210419
[OK]        pymodi version: 20210807
[OK]        pymsiecf version: 20210420
[OK]        pyolecf version: 20210512
[OK]        pyparsing version: 2.4.7
[OK]        pyqcow version: 20210419
[OK]        pyregf version: 20210809
[OK]        pyscca version: 20210419
[OK]        pysigscan version: 20210419
[OK]        pysmdev version: 20210418
[OK]        pysmraw version: 20210807
[OK]        pytsk3 version: 20210126
[OK]        pytz
[OK]        pyvhdi version: 20210425
[OK]        pyvmdk version: 20210807
[OK]        pyvsgpt version: 20210207
[OK]        pyvshadow version: 20210425
[OK]        pyvslvm version: 20210807
[OK]        redis version: 3.5.3
[OK]        requests version: 2.23.0
[OK]        six version: 1.15.0
[OK]        urllib3 version: 1.25.9
[OK]        xattr version: 0.7.2
[OK]        xlsxwriter version: 1.1.2
[OK]        yaml version: 5.3.1
[OK]        yara version: 4.0.5
[OK]        zmq version: 22.3.0

Also see: https://plaso.readthedocs.io/en/latest/sources/user/Troubleshooting.html
joachimmetz commented 2 years ago
006:  002       0001288192   0973864797   0972576606   Basic data partition
007:  -------   0973864798   0973864959   0000000162   Unallocated

972576606 x 512 = 497959222272

Which equals the size of the VSS 497959222272

and 497959222272 - 497959221760 = 512

where p3 659554304 (0x27500000) 463.8GiB / 498.0GB (497959221760 B)

looks like 1 sector difference with VSGPT. A possible work around is to use --vfs-back-end TSK for now, I'll try to have a closer look if this might be an issue in VSGPT selling the volume 1 sector too short.

sorchaa commented 2 years ago

ok, Il will trie tomorrow with this option. For information, I did a image of a new hard disk in the same conditions and I have the same error. I don't think is pertinent but this new disk is a NVME disk.

joachimmetz commented 2 years ago

Looks like a missing 1-sector issue in libvsgpt, preparing an update.

joachimmetz commented 2 years ago

Alternative try updating to pyvsgpt 20211115

sorchaa commented 2 years ago

Hello Joachimmertz, I tried with --vfs-back-end and it worked, results :

# log2timeline.py --vfs_back_end tsk ./dd/dd.E01
2021-11-16 08:52:19,269 [INFO] (MainProcess) PID:5543 <data_location> Determined data location: /usr/local/share/plaso
2021-11-16 08:52:19,277 [INFO] (MainProcess) PID:5543 <artifact_definitions> Determined artifact definitions path: /usr/local/share/artifacts
Checking availability and versions of dependencies.
[OK]

The following partitions were found:

Identifier      Offset (in bytes)       Size (in bytes)
p1              1048576 (0x00100000)    529.0MiB / 554.7MB (554696704 B)
p2              555745280 (0x21200000)  100.0MiB / 104.9MB (104857600 B)
p3              660602880 (0x27600000)  16.0MiB / 16.8MB (16777216 B)
p4              677380096 (0x28600000)  476.3GiB / 511.4GB (511432458240 B)

Please specify the identifier of the partition that should be
processed. All partitions can be defined as: "all". Note that you can
abort with Ctrl^C.

Partition identifier(s): 4
The following Volume Shadow Snapshots (VSS) were found:

Identifier      Creation Time
vss1            2020-08-02 07:19:58.2928669

Please specify the identifier(s) of the VSS that should be processed:
Note that a range of stores can be defined as: 3..5. Multiple stores
can be defined as: 1,3,5 (a list of comma separated values). Ranges
and lists can also be combined as: 1,3..5. The first store is 1. All
stores can be defined as "all". If no stores are specified none will
be processed. You can abort with Ctrl^C.

VSS identifier(s): 

Source path     : /mnt/2to/dd/dd.E01
Source type     : storage media image
Processing time     : 00:00:00

Processing started.
^C^CTraceback (most recent call last):
sorchaa commented 2 years ago

Install of pyvsgpt20211115:

# pip3 install libvsgpt-python==20211115
Collecting libvsgpt-python==20211115
  Downloading libvsgpt-python-20211115.tar.gz (1.5 MB)
     |████████████████████████████████| 1.5 MB 2.2 MB/s 
Building wheels for collected packages: libvsgpt-python
  Building wheel for libvsgpt-python (setup.py) ... done
  Created wheel for libvsgpt-python: filename=libvsgpt_python-20211115-cp39-cp39-linux_x86_64.whl size=1093591 sha256=51d46532ddffc325c16c04a90d40a173d5cd3dc60c1f020e96af7659bafed957
  Stored in directory: /root/.cache/pip/wheels/8d/00/64/b0b6e2e42fdf1436c868f065d37f7c78f223a5cad36083af05
Successfully built libvsgpt-python
Installing collected packages: libvsgpt-python
  Attempting uninstall: libvsgpt-python
    Found existing installation: libvsgpt-python 20210207
    Uninstalling libvsgpt-python-20210207:
      Successfully uninstalled libvsgpt-python-20210207
Successfully installed libvsgpt-python-20211115

# log2timeline --troubles
...
[OK]        pyvsgpt version: 20211115...

And it works with the updated dependency, results :

# log2timeline.py ./dd/dd.E01
2021-11-16 09:01:44,134 [INFO] (MainProcess) PID:11929 <data_location> Determined data location: /usr/local/share/plaso
2021-11-16 09:01:44,141 [INFO] (MainProcess) PID:11929 <artifact_definitions> Determined artifact definitions path: /usr/local/share/artifacts
Checking availability and versions of dependencies.
[OK]

The following partitions were found:

Identifier      Offset (in bytes)       Size (in bytes)
p1              1048576 (0x00100000)    529.0MiB / 554.7MB (554696704 B)
p2              555745280 (0x21200000)  100.0MiB / 104.9MB (104857600 B)
p3              660602880 (0x27600000)  16.0MiB / 16.8MB (16777216 B)
p4              677380096 (0x28600000)  476.3GiB / 511.4GB (511432458240 B)

Please specify the identifier of the partition that should be
processed. All partitions can be defined as: "all". Note that you can
abort with Ctrl^C.

Partition identifier(s): 4
The following Volume Shadow Snapshots (VSS) were found:

Identifier      Creation Time
vss1            2020-08-02 07:19:58.2928669

Please specify the identifier(s) of the VSS that should be processed:
Note that a range of stores can be defined as: 3..5. Multiple stores
can be defined as: 1,3,5 (a list of comma separated values). Ranges
and lists can also be combined as: 1,3..5. The first store is 1. All
stores can be defined as "all". If no stores are specified none will
be processed. You can abort with Ctrl^C.

VSS identifier(s): 

Source path     : /mnt/2to/dd/dd.E01
Source type     : storage media image
Processing time     : 00:00:00

Processing started.
^C^C^CException ignored in: <function _releaseLock at 0x7f341fd4c940>
Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 223, in _releaseLock
    def _releaseLock():
KeyboardInterrupt: 

plaso - log2timeline version 20211024

Source path     : /mnt/2to/dd/dd.E01
Source type     : storage media image
Processing time     : 00:00:11

Tasks:          Queued  Processing      Merging         Abandoned       Total
                0       0               0               0               0

Identifier      PID     Status          Memory          Sources         Events          File
Main            11929   collecting      310.0 MiB       0 (0)           0 (0)           
Worker_00       11933   idle            246.0 MiB       0 (0)           0 (0)           
Worker_01       11937   idle            245.3 MiB       0 (0)           0 (0)           
Worker_02       11939   idle            245.1 MiB       0 (0)           0 (0)    
....

Great job !

joachimmetz commented 2 years ago

Since the issue looks resolved, closing.