zipinfo - qdos header
Posted: Tue Feb 11, 2020 4:08 pm
Hi,
I am toying with an old source to `unzip/infozip' ver. 5.0p1, me modified to display extra fields. I am dumping info on an executable in `foo_zip' created under `QDOS'.
I am getting this
I wish to know what is that extra long field `65003230' (or `30320065' in big endian)????
Many thanks.
Tomas
I am toying with an old source to `unzip/infozip' ver. 5.0p1, me modified to display extra fields. I am dumping info on an executable in `foo_zip' created under `QDOS'.
I am getting this
Code: Select all
$ ./zipinfo -v ~/mdv1/foo_zip myexec_exe
.....
32-bit CRC value (hex): d6420d7b
compressed size: 17357 bytes
uncompressed size: 36220 bytes
length of filename: 12 characters
length of extra field: 76 bytes
length of file comment: 0 characters
disk number on which file begins: disk 0
apparent file type: binary
Unix file attributes (100777 octal): -rwxrwxrwx
MS-DOS file attributes (00 hex): none
offset of local header from start of archive: 116 (00000074h) bytes
Code: Select all
There is an unknown extra field size: 76
fb4a <=== a QDOS magic
0048 <=== size that follows 72 dec
QDOS <=== QDOS type as string
65003230 <==== what long field is this????
====> 64 byte QDOS header dump
00 00 8d 7c 00 01 00 00 0c 00 00 00 00 00 00 0c 6d 64 6f 75 62 6c 65 72 5f 65 78 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 6d d3 2d 8f 00 02 00 00
There is no file comment.
Many thanks.
Tomas