Commit 23220bcc by devttys0

Added {end} tag to ISO signatures to prevent scanning inside of the ISO image…

Added {end} tag to ISO signatures to prevent scanning inside of the ISO image and producing duplicate extractions
parent 3c20768f
...@@ -585,14 +585,14 @@ ...@@ -585,14 +585,14 @@
>36 lelong x %d files >36 lelong x %d files
# ISO 9660 Boot Record - http://wiki.osdev.org/ISO_9660 # ISO 9660 Boot Record - http://wiki.osdev.org/ISO_9660
32768 string \x00CD001\x01 ISO 9660 Boot Record, 32768 string \x00CD001\x01 ISO 9660 Boot Record,{end}
>7 byte !0 >7 byte !0
>>7 string x Boot System Identifier: "%.32s", >>7 string x Boot System Identifier: "%.32s",
>39 byte !0 >39 byte !0
>>39 string x Boot Identifier: "%.32s" >>39 string x Boot Identifier: "%.32s"
# ISO 9660 Primary Volume - http://wiki.osdev.org/ISO_9660 # ISO 9660 Primary Volume - http://wiki.osdev.org/ISO_9660
32768 string \x01CD001\x01\x00 ISO 9660 Primary Volume, 32768 string \x01CD001\x01\x00 ISO 9660 Primary Volume,{end}
>8 byte !0 >8 byte !0
>>8 string x System Identifier: "%.32s", >>8 string x System Identifier: "%.32s",
>40 byte !0 >40 byte !0
...@@ -609,7 +609,7 @@ ...@@ -609,7 +609,7 @@
>11 byte !0 %d files, >11 byte !0 %d files,
>4 ubedate !0 Last modified %s GMT >4 ubedate !0 Last modified %s GMT
32769 string CD001 ISO 32769 string CD001 ISO{end}
>6144 string !NSR0 9660 CD-ROM filesystem data, >6144 string !NSR0 9660 CD-ROM filesystem data,
>6144 string NSR0 UDF filesystem data, >6144 string NSR0 UDF filesystem data,
>32770 byte !1 {invalid} >32770 byte !1 {invalid}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment