file 3.34
This commit is contained in:
parent
3261555469
commit
d58fff15f7
|
@ -0,0 +1,12 @@
|
|||
|
||||
#------------------------------------------------------------------------------
|
||||
# Dyadic: file(1) magic for Dyalog APL.
|
||||
#
|
||||
0 byte 0xaa
|
||||
>1 byte <4 Dyalog APL
|
||||
>>1 byte 0x00 incomplete workspace
|
||||
>>1 byte 0x01 component file
|
||||
>>1 byte 0x02 external variable
|
||||
>>1 byte 0x03 workspace
|
||||
>>2 byte x version %d
|
||||
>>3 byte x .%d
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
#------------------------------------------------------------------------------
|
||||
# T602 editor documents
|
||||
# by David Necas <yeti@physics.muni.cz>
|
||||
0 string @CT\ T602 document data,
|
||||
>4 string 0 Kamenicky
|
||||
>4 string 1 CP 852
|
||||
>4 string 2 KOI8-CS
|
||||
>4 string >2 unknown encoding
|
|
@ -15,3 +15,4 @@
|
|||
>18 leshort&0x0002 =0x0002 executable
|
||||
>18 leshort&0x0008 =0x0000 \b, stripped
|
||||
>18 leshort&0x0008 =0x0008 \b, not stripped
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#
|
||||
0 beshort 0xffd8 JPEG image data
|
||||
>6 string JFIF \b, JFIF standard
|
||||
|
||||
# The following added by Erik Rossen <rossen@freesurf.ch> 1999-09-06
|
||||
# in a vain attempt to add image size reporting for JFIF. Note that these
|
||||
# tests are not fool-proof since some perfectly valid JPEGs are currently
|
||||
|
@ -22,8 +21,8 @@
|
|||
>13 byte 0 \b, aspect ratio
|
||||
>13 byte 1 \b, resolution (DPI)
|
||||
>13 byte 2 \b, resolution (DPCM)
|
||||
>14 beshort x \b X%d:
|
||||
>16 beshort x \bY%d
|
||||
>14 beshort x \b, %d x
|
||||
>16 beshort x \b %d
|
||||
#>4 beshort x \b, segment length %d
|
||||
# Next, show thumbnail info, if it exists:
|
||||
>18 byte !0 \b, thumbnail %dx
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
#------------------------------------------------------------------------------
|
||||
#
|
||||
# Parix COFF executables
|
||||
# From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
|
||||
#
|
||||
0 beshort&0xfff 0xACE PARIX
|
||||
>0 byte&0xf0 0x80 T800
|
||||
>0 byte&0xf0 0x90 T9000
|
||||
>19 byte&0x02 0x02 executable
|
||||
>19 byte&0x02 0x00 object
|
||||
>19 byte&0x0c 0x00 not stripped
|
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
#------------------------------------------------------------------------------
|
||||
# tuxedo: file(1) magic for BEA TUXEDO data files
|
||||
#
|
||||
# from Ian Springer <ispringer@hotmail.com>
|
||||
#
|
||||
0 string \0\0\1\236\0\0\0\0\0\0\0\0\0\0\0\0 BEA TUXEDO DES mask data
|
Loading…
Reference in New Issue