apple 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. #------------------------------------------------------------------------------
  2. # $File: apple,v 1.32 2015/12/04 20:40:10 christos Exp $
  3. # apple: file(1) magic for Apple file formats
  4. #
  5. 0 search/1/t FiLeStArTfIlEsTaRt binscii (apple ][) text
  6. 0 string \x0aGL Binary II (apple ][) data
  7. 0 string \x76\xff Squeezed (apple ][) data
  8. 0 string NuFile NuFile archive (apple ][) data
  9. 0 string N\xf5F\xe9l\xe5 NuFile archive (apple ][) data
  10. 0 belong 0x00051600 AppleSingle encoded Macintosh file
  11. 0 belong 0x00051607 AppleDouble encoded Macintosh file
  12. # Type: Apple Emulator 2IMG format
  13. # From: Radek Vokal <rvokal@redhat.com>
  14. 0 string 2IMG Apple ][ 2IMG Disk Image
  15. >4 string XGS! \b, XGS
  16. >4 string CTKG \b, Catakig
  17. >4 string ShIm \b, Sheppy's ImageMaker
  18. >4 string WOOF \b, Sweet 16
  19. >4 string B2TR \b, Bernie ][ the Rescue
  20. >4 string !nfc \b, ASIMOV2
  21. >4 string x \b, Unknown Format
  22. >0xc byte 00 \b, DOS 3.3 sector order
  23. >>0x10 byte 00 \b, Volume 254
  24. >>0x10 byte&0x7f x \b, Volume %u
  25. >0xc byte 01 \b, ProDOS sector order
  26. >>0x14 short x \b, %u Blocks
  27. >0xc byte 02 \b, NIB data
  28. # magic for Newton PDA package formats
  29. # from Ruda Moura <ruda@helllabs.org>
  30. 0 string package0 Newton package, NOS 1.x,
  31. >12 belong &0x80000000 AutoRemove,
  32. >12 belong &0x40000000 CopyProtect,
  33. >12 belong &0x10000000 NoCompression,
  34. >12 belong &0x04000000 Relocation,
  35. >12 belong &0x02000000 UseFasterCompression,
  36. >16 belong x version %d
  37. 0 string package1 Newton package, NOS 2.x,
  38. >12 belong &0x80000000 AutoRemove,
  39. >12 belong &0x40000000 CopyProtect,
  40. >12 belong &0x10000000 NoCompression,
  41. >12 belong &0x04000000 Relocation,
  42. >12 belong &0x02000000 UseFasterCompression,
  43. >16 belong x version %d
  44. 0 string package4 Newton package,
  45. >8 byte 8 NOS 1.x,
  46. >8 byte 9 NOS 2.x,
  47. >12 belong &0x80000000 AutoRemove,
  48. >12 belong &0x40000000 CopyProtect,
  49. >12 belong &0x10000000 NoCompression,
  50. # The following entries for the Apple II are for files that have
  51. # been transferred as raw binary data from an Apple, without having
  52. # been encapsulated by any of the above archivers.
  53. #
  54. # In general, Apple II formats are hard to identify because Apple DOS
  55. # and especially Apple ProDOS have strong typing in the file system and
  56. # therefore programmers never felt much need to include type information
  57. # in the files themselves.
  58. #
  59. # Eric Fischer <enf@pobox.com>
  60. # AppleWorks word processor:
  61. # URL: https://en.wikipedia.org/wiki/AppleWorks
  62. # Reference: http://www.gno.org/pub/apple2/doc/apple/filetypes/ftn.1a.xxxx
  63. # Update: Joerg Jenderek
  64. # NOTE:
  65. # The "O" is really the magic number, but that's so common that it's
  66. # necessary to check the tab stops that follow it to avoid false positives.
  67. # and/or look for unused bits of booleans bytes like zoom, paginated, mail merge
  68. # the newer AppleWorks is from claris with extension CWK
  69. 4 string O
  70. # test for unused bits of zoom- , paginated-boolean bytes
  71. >84 ubequad ^0x00Fe00000000Fe00
  72. # look for tabstop definitions "=" no tab, "|" no tab
  73. # "<" left tab,"^" center tab,">" right tab, "." decimal tab,
  74. # unofficial "!" other , "\x8a" other
  75. # official only if SFMinVers is nonzero
  76. >>5 regex/s [=.<>|!^\x8a]{79} AppleWorks Word Processor
  77. # AppleWorks Word Processor File (Apple II)
  78. # ./apple (version 5.25) labeled the entry as "AppleWorks word processor data"
  79. # application/x-appleworks is mime type for claris version with cwk extension
  80. !:mime application/x-appleworks3
  81. # http://home.earthlink.net/~hughhood/appleiiworksenvoy/
  82. # ('p' + 1-byte ProDOS File Type + 2-byte ProDOS Aux Type')
  83. # $70 $1A $F8 $FF is this the apple type ?
  84. #:apple pdospøÿ
  85. !:ext awp
  86. # minimum version needed to read this files. SFMinVers (0 , 30~3.0 )
  87. >>>183 ubyte 30 3.0
  88. >>>183 ubyte !30
  89. >>>>183 ubyte !0 0x%x
  90. # usual tabstop start sequence "=====<"
  91. >>>5 string x \b, tabstop ruler "%6.6s"
  92. # tabstop ruler
  93. #>>>5 string >\0 \b, tabstops "%-79s"
  94. # zoom switch
  95. >>>85 byte&0x01 >0 \b, zoomed
  96. # whether paginated
  97. >>>90 byte&0x01 >0 \b, paginated
  98. # contains any mail-merge commands
  99. >>>92 byte&0x01 >0 \b, with mail merge
  100. # left margin in 1/10 inches ( normally 0 or 10 )
  101. >>>91 ubyte >0
  102. >>>>91 ubyte x \b, %d/10 inch left margin
  103. # AppleWorks database:
  104. #
  105. # This isn't really a magic number, but it's the closest thing to one
  106. # that I could find. The 1 and 2 really mean "order in which you defined
  107. # categories" and "left to right, top to bottom," respectively; the D and R
  108. # mean that the cursor should move either down or right when you press Return.
  109. #30 string \x01D AppleWorks database data
  110. #30 string \x02D AppleWorks database data
  111. #30 string \x01R AppleWorks database data
  112. #30 string \x02R AppleWorks database data
  113. # AppleWorks spreadsheet:
  114. #
  115. # Likewise, this isn't really meant as a magic number. The R or C means
  116. # row- or column-order recalculation; the A or M means automatic or manual
  117. # recalculation.
  118. #131 string RA AppleWorks spreadsheet data
  119. #131 string RM AppleWorks spreadsheet data
  120. #131 string CA AppleWorks spreadsheet data
  121. #131 string CM AppleWorks spreadsheet data
  122. # Applesoft BASIC:
  123. #
  124. # This is incredibly sloppy, but will be true if the program was
  125. # written at its usual memory location of 2048 and its first line
  126. # number is less than 256. Yuck.
  127. # update by Joerg Jenderek at Feb 2013
  128. # GRR: this test is still too general as it catches also Gujin BOOT144.SYS (0xfa080000)
  129. #0 belong&0xff00ff 0x80000 Applesoft BASIC program data
  130. 0 belong&0x00ff00ff 0x00080000
  131. # assuming that line number must be positive
  132. >2 leshort >0 Applesoft BASIC program data, first line number %d
  133. #>2 leshort x \b, first line number %d
  134. # ORCA/EZ assembler:
  135. #
  136. # This will not identify ORCA/M source files, since those have
  137. # some sort of date code instead of the two zero bytes at 6 and 7
  138. # XXX Conflicts with ELF
  139. #4 belong&0xff00ffff 0x01000000 ORCA/EZ assembler source data
  140. #>5 byte x \b, build number %d
  141. # Broderbund Fantavision
  142. #
  143. # I don't know what these values really mean, but they seem to recur.
  144. # Will they cause too many conflicts?
  145. # Probably :-)
  146. #2 belong&0xFF00FF 0x040008 Fantavision movie data
  147. # Some attempts at images.
  148. #
  149. # These are actually just bit-for-bit dumps of the frame buffer, so
  150. # there's really no reasonably way to distinguish them except for their
  151. # address (if preserved) -- 8192 or 16384 -- and their length -- 8192
  152. # or, occasionally, 8184.
  153. #
  154. # Nevertheless this will manage to catch a lot of images that happen
  155. # to have a solid-colored line at the bottom of the screen.
  156. # GRR: Magic too weak
  157. #8144 string \x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F Apple II image with white background
  158. #8144 string \x55\x2A\x55\x2A\x55\x2A\x55\x2A Apple II image with purple background
  159. #8144 string \x2A\x55\x2A\x55\x2A\x55\x2A\x55 Apple II image with green background
  160. #8144 string \xD5\xAA\xD5\xAA\xD5\xAA\xD5\xAA Apple II image with blue background
  161. #8144 string \xAA\xD5\xAA\xD5\xAA\xD5\xAA\xD5 Apple II image with orange background
  162. # Beagle Bros. Apple Mechanic fonts
  163. 0 belong&0xFF00FFFF 0x6400D000 Apple Mechanic font
  164. # Apple Universal Disk Image Format (UDIF) - dmg files.
  165. # From Johan Gade.
  166. # These entries are disabled for now until we fix the following issues.
  167. #
  168. # Note there might be some problems with the "VAX COFF executable"
  169. # entry. Note this entry should be placed before the mac filesystem section,
  170. # particularly the "Apple Partition data" entry.
  171. #
  172. # The intended meaning of these tests is, that the file is only of the
  173. # specified type if both of the lines are correct - i.e. if the first
  174. # line matches and the second doesn't then it is not of that type.
  175. #
  176. #0 long 0x7801730d
  177. #>4 long 0x62626060 UDIF read-only zlib-compressed image (UDZO)
  178. #
  179. # Note that this entry is recognized correctly by the "Apple Partition
  180. # data" entry - however since this entry is more specific - this
  181. # information seems to be more useful.
  182. #0 long 0x45520200
  183. #>0x410 string disk\ image UDIF read/write image (UDRW)
  184. # From: Toby Peterson <toby@apple.com>
  185. 0 string bplist00 Apple binary property list
  186. # Apple binary property list (bplist)
  187. # Assumes version bytes are hex.
  188. # Provides content hints for version 0 files. Assumes that the root
  189. # object is the first object (true for CoreFoundation implementation).
  190. # From: David Remahl <dremahl@apple.com>
  191. 0 string bplist
  192. >6 byte x \bCoreFoundation binary property list data, version 0x%c
  193. >>7 byte x \b%c
  194. >6 string 00 \b
  195. >>8 byte&0xF0 0x00 \b
  196. >>>8 byte&0x0F 0x00 \b, root type: null
  197. >>>8 byte&0x0F 0x08 \b, root type: false boolean
  198. >>>8 byte&0x0F 0x09 \b, root type: true boolean
  199. >>8 byte&0xF0 0x10 \b, root type: integer
  200. >>8 byte&0xF0 0x20 \b, root type: real
  201. >>8 byte&0xF0 0x30 \b, root type: date
  202. >>8 byte&0xF0 0x40 \b, root type: data
  203. >>8 byte&0xF0 0x50 \b, root type: ascii string
  204. >>8 byte&0xF0 0x60 \b, root type: unicode string
  205. >>8 byte&0xF0 0x80 \b, root type: uid (CORRUPT)
  206. >>8 byte&0xF0 0xa0 \b, root type: array
  207. >>8 byte&0xF0 0xd0 \b, root type: dictionary
  208. # Apple/NeXT typedstream data
  209. # Serialization format used by NeXT and Apple for various
  210. # purposes in YellowStep/Cocoa, including some nib files.
  211. # From: David Remahl <dremahl@apple.com>
  212. 2 string typedstream NeXT/Apple typedstream data, big endian
  213. >0 byte x \b, version %d
  214. >0 byte <5 \b
  215. >>13 byte 0x81 \b
  216. >>>14 ubeshort x \b, system %d
  217. 2 string streamtyped NeXT/Apple typedstream data, little endian
  218. >0 byte x \b, version %d
  219. >0 byte <5 \b
  220. >>13 byte 0x81 \b
  221. >>>14 uleshort x \b, system %d
  222. #------------------------------------------------------------------------------
  223. # CAF: Apple CoreAudio File Format
  224. #
  225. # Container format for high-end audio purposes.
  226. # From: David Remahl <dremahl@apple.com>
  227. #
  228. 0 string caff CoreAudio Format audio file
  229. >4 beshort <10 version %d
  230. >6 beshort x
  231. #------------------------------------------------------------------------------
  232. # Keychain database files
  233. 0 string kych Mac OS X Keychain File
  234. #------------------------------------------------------------------------------
  235. # Code Signing related file types
  236. 0 belong 0xfade0c00 Mac OS X Code Requirement
  237. >8 belong 1 (opExpr)
  238. >4 belong x - %d bytes
  239. 0 belong 0xfade0c01 Mac OS X Code Requirement Set
  240. >8 belong >1 containing %d items
  241. >4 belong x - %d bytes
  242. 0 belong 0xfade0c02 Mac OS X Code Directory
  243. >8 belong x version %x
  244. >12 belong >0 flags 0x%x
  245. >4 belong x - %d bytes
  246. 0 belong 0xfade0cc0 Mac OS X Detached Code Signature (non-executable)
  247. >4 belong x - %d bytes
  248. 0 belong 0xfade0cc1 Mac OS X Detached Code Signature
  249. >8 belong >1 (%d elements)
  250. >4 belong x - %d bytes
  251. # From: "Nelson A. de Oliveira" <naoliv@gmail.com>
  252. # .vdi
  253. 4 string innotek\ VirtualBox\ Disk\ Image %s
  254. # Apple disk partition stuff, strengthen the magic using byte 4
  255. 0 beshort 0x4552
  256. >4 byte 0 Apple Driver Map
  257. >>2 beshort x \b, blocksize %d
  258. >>4 belong x \b, blockcount %d
  259. >>10 beshort x \b, devtype %d
  260. >>12 beshort x \b, devid %d
  261. >>20 beshort x \b, descriptors %d
  262. # Assume 8 partitions each at a multiple of the sector size.
  263. # We could glean this from the partition descriptors, but they are empty!?!?
  264. >>(2.S*1) indirect x \b, contains[@0x%x]:
  265. >>(2.S*2) indirect x \b, contains[@0x%x]:
  266. >>(2.S*3) indirect x \b, contains[@0x%x]:
  267. >>(2.S*4) indirect x \b, contains[@0x%x]:
  268. >>(2.S*5) indirect x \b, contains[@0x%x]:
  269. >>(2.S*6) indirect x \b, contains[@0x%x]:
  270. >>(2.S*7) indirect x \b, contains[@0x%x]:
  271. >>(2.S*8) indirect x \b, contains[@0x%x]:
  272. # Yes, the 3rd and 4th bytes are reserved, but we use them to make the
  273. # magic stronger.
  274. 0 belong 0x504d0000 Apple Partition Map
  275. >4 belong x \b, map block count %d
  276. >8 belong x \b, start block %d
  277. >12 belong x \b, block count %d
  278. >16 string >0 \b, name %s
  279. >48 string >0 \b, type %s
  280. >124 string >0 \b, processor %s
  281. >140 string >0 \b, boot arguments %s
  282. >92 belong & 1 \b, valid
  283. >92 belong & 2 \b, allocated
  284. >92 belong & 4 \b, in use
  285. >92 belong & 8 \b, has boot info
  286. >92 belong & 16 \b, readable
  287. >92 belong & 32 \b, writable
  288. >92 belong & 64 \b, pic boot code
  289. >92 belong & 128 \b, chain compatible driver
  290. >92 belong & 256 \b, real driver
  291. >92 belong & 512 \b, chain driver
  292. >92 belong & 1024 \b, mount at startup
  293. >92 belong & 2048 \b, is the startup partition
  294. #http://wiki.mozilla.org/DS_Store_File_Format`
  295. #http://en.wikipedia.org/wiki/.DS_Store
  296. 0 string \0\0\0\1Bud1\0 Apple Desktop Services Store
  297. # HFS/HFS+ Resource fork files (andrew.roazen@nau.edu Apr 13 2015)
  298. # Usually not in separate files, but have either filename rsrc with
  299. # no extension, or a filename corresponding to another file, with
  300. # extensions rsr/rsrc
  301. 0 string \000\000\001\000
  302. >4 leshort 0
  303. >>16 lelong 0 Apple HFS/HFS+ resource fork