Skip to content

Instantly share code, notes, and snippets.

@bitsgalore
Created April 19, 2022 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitsgalore/ef278e1d461a578edc6a0ec9092a7461 to your computer and use it in GitHub Desktop.
Save bitsgalore/ef278e1d461a578edc6a0ec9092a7461 to your computer and use it in GitHub Desktop.
Isolyzer output with added namespace and XSD schema definitions
<?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/xsd/xsd/isolyzer-v-1-0.xsd">
<toolInfo>
<toolName>cli.py</toolName>
<toolVersion>1.4.0a2</toolVersion>
</toolInfo>
<image>
<fileInfo>
<fileName>iso9660.iso</fileName>
<filePath>/home/johan/isolyzer/testFiles/iso9660.iso</filePath>
<fileSizeInBytes>442368</fileSizeInBytes>
<fileLastModified>Thu Apr 14 18:49:18 2022</fileLastModified>
</fileInfo>
<statusInfo>
<success>True</success>
</statusInfo>
<sectorOffset>0</sectorOffset>
<tests>
<containsKnownFileSystem>True</containsKnownFileSystem>
<sizeExpected>442368</sizeExpected>
<sizeActual>442368</sizeActual>
<sizeDifference>0</sizeDifference>
<sizeDifferenceSectors>0.0</sizeDifferenceSectors>
<sizeAsExpected>True</sizeAsExpected>
<smallerThanExpected>False</smallerThanExpected>
</tests>
<fileSystems>
<fileSystem TYPE="ISO 9660">
<primaryVolumeDescriptor>
<typeCode>1</typeCode>
<standardIdentifier>CD001</standardIdentifier>
<version>1</version>
<systemIdentifier>LINUX</systemIdentifier>
<volumeIdentifier>ISO9660 only</volumeIdentifier>
<volumeSpaceSize>216</volumeSpaceSize>
<volumeSetSize>1</volumeSetSize>
<volumeSequenceNumber>1</volumeSequenceNumber>
<logicalBlockSize>2048</logicalBlockSize>
<pathTableSize>10</pathTableSize>
<typeLPathTableLocation>20</typeLPathTableLocation>
<optionalTypeLPathTableLocation>0</optionalTypeLPathTableLocation>
<typeMPathTableLocation>22</typeMPathTableLocation>
<optionalTypeMPathTableLocation>0</optionalTypeMPathTableLocation>
<volumeSetIdentifier/>
<publisherIdentifier/>
<dataPreparerIdentifier/>
<applicationIdentifier>GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM</applicationIdentifier>
<copyrightFileIdentifier/>
<abstractFileIdentifier/>
<bibliographicFileIdentifier/>
<volumeCreationDateAndTime>2022/04/07, 20:31:13</volumeCreationDateAndTime>
<volumeModificationDateAndTime>2022/04/07, 20:31:13</volumeModificationDateAndTime>
<volumeExpirationDateAndTime>0/00/00, 00:00:00</volumeExpirationDateAndTime>
<volumeEffectiveDateAndTime>2022/04/07, 20:31:13</volumeEffectiveDateAndTime>
<fileStructureVersion>1</fileStructureVersion>
</primaryVolumeDescriptor>
</fileSystem>
</fileSystems>
</image>
</isolyzer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment