KBNLresearch / isolyzer

Verify size of ISO 9660 image against Volume Descriptor fields
Other
44 stars 7 forks source link

Release 1.4 checklist #28

Closed bitsgalore closed 2 years ago

bitsgalore commented 2 years ago
bitsgalore commented 2 years ago

1.: Done

As for 2., this seems to work (output for JP2 file!):

<?xml version="1.0" ?>
<isolyzer xmlns="http://kb.nl/ns/isolyzer/v1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://kb.nl/ns/isolyzer/v1/ https://raw.githubusercontent.com/KBNLresearch/isolyzer/master/xsd/isolyzer-v-1-0.xsd">
    <toolInfo>
        <toolName>cli.py</toolName>
        <toolVersion>1.4.0a3</toolVersion>
    </toolInfo>
    <image>
        <fileInfo>
            <fileName>aware.jp2</fileName>
            <filePath>/home/johan/jpylyzer-test-files/aware.jp2</filePath>
            <fileSizeInBytes>662735</fileSizeInBytes>
            <fileLastModified>Wed Dec  2 08:28:52 2015</fileLastModified>
        </fileInfo>
        <statusInfo>
            <success>True</success>
        </statusInfo>
        <sectorOffset>0</sectorOffset>
        <tests>
            <containsKnownFileSystem>False</containsKnownFileSystem>
            <sizeExpected>0</sizeExpected>
            <sizeActual>662735</sizeActual>
            <sizeDifference>662735</sizeDifference>
            <sizeDifferenceSectors>323.60107421875</sizeDifferenceSectors>
            <sizeAsExpected>False</sizeAsExpected>
            <smallerThanExpected>False</smallerThanExpected>
        </tests>
        <fileSystems/>
    </image>
</isolyzer>