apple 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779
  1. #------------------------------------------------------------------------------
  2. # $File: apple,v 1.51 2024/09/04 19:06:12 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 A2R format
  13. # From: Greg Wildman <greg@apple2.org.za>
  14. # Ref: https://applesaucefdc.com/a2r2-reference/
  15. # Ref: https://applesaucefdc.com/a2r/
  16. 0 string A2R
  17. >3 string \x31\xFF\x0A\x0D\x0A Applesauce A2R 1.x Disk Image
  18. >>0 use applesauce
  19. >3 string \x32\xFF\x0A\x0D\x0A Applesauce A2R 2.x Disk Image
  20. >>0 use applesauce
  21. >3 string \x33\xFF\x0A\x0D\x0A Applesauce A2R 3.x Disk Image
  22. >>0 use applesauce
  23. 0 name applesauce
  24. >8 string INFO
  25. >>49 byte 01 \b, 5.25″ SS 40trk
  26. >>49 byte 02 \b, 3.5″ DS 80trk
  27. >>49 byte 03 \b, 5.25″ DS 80trk
  28. >>49 byte 04 \b, 5.25″ DS 40trk
  29. >>49 byte 05 \b, 3.5″ DS 80trk
  30. >>49 byte 06 \b, 8″ DS
  31. >>50 byte 01 \b, write protected
  32. >>51 byte 01 \b, cross track synchronized
  33. >>17 string/T x \b, %.32s
  34. # Type: Apple Emulator WOZ format
  35. # From: Greg Wildman <greg@apple2.org.za>
  36. # Ref: https://applesaucefdc.com/woz/reference/
  37. # Ref: https://applesaucefdc.com/woz/reference2/
  38. 0 string WOZ
  39. >3 string \x31\xFF\x0A\x0D\x0A Apple ][ WOZ 1.0 Disk Image
  40. >>0 use applewoz
  41. >3 string \x32\xFF\x0A\x0D\x0A Apple ][ WOZ 2.0 Disk Image
  42. >>0 use applewoz
  43. 0 name applewoz
  44. >12 string INFO
  45. >>21 byte 01 \b, 5.25 inch
  46. >>21 byte 02 \b, 3.5 inch
  47. >>22 byte 01 \b, write protected
  48. >>23 byte 01 \b, cross track synchronized
  49. >>25 string/T x \b, %.32s
  50. # Type: Apple Macintosh Emulator MOOF format
  51. # From: Greg Wildman <greg@apple2.org.za>
  52. # Ref: https://applesaucefdc.com/moof-reference/
  53. 0 string MOOF
  54. >4 string \xFF\x0A\x0D\x0A Apple Macintosh MOOF Disk Image
  55. >>12 string INFO
  56. >>>21 byte 01 \b, SSDD GCR (400K)
  57. >>>21 byte 02 \b, DSDD GCR (800K)
  58. >>>21 byte 03 \b, DSHD MFM (1.44M)
  59. >>>22 byte 01 \b, write protected
  60. >>>23 byte 01 \b, cross track synchronized
  61. >>>25 string/T x \b, %.32s
  62. # Type: Apple Emulator disk images
  63. # From: Greg Wildman <greg@apple2.org.za>
  64. # ProDOS boot loader?
  65. 0 string \x01\x38\xB0\x03\x4C Apple ProDOS Image
  66. # Detect Volume Directory block ($02)
  67. >0x400 string \x00\x00\x03\x00
  68. >>0x404 byte &0xF0
  69. >>>0x405 string x \b, Volume /%s
  70. >>>0x429 uleshort x \b, %u Blocks
  71. # ProDOS ordered ?
  72. >0xb00 string \x00\x00\x03\x00
  73. >>0xb04 byte &0xF0
  74. >>>0xb05 string x \b, Volume /%s
  75. >>>0xb29 uleshort x \b, %u Blocks
  76. #
  77. # Proboot HD
  78. 0 string \x01\x8A\x48\xD8\x2C\x82\xC0\x8D\x0E\xC0\x8D\x0C Apple ProDOS ProBoot Image
  79. >0x400 string \x00\x00\x03\x00
  80. >>0x404 byte &0xF0
  81. >>>0x405 string x \b, Volume /%s
  82. >>>0x429 uleshort x \b, %u Blocks
  83. >0xb00 string \x00\x00\x03\x00
  84. >>0xb04 byte &0xF0
  85. >>>0xb05 string x \b, Volume /%s
  86. >>>0xb29 uleshort x \b, %u Blocks
  87. 0 string \x01\xA8\x8A\x20\x7B\xF8\x29\x07\x09\xC0\x99\x30 Apple ProDOS ProBoot Image
  88. >0x400 string \x00\x00\x03\x00
  89. >>0x404 byte &0xF0
  90. >>>0x405 string x \b, Volume /%s
  91. >>>0x429 uleshort x \b, %u Blocks
  92. >0xb00 string \x00\x00\x03\x00
  93. >>0xb04 byte &0xF0
  94. >>>0xb05 string x \b, Volume /%s
  95. >>>0xb29 uleshort x \b, %u Blocks
  96. 0 string \x01\x4A\xD0\x34\xE6\x3D\x8A\x20\x7B\xF8\x09\xC0 Apple ProDOS ProBoot Image
  97. >0x400 string \x00\x00\x03\x00
  98. >>0x404 byte &0xF0
  99. >>>0x405 string x \b, Volume /%s
  100. >>>0x429 uleshort x \b, %u Blocks
  101. >0xb00 string \x00\x00\x03\x00
  102. >>0xb04 byte &0xF0
  103. >>>0xb05 string x \b, Volume /%s
  104. >>>0xb29 uleshort x \b, %u Blocks
  105. #
  106. # ProDOS formatted
  107. 0 string \x01\xBD\x88\xC0\x20\x2F\xFB\x20\x58\xFC\x20\x40 Apple ProDOS Unbootable Image
  108. >0x400 string \x00\x00\x03\x00
  109. >>0x404 byte &0xF0
  110. >>>0x405 string x \b, Volume /%s
  111. >>>0x429 uleshort x \b, %u Blocks
  112. >0xb00 string \x00\x00\x03\x00
  113. >>0xb04 byte &0xF0
  114. >>>0xb05 string x \b, Volume /%s
  115. >>>0xb29 uleshort x \b, %u Blocks
  116. 0 string \x01\x38\xB0\x03\x4C\x1C\x09\x78\x86\x43\xC9\x03 Apple ProDOS Unbootable Image
  117. >0x400 string \x00\x00\x03\x00
  118. >>0x404 byte &0xF0
  119. >>>0x405 string x \b, Volume /%s
  120. >>>0x429 uleshort x \b, %u Blocks
  121. >0xb00 string \x00\x00\x03\x00
  122. >>0xb04 byte &0xF0
  123. >>>0xb05 string x \b, Volume /%s
  124. >>>0xb29 uleshort x \b, %u Blocks
  125. #
  126. # DOS3 boot loader
  127. 0 string \x01\xA5\x27\xC9\x09\xD0
  128. >0x11001 byte 0x11
  129. >>0x11003 ubyte x Apple DOS 3.%u Image
  130. >>0x11006 ubyte x \b, Volume #%03u
  131. >>0x11034 ubyte x \b, %u Tracks
  132. >>0x11035 ubyte x \b, %u Sectors
  133. >>0x11036 uleshort x \b, %u bytes per sector
  134. #
  135. # DOS3 uninitialized disk
  136. 0 string \x01\xA6\x2B\xBD\x88\xC0\x8A\x4A\x4A
  137. >0x11001 byte 0x11
  138. >>0x11003 ubyte x Apple DOS 3.%u Unbootable Image
  139. >>>0x11006 ubyte x \b, Volume #%03u
  140. >>>0x11034 ubyte x \b, %u Tracks
  141. >>>0x11035 ubyte x \b, %u Sectors
  142. >>>0x11036 uleshort x \b, %u bytes per sector
  143. #
  144. # Pascal boot loader?
  145. 0 string \x01\xE0\x60\xF0\x03\x4C\xE3\x08\xAD
  146. >0xd6 pstring SYSTEM.APPLE
  147. >>0xb00 leshort 0x0000
  148. >>>0xb04 leshort 0x0000 Apple Pascal Image
  149. >>>>0xb06 pstring x \b, Volume %s:
  150. >>>>0xb0e leshort x \b, %u Blocks
  151. >>>>0xb10 leshort x \b, %u Files
  152. #
  153. # Diversi Dos boot loader?
  154. 0 string \x01\xA8\xAD\x81\xC0\xEE\x09\x08\xAD
  155. >0x11001 string \x11\x0F\x03 Apple Diversi Dos Image
  156. >>0x11006 byte x \b, Volume %u
  157. >>0x11034 byte x \b, %u Tracks
  158. >>0x11035 byte x \b, %u Sectors
  159. >>0x11036 leshort x \b, %u bytes per sector
  160. # Type: Apple Emulator 2IMG format
  161. # From: Radek Vokal <rvokal@redhat.com>
  162. # Update: Greg Wildman <greg@apple2.org.za>
  163. 0 string 2IMG Apple ][ 2IMG Disk Image
  164. >4 clear x
  165. >4 string XGS! \b, XGS
  166. >4 string CTKG \b, Catakig
  167. >4 string ShIm \b, Sheppy's ImageMaker
  168. >4 string SHEP \b, Sheppy's ImageMaker
  169. >4 string WOOF \b, Sweet 16
  170. >4 string B2TR \b, Bernie ][ the Rescue
  171. >4 string \!nfc \b, ASIMOV2
  172. >4 string \>BD\< \b, Brutal Deluxe's Cadius
  173. >4 string CdrP \b, CiderPress
  174. >4 string Vi][ \b, Virtual ][
  175. >4 string PRFS \b, ProFUSE
  176. >4 string FISH \b, FishWings
  177. >4 string RVLW \b, Revival for Windows
  178. >4 default x
  179. >>4 string x \b, Creator tag "%-4.4s"
  180. >0xc byte 00 \b, DOS 3.3 sector order
  181. >>0x10 byte 00 \b, Volume 254
  182. >>0x10 byte&0x7f x \b, Volume %u
  183. >0xc byte 01 \b, ProDOS sector order
  184. # Detect Volume Directory block ($02) + 2mg header offset
  185. >>0x440 string \x00\x00\x03\x00
  186. >>>0x444 byte &0xF0
  187. >>>>0x445 string x \b, Volume /%s
  188. >>>>0x469 uleshort x \b, %u Blocks
  189. >0xc byte 02 \b, NIB data
  190. # Type: Peter Ferrie QBoot
  191. # From: Greg Wildman <greg@apple2.org.za>
  192. # Ref: https://github.com/peterferrie/qboot
  193. 0 string \x01\x4A\xA8\x69\x0F\x85\x27\xC9
  194. >8 string \x12\xF0\x10\xE6\x3D\x86\xDA\x8A Apple ][ QBoot Image
  195. # Type: Peter Ferrie 0Boot
  196. # From: Greg Wildman <greg@apple2.org.za>
  197. # Ref: https://github.com/peterferrie/0boot
  198. >8 string \x12\xF0\x10\xE6\x3D\x86\xDA\x8A Apple ][ 0Boot Image
  199. # Different proprietary boot sectors
  200. 0 string \x01\x0F\x21\x74\x00\x01\x6B\x00\x02\x30\x81\x5D Apple ][ Disk Image
  201. 0 string \x01\x20\x58\xFC\xA2\x00\x8E\x78\x04\x8E\xF4\x03 Apple ][ Disk Image
  202. 0 string \x01\x20\x58\xFC\xAD\x51\xC0\xAD\x54\xC0\xA6\x2B Apple ][ Disk Image
  203. 0 string \x01\x20\x89\xFE\x20\x93\xFE\xA6\x2B\xBD\x88\xC0 Apple ][ Disk Image
  204. 0 string \x01\x20\x93\xFE\x20\x89\xFE\x4C\x25\x08\x68\x85 Apple ][ Disk Image
  205. 0 string \x01\x20\x93\xFE\x20\x89\xFE\x4C\x2D\x08\x68\x85 Apple ][ Disk Image
  206. 0 string \x01\x38\x90\x2A\xC9\x01\xF0\x33\xA8\xC8\xC0\x10 Apple ][ Disk Image
  207. 0 string \x01\x38\xB0\x03\x4C\x32\xA1\x87\x43\xC9\x03\x08 Apple ][ Disk Image
  208. 0 string \x01\x4C\x04\x08\xA9\x2A\x8D\x02\x08\x86\x2B\xEE Apple ][ Disk Image
  209. 0 string \x01\x4C\x60\x08\x09\xD0\x18\xA5\x2B\x4A\x4A\x4A Apple ][ Disk Image
  210. 0 string \x01\x4C\x92\x08\x01\x08\xA2\x00\xB5\x00\x9D\x00 Apple ][ Disk Image
  211. 0 string \x01\x4C\xB3\x08\x09\xD0\x18\xA5\x2B\x4A\x4A\x4A Apple ][ Disk Image
  212. 0 string \x01\x8D\xFB\x03\x8E\xFC\x03\x8C\xFD\x03\x8A\x29 Apple ][ Disk Image
  213. 0 string \x01\xA2\xFF\x9A\xD8\x20\x20\x08\x20\x34\x08\xAD Apple ][ Disk Image
  214. 0 string \x01\xA5\x27\xBD\x88\xC0\x2C\x10\xC0\xA2\x00\xA9 Apple ][ Disk Image
  215. 0 string \x01\xA5\x2B\xAE\x51\xC0\xEA\xAA\xBD\x88\xC0\x20 Apple ][ Disk Image
  216. 0 string \x01\xA6\x27\xBD\x0B\x08\x48\xBD\x0A\x08\x48\x85 Apple ][ Disk Image
  217. 0 string \x01\xA6\x2B\xBD\x88\xC0\x20\x58\xFC\xA9\x01\x85 Apple ][ Disk Image
  218. 0 string \x01\xA6\x2B\xBD\x88\xC0\x20\x58\xFC\xA9\x25\x85 Apple ][ Disk Image
  219. 0 string \x01\xA8\xC0\x0F\x90\x16\xF0\x12\xA0\xFF\x18\xAD Apple ][ Disk Image
  220. 0 string \x01\xA9\x00\x85\xF0\xA9\x04\x85\xF1\xA0\x00\xA9 Apple ][ Disk Image
  221. 0 string \x01\xA9\x5C\x8D\xF2\x03\xA9\xC6\x8D\xF3\x03\x49 Apple ][ Disk Image
  222. 0 string \x01\xA9\x60\x8D\x01\x08\x20\x2F\xFB\x20\x58\xFC Apple ][ Disk Image
  223. 0 string \x01\xA9\x60\x8D\x01\x08\x20\x49\x08\xA9\x0A\x85 Apple ][ Disk Image
  224. 0 string \x01\xA9\x60\x8D\x01\x08\x2C\x82\xC0\xBD\x88\xC0 Apple ][ Disk Image
  225. 0 string \x01\xA9\x60\x8D\x01\x08\x86\x43\x8A\x4A\x4A\x4A Apple ][ Disk Image
  226. 0 string \x01\xA9\x60\x8D\x01\x08\xA2\x00\x86\xFF\xB5\x00 Apple ][ Disk Image
  227. 0 string \x01\xA9\x60\x8D\x01\x08\xA2\x00\xB5\x00\x9D\x00 Apple ][ Disk Image
  228. 0 string \x01\xA9\x60\x8D\x01\x08\xA9\xB2\x8D\xF2\x03\xA9 Apple ][ Disk Image
  229. 0 string \x01\xA9\x60\x8D\x01\x08\xA9\xFF\x8D\xF3\x03\x8D Apple ][ Disk Image
  230. 0 string \x01\xAC\x00\x08\xF0\x19\xB9\x30\x08\x85\x3D\xCE Apple ][ Disk Image
  231. 0 string \x01\xAC\x23\x08\x30\x2E\xB9\x24\x08\x85\x3D\xCE Apple ][ Disk Image
  232. 0 string \x01\xAD\x00\x08\xC9\x09\xB0\x20\x69\x02\x8D\x00 Apple ][ Disk Image
  233. 0 string \x01\xB0\x00\xA9\x3C\x8D\x02\x08\x86\x2B\x8A\x4A Apple ][ Disk Image
  234. 0 string \x01\xB0\x00\xA9\x3C\x8D\x02\x08\xA9\xF5\x8D\xF2 Apple ][ Disk Image
  235. 0 string \x01\xB0\x00\xA9\x3F\x8D\x02\x08\x86\x2B\x8E\xF4 Apple ][ Disk Image
  236. 0 string \x01\xB0\x00\xA9\x48\x8D\x02\x08\x86\x2B\x8E\xF4 Apple ][ Disk Image
  237. 0 string \x01\xBD\x88\xC0\x8A\x4A\x4A\x4A\x4A\x09\xC0\x8D Apple ][ Disk Image
  238. 0 string \x01\xBD\x88\xC0\x8A\x4A\x4A\x4A\x4A\x8D\x2F\x08 Apple ][ Disk Image
  239. 0 string \x01\xD8\x2C\x81\xC0\xA9\x60\x4D\x58\xFF\xD0\xFE Apple ][ Disk Image
  240. 0 string \x01\xD8\x78\xBD\x88\xC0\xA9\xFD\x85\x37\x85\x39 Apple ][ Disk Image
  241. 0 string \x01\xE0\x60\xF0\x03\x4C\x16\x09\xAD\x00\x08\xC9 Apple ][ Disk Image
  242. 0 string \x01\xE0\x60\xF0\x03\x4C\xCB\x08\xAD\x00\x08\xC9 Apple ][ Disk Image
  243. 0 string \x01\xE0\x60\xF0\x03\x4C\xEE\x08\xAD\x00\x08\xC9 Apple ][ Disk Image
  244. 0 string \x01\xE0\x60\xF0\x03\x4C\xEF\x08\xAD\x00\x08\xC9 Apple ][ Disk Image
  245. 0 string \x01\xE0\x70\xB0\x04\xE0\x40\xB0\x39\xBD\x88\xC0 Apple ][ Disk Image
  246. 0 string \x01\xEA\x8D\xF4\x03\xA9\x60\x9D\x88\xC0\x8D\x51 Apple ][ Disk Image
  247. # magic for Newton PDA package formats
  248. # from Ruda Moura <ruda@helllabs.org>
  249. 0 string package0 Newton package, NOS 1.x,
  250. >12 belong &0x80000000 AutoRemove,
  251. >12 belong &0x40000000 CopyProtect,
  252. >12 belong &0x10000000 NoCompression,
  253. >12 belong &0x04000000 Relocation,
  254. >12 belong &0x02000000 UseFasterCompression,
  255. >16 belong x version %d
  256. 0 string package1 Newton package, NOS 2.x,
  257. >12 belong &0x80000000 AutoRemove,
  258. >12 belong &0x40000000 CopyProtect,
  259. >12 belong &0x10000000 NoCompression,
  260. >12 belong &0x04000000 Relocation,
  261. >12 belong &0x02000000 UseFasterCompression,
  262. >16 belong x version %d
  263. 0 string package4 Newton package,
  264. >8 byte 8 NOS 1.x,
  265. >8 byte 9 NOS 2.x,
  266. >12 belong &0x80000000 AutoRemove,
  267. >12 belong &0x40000000 CopyProtect,
  268. >12 belong &0x10000000 NoCompression,
  269. # The following entries for the Apple II are for files that have
  270. # been transferred as raw binary data from an Apple, without having
  271. # been encapsulated by any of the above archivers.
  272. #
  273. # In general, Apple II formats are hard to identify because Apple DOS
  274. # and especially Apple ProDOS have strong typing in the file system and
  275. # therefore programmers never felt much need to include type information
  276. # in the files themselves.
  277. #
  278. # Eric Fischer <enf@pobox.com>
  279. # AppleWorks word processor:
  280. # URL: https://en.wikipedia.org/wiki/AppleWorks
  281. # Reference: http://www.gno.org/pub/apple2/doc/apple/filetypes/ftn.1a.xxxx
  282. # Update: Joerg Jenderek
  283. # NOTE:
  284. # The "O" is really the magic number, but that's so common that it's
  285. # necessary to check the tab stops that follow it to avoid false positives.
  286. # and/or look for unused bits of booleans bytes like zoom, paginated, mail merge
  287. # the newer AppleWorks is from claris with extension CWK
  288. 4 string O
  289. # test for unused bits of zoom- , paginated-boolean bytes
  290. >84 ubequad ^0x00Fe00000000Fe00
  291. # look for tabstop definitions "=" no tab, "|" no tab
  292. # "<" left tab,"^" center tab,">" right tab, "." decimal tab,
  293. # unofficial "!" other , "\x8a" other
  294. # official only if SFMinVers is nonzero
  295. >>5 regex/s [=.<>|!^\x8a]{79} AppleWorks Word Processor
  296. # AppleWorks Word Processor File (Apple II)
  297. # ./apple (version 5.25) labeled the entry as "AppleWorks word processor data"
  298. # application/x-appleworks is mime type for claris version with cwk extension
  299. !:mime application/x-appleworks3
  300. # http://home.earthlink.net/~hughhood/appleiiworksenvoy/
  301. # ('p' + 1-byte ProDOS File Type + 2-byte ProDOS Aux Type')
  302. # $70 $1A $F8 $FF is this the apple type ?
  303. #:apple pdosp^Z\xf8\xff
  304. !:ext awp
  305. # minimum version needed to read this files. SFMinVers (0 , 30~3.0 )
  306. >>>183 ubyte 30 3.0
  307. >>>183 ubyte !30
  308. >>>>183 ubyte !0 %#x
  309. # usual tabstop start sequence "=====<"
  310. >>>5 string x \b, tabstop ruler "%6.6s"
  311. # tabstop ruler
  312. #>>>5 string >\0 \b, tabstops "%-79s"
  313. # zoom switch
  314. >>>85 byte&0x01 >0 \b, zoomed
  315. # whether paginated
  316. >>>90 byte&0x01 >0 \b, paginated
  317. # contains any mail-merge commands
  318. >>>92 byte&0x01 >0 \b, with mail merge
  319. # left margin in 1/10 inches ( normally 0 or 10 )
  320. >>>91 ubyte >0
  321. >>>>91 ubyte x \b, %d/10 inch left margin
  322. # AppleWorks database:
  323. #
  324. # This isn't really a magic number, but it's the closest thing to one
  325. # that I could find. The 1 and 2 really mean "order in which you defined
  326. # categories" and "left to right, top to bottom," respectively; the D and R
  327. # mean that the cursor should move either down or right when you press Return.
  328. #30 string \x01D AppleWorks database data
  329. #30 string \x02D AppleWorks database data
  330. #30 string \x01R AppleWorks database data
  331. #30 string \x02R AppleWorks database data
  332. # AppleWorks spreadsheet:
  333. #
  334. # Likewise, this isn't really meant as a magic number. The R or C means
  335. # row- or column-order recalculation; the A or M means automatic or manual
  336. # recalculation.
  337. #131 string RA AppleWorks spreadsheet data
  338. #131 string RM AppleWorks spreadsheet data
  339. #131 string CA AppleWorks spreadsheet data
  340. #131 string CM AppleWorks spreadsheet data
  341. # Applesoft BASIC:
  342. #
  343. # This is incredibly sloppy, but will be true if the program was
  344. # written at its usual memory location of 2048 and its first line
  345. # number is less than 256. Yuck.
  346. # update by Joerg Jenderek at Feb 2013
  347. # GRR: this test is still too general as it catches also Gujin BOOT144.SYS (0xfa080000)
  348. #0 belong&0xff00ff 0x80000 Applesoft BASIC program data
  349. 0 belong&0x00ff00ff 0x00080000
  350. # assuming that line number must be positive
  351. >2 leshort >0 Applesoft BASIC program data, first line number %d
  352. #>2 leshort x \b, first line number %d
  353. # ORCA/EZ assembler:
  354. #
  355. # This will not identify ORCA/M source files, since those have
  356. # some sort of date code instead of the two zero bytes at 6 and 7
  357. # XXX Conflicts with ELF
  358. #4 belong&0xff00ffff 0x01000000 ORCA/EZ assembler source data
  359. #>5 byte x \b, build number %d
  360. # Broderbund Fantavision
  361. #
  362. # I don't know what these values really mean, but they seem to recur.
  363. # Will they cause too many conflicts?
  364. # Probably :-)
  365. #2 belong&0xFF00FF 0x040008 Fantavision movie data
  366. # Some attempts at images.
  367. #
  368. # These are actually just bit-for-bit dumps of the frame buffer, so
  369. # there's really no reasonably way to distinguish them except for their
  370. # address (if preserved) -- 8192 or 16384 -- and their length -- 8192
  371. # or, occasionally, 8184.
  372. #
  373. # Nevertheless this will manage to catch a lot of images that happen
  374. # to have a solid-colored line at the bottom of the screen.
  375. # GRR: Magic too weak
  376. #8144 string \x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F Apple II image with white background
  377. #8144 string \x55\x2A\x55\x2A\x55\x2A\x55\x2A Apple II image with purple background
  378. #8144 string \x2A\x55\x2A\x55\x2A\x55\x2A\x55 Apple II image with green background
  379. #8144 string \xD5\xAA\xD5\xAA\xD5\xAA\xD5\xAA Apple II image with blue background
  380. #8144 string \xAA\xD5\xAA\xD5\xAA\xD5\xAA\xD5 Apple II image with orange background
  381. # Beagle Bros. Apple Mechanic fonts
  382. 0 belong&0xFF00FFFF 0x6400D000 Apple Mechanic font
  383. # Apple Universal Disk Image Format (UDIF) - dmg files.
  384. # From Johan Gade.
  385. # These entries are disabled for now until we fix the following issues.
  386. #
  387. # Note there might be some problems with the "VAX COFF executable"
  388. # entry. Note this entry should be placed before the mac filesystem section,
  389. # particularly the "Apple Partition data" entry.
  390. #
  391. # The intended meaning of these tests is, that the file is only of the
  392. # specified type if both of the lines are correct - i.e. if the first
  393. # line matches and the second doesn't then it is not of that type.
  394. #
  395. #0 long 0x7801730d
  396. #>4 long 0x62626060 UDIF read-only zlib-compressed image (UDZO)
  397. #
  398. # Note that this entry is recognized correctly by the "Apple Partition
  399. # data" entry - however since this entry is more specific - this
  400. # information seems to be more useful.
  401. #0 long 0x45520200
  402. #>0x410 string disk\ image UDIF read/write image (UDRW)
  403. # From: Toby Peterson <toby@apple.com>
  404. # From https://www.nationalarchives.gov.uk/pronom/fmt/866
  405. 0 string bplist00
  406. >8 search/500 WebMainResource Apple Safari Webarchive
  407. !:mime application/x-webarchive
  408. !:strength +50
  409. 0 string bplist00 Apple binary property list
  410. !:mime application/x-bplist
  411. # Apple binary property list (bplist)
  412. # Assumes version bytes are hex.
  413. # Provides content hints for version 0 files. Assumes that the root
  414. # object is the first object (true for CoreFoundation implementation).
  415. # From: David Remahl <dremahl@apple.com>
  416. 0 string bplist
  417. >6 byte x CoreFoundation binary property list data, version %#c
  418. >>7 byte x \b%c
  419. >>6 string 00 \b
  420. >>>8 byte&0xF0 0x00 \b
  421. >>>>8 byte&0x0F 0x00 \b, root type: null
  422. >>>>8 byte&0x0F 0x08 \b, root type: false boolean
  423. >>>>8 byte&0x0F 0x09 \b, root type: true boolean
  424. >>>8 byte&0xF0 0x10 \b, root type: integer
  425. >>>8 byte&0xF0 0x20 \b, root type: real
  426. >>>8 byte&0xF0 0x30 \b, root type: date
  427. >>>8 byte&0xF0 0x40 \b, root type: data
  428. >>>8 byte&0xF0 0x50 \b, root type: ascii string
  429. >>>8 byte&0xF0 0x60 \b, root type: unicode string
  430. >>>8 byte&0xF0 0x80 \b, root type: uid (CORRUPT)
  431. >>>8 byte&0xF0 0xa0 \b, root type: array
  432. >>>8 byte&0xF0 0xd0 \b, root type: dictionary
  433. # Apple/NeXT typedstream data
  434. # Serialization format used by NeXT and Apple for various
  435. # purposes in YellowStep/Cocoa, including some nib files.
  436. # From: David Remahl <dremahl@apple.com>
  437. 2 string typedstream NeXT/Apple typedstream data, big endian
  438. >0 byte x \b, version %d
  439. >0 byte <5 \b
  440. >>13 byte 0x81 \b
  441. >>>14 ubeshort x \b, system %d
  442. 2 string streamtyped NeXT/Apple typedstream data, little endian
  443. >0 byte x \b, version %d
  444. >0 byte <5 \b
  445. >>13 byte 0x81 \b
  446. >>>14 uleshort x \b, system %d
  447. #------------------------------------------------------------------------------
  448. # CAF: Apple CoreAudio File Format
  449. #
  450. # Container format for high-end audio purposes.
  451. # From: David Remahl <dremahl@apple.com>
  452. #
  453. 0 string caff CoreAudio Format audio file
  454. >4 beshort <10 version %d
  455. #------------------------------------------------------------------------------
  456. # Keychain database files
  457. 0 string kych Mac OS X Keychain File
  458. #------------------------------------------------------------------------------
  459. # Code Signing related file types
  460. 0 belong 0xfade0c00 Mac OS X Code Requirement
  461. >8 belong 1 (opExpr)
  462. >4 belong x - %d bytes
  463. 0 belong 0xfade0c01 Mac OS X Code Requirement Set
  464. >8 belong >1 containing %d items
  465. >4 belong x - %d bytes
  466. 0 belong 0xfade0c02 Mac OS X Code Directory
  467. >8 belong x version %x
  468. >12 belong >0 flags %#x
  469. >4 belong x - %d bytes
  470. 0 belong 0xfade0cc0 Mac OS X Detached Code Signature (non-executable)
  471. >4 belong x - %d bytes
  472. 0 belong 0xfade0cc1 Mac OS X Detached Code Signature
  473. >8 belong >1 (%d elements)
  474. >4 belong x - %d bytes
  475. # From: "Nelson A. de Oliveira" <naoliv@gmail.com>
  476. # .vdi
  477. 4 string innotek\ VirtualBox\ Disk\ Image %s
  478. # Apple disk partition stuff
  479. # URL: https://en.wikipedia.org/wiki/Apple_Partition_Map
  480. # Reference: https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/sys/sys/bootblock.h
  481. # Update: Joerg Jenderek
  482. # "ER" is APPLE_DRVR_MAP_MAGIC signature
  483. 0 beshort 0x4552
  484. # display Apple Driver Map (strength=50) after Syslinux bootloader (71)
  485. #!:strength +0
  486. # strengthen the magic by looking for used blocksizes 512 2048
  487. >2 ubeshort&0xf1FF 0 Apple Driver Map
  488. # last 6 bytes for padding found are 0 or end with 55AAh marker for MBR hybrid
  489. #>>504 ubequad&0x0000FFffFFff0000 0
  490. !:mime application/x-apple-diskimage
  491. !:apple ????devr
  492. # https://en.wikipedia.org/wiki/Apple_Disk_Image
  493. !:ext dmg/iso
  494. # sbBlkSize for driver descriptor map 512 2048
  495. >>2 beshort x \b, blocksize %d
  496. # sbBlkCount sometimes garbish like
  497. # 0xb0200000 for unzlibed install_flash_player_19.0.0.245_osx.dmg
  498. # 0xf2720100 for bunziped Firefox 48.0-2.dmg
  499. # 0xeb02ffff for super_grub2_disk_hybrid_2.02s3.iso
  500. # 0x00009090 by syslinux-6.03/utils/isohybrid.c
  501. >>4 ubelong x \b, blockcount %u
  502. # following device/driver information not very useful
  503. # device type 0 1 (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso)
  504. >>8 ubeshort x \b, devtype %u
  505. # device id 0 1 (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso)
  506. >>10 ubeshort x \b, devid %u
  507. # driver data 0 (2425393296 garbage for super_grub2_disk_hybrid_2.02s3.iso)
  508. >>12 ubelong >0
  509. >>>12 ubelong x \b, driver data %u
  510. # number of driver descriptors sbDrvrCount <= 61
  511. # (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso)
  512. >>16 ubeshort x \b, driver count %u
  513. # 61 * apple_drvr_descriptor[8]. information not very useful or same as in partition map
  514. # >>18 use apple-driver-map
  515. # >>26 use apple-driver-map
  516. # # ...
  517. # >>500 use apple-driver-map
  518. # number of partitions is always same in every partition (map block count)
  519. #>>0x0204 ubelong x \b, %u partitions
  520. >>0x0204 ubelong >0 \b, contains[@0x200]:
  521. >>>0x0200 use apple-apm
  522. >>0x0204 ubelong >1 \b, contains[@0x400]:
  523. >>>0x0400 use apple-apm
  524. >>0x0204 ubelong >2 \b, contains[@0x600]:
  525. >>>0x0600 use apple-apm
  526. >>0x0204 ubelong >3 \b, contains[@0x800]:
  527. >>>0x0800 use apple-apm
  528. >>0x0204 ubelong >4 \b, contains[@0xA00]:
  529. >>>0x0A00 use apple-apm
  530. >>0x0204 ubelong >5 \b, contains[@0xC00]:
  531. >>>0x0C00 use apple-apm
  532. >>0x0204 ubelong >6 \b, contains[@0xE00]:
  533. >>>0x0E00 use apple-apm
  534. >>0x0204 ubelong >7 \b, contains[@0x1000]:
  535. >>>0x1000 use apple-apm
  536. # display apple driver descriptor map (start-block, # blocks in sbBlkSize sizes, type)
  537. 0 name apple-driver-map
  538. >0 ubequad !0
  539. # descBlock first block of driver
  540. >>0 ubelong x \b, driver start block %u
  541. # descSize driver size in blocks
  542. >>4 ubeshort x \b, size %u
  543. # descType driver system type 1 701h F8FFh FFFFh
  544. >>6 ubeshort x \b, type %#x
  545. # URL: https://en.wikipedia.org/wiki/Apple_Partition_Map
  546. # Reference: https://opensource.apple.com/source/IOStorageFamily/IOStorageFamily-116/IOApplePartitionScheme.h
  547. # Update: Joerg Jenderek
  548. # Yes, the 3rd and 4th bytes pmSigPad are reserved, but we use them to make the
  549. # magic stronger.
  550. # for apple partition map stored as a single file
  551. 0 belong 0x504d0000
  552. # to display Apple Partition Map (strength=70) after Syslinux bootloader (71)
  553. #!:strength +0
  554. >0 use apple-apm
  555. # magic/Magdir/apple14.test, 365: Warning: Current entry does not yet have a description for adding a EXTENSION type
  556. # file: could not find any valid magic files!
  557. #!:ext bin
  558. # display apple partition map. Normally called after Apple driver map
  559. 0 name apple-apm
  560. >0 belong 0x504d0000 Apple Partition Map
  561. # number of partitions
  562. >>4 ubelong x \b, map block count %u
  563. # logical block (512 bytes) start of partition
  564. >>8 ubelong x \b, start block %u
  565. >>12 ubelong x \b, block count %u
  566. >>16 string >0 \b, name %s
  567. >>48 string >0 \b, type %s
  568. # processor type dpme_process_id[16] e.g. "68000" "68020"
  569. >>120 string >0 \b, processor %s
  570. # A/UX boot arguments BootArgs[128]
  571. >>136 string >0 \b, boot arguments %s
  572. # status of partition dpme_flags
  573. >>88 belong & 1 \b, valid
  574. >>88 belong & 2 \b, allocated
  575. >>88 belong & 4 \b, in use
  576. >>88 belong & 8 \b, has boot info
  577. >>88 belong & 16 \b, readable
  578. >>88 belong & 32 \b, writable
  579. >>88 belong & 64 \b, pic boot code
  580. >>88 belong & 128 \b, chain compatible driver
  581. >>88 belong & 256 \b, real driver
  582. >>88 belong & 512 \b, chain driver
  583. # mount automatically at startup APPLE_PS_AUTO_MOUNT
  584. >>88 ubelong &0x40000000 \b, mount at startup
  585. # is the startup partition APPLE_PS_STARTUP
  586. >>88 ubelong &0x80000000 \b, is the startup partition
  587. #https://wiki.mozilla.org/DS_Store_File_Format
  588. #https://en.wikipedia.org/wiki/.DS_Store
  589. 0 string \0\0\0\1Bud1\0 Apple Desktop Services Store
  590. # HFS/HFS+ Resource fork files (andrew.roazen@nau.edu Apr 13 2015)
  591. # Usually not in separate files, but have either filename rsrc with
  592. # no extension, or a filename corresponding to another file, with
  593. # extensions rsr/rsrc
  594. # URL: http://fileformats.archiveteam.org/wiki/Macintosh_resource_file
  595. # https://en.wikipedia.org/wiki/Resource_fork
  596. # Reference: https://github.com/kreativekorp/ksfl/wiki/Macintosh-Resource-File-Format
  597. # http://developer.apple.com/legacy/mac/library/documentation/mac/pdf/MoreMacintoshToolbox.pdf
  598. # https://formats.kaitai.io/resource_fork/
  599. # Update: Joerg Jenderek
  600. # Note: verified often by command like `deark -m macrsrc Icon_.rsrc`
  601. # offset of resource data; usually starts at offset 0x0100
  602. 0 string \000\000\001\000
  603. # skip NPETraceSession.etl with invalid "low" map offset 0
  604. >4 ubelong >0xFF
  605. # skip few Atari DEGAS Elite bitmap (eil2.pi1 nastro.pi1) with ivalid "high" 0x6550766 0x7510763 map length
  606. >>12 ubelong <0x8001
  607. # most examples with zeroed system reserved field
  608. >>>16 lelong =0
  609. >>>>0 use apple-rsr
  610. # few samples with not zeroed system reserved field like: Empty.rsrc.rsr OpenSans-CondBold.dfont
  611. >>>16 lelong !0
  612. # resource fork variant with not zeroed system reserved field and copy of header
  613. >>>>(4.L) ubelong 0x100
  614. # GRR: the line above only works if in ../../src/file.h FILE_BYTES_MAX is raised from 1 MiB above 0x6ab0f4 (HelveticaNeue.dfont)
  615. >>>>>0 use apple-rsr
  616. # data fork variant with not zeroed system reserved field and no copy of header
  617. >>>>(4.L) ubelong 0
  618. >>>>>0 use apple-rsr
  619. # Note: moved and merged from ./macintosh
  620. # From: Adam Buchbinder <adam.buchbinder@gmail.com>
  621. # URL: https://en.wikipedia.org/wiki/Datafork_TrueType
  622. # Derived from the 'fondu' and 'ufond' source code (fondu.sf.net). 'sfnt' is
  623. # TrueType; 'POST' is PostScript. 'FONT' and 'NFNT' sometimes appear, but I
  624. # don't know what they mean.
  625. # display information about Mac OSX datafork font DFONT
  626. 0 name apple-dfont
  627. >(4.L+30) ubelong x Mac OSX datafork font,
  628. # https://en.wikipedia.org/wiki/Datafork_TrueType
  629. !:mime application/x-dfont
  630. !:ext dfont
  631. # https://exiftool.org/TagNames/RSRC.html
  632. >(4.L+30) ubelong 0x73666e74 TrueType
  633. >(4.L+30) ubelong 0x464f4e54 'FONT'
  634. >(4.L+30) ubelong 0x4e464e54 'NFNT'
  635. >(4.L+30) ubelong 0x504f5354 PostScript
  636. >(4.L+30) ubelong 0x464f4e44 'FOND'
  637. >(4.L+30) ubelong 0x76657273 'vers'
  638. # display information about Macintosh resource
  639. 0 name apple-rsr
  640. >(4.L+30) ubelong 0x73666e74
  641. >>0 use apple-dfont
  642. >(4.L+30) ubelong 0x464f4e54
  643. >>0 use apple-dfont
  644. >(4.L+30) ubelong 0x4e464e54
  645. >>0 use apple-dfont
  646. >(4.L+30) ubelong 0x504f5354
  647. >>0 use apple-dfont
  648. >(4.L+30) ubelong 0x464f4e44
  649. >>0 use apple-dfont
  650. >(4.L+30) ubelong 0x76657273
  651. >>0 use apple-dfont
  652. >(4.L+30) default x Apple HFS/HFS+ resource fork
  653. #!:mime application/octet-stream
  654. !:mime application/x-apple-rsr
  655. !:ext rsrc/rsr
  656. # offset to resource data; usually starts at offset 0x0100
  657. >0 ubelong !0x100 \b, data offset %#x
  658. # offset to resource map; positive but not nil like in NPETraceSession.etl
  659. >4 ubelong x \b, map offset %#x
  660. # length of resource map; positive with 32K limitation but not
  661. # nil like in NPETraceSession.etl or high like 0x7510763 in nastro.pi1
  662. >12 ubelong x \b, map length %#x
  663. # length of resource data; positive but not nil like in NPETraceSession.etl
  664. >8 ubelong x \b, data length %#x
  665. # reserved 112 bytes for system use; apparently often nil, but 8fd20000h in Empty.rsrc.rsr and 0x00768c2b in OpenSans-CondBold.dfont
  666. >16 ubelong !0 \b, at 16 %#8.8x
  667. # https://fontforge.org/docs/techref/macformats.html
  668. # jump to resource map
  669. # a copy of resource header or 16 bytes of zeros for data fork
  670. #>(4.L) ubelong x \b, DATA offset %#x
  671. #>(4.L+4) ubelong x \b, MAP offset %#x
  672. #>(4.L+8) ubelong x \b, DATA length %#x
  673. #>(4.L+12) ubelong x \b, MAP length %#x
  674. # nextResourceMap; handle to next resource map; used by the Resource Manager for internal bookkeeping; should be zero
  675. >(4.L+16) ubelong !0 \b, nextResourceMap %#x
  676. # fileRef; file reference number; used by the Resource Manager for internal bookkeeping; should be zero
  677. >(4.L+20) ubeshort !0 \b, fileRef %#x
  678. # attributes; Resource fork attributes (80h~read-only 40h~compression needed 20h~changed); other bits are reserved and should be zero
  679. >(4.L+22) ubeshort !0 \b, attributes %#x
  680. # typeListOffset; offset from resource map to start of type list like: 1Ch
  681. >(4.L+24) ubeshort x \b, list offset %#x
  682. # nameListOffset; offset from esource map to start of name list like: 32h 46h 56h (XLISP.RSR XLISPTIN.RSR) 13Eh (HelveticaNeue.dfont)
  683. >(4.L+26) ubeshort x \b, name offset %#x
  684. # typeCount; number of types in the map minus 1; If there are no resources, this is 0xFFFF
  685. >(4.L+28) beshort+1 >0 \b, %u type
  686. # plural s
  687. >>(4.L+28) beshort+1 >1 \bs
  688. # resource type list array; 1st resource type like: ALRT CODE FOND MPSR icns scsz
  689. >>(4.L+30) ubelong x \b, %#x
  690. >>(4.L+30) string x '%-.4s'
  691. # resourceCount; number of this type resources minus one. If there is one resource of this type, this is 0x0000
  692. >>(4.L+34) beshort+1 x * %d
  693. # resourceListOffset; offset from type list to resource list like: Ah 12h DAh
  694. >(4.L+36) ubeshort x resource offset %#x
  695. #https://en.wikipedia.org/wiki/AppleScript
  696. 0 string FasdUAS AppleScript compiled
  697. # AppleWorks/ClarisWorks
  698. # https://github.com/joshenders/appleworks_format
  699. # http://fileformats.archiveteam.org/wiki/AppleWorks
  700. 0 name appleworks
  701. >0 belong&0x00ffffff 0x07e100 AppleWorks CWK Document
  702. >0 belong&0x00ffffff 0x008803 ClarisWorks CWK Document
  703. >0 default x
  704. >>0 belong x AppleWorks/ClarisWorks CWK Document
  705. >0 byte x \b, version %d
  706. >30 beshort x \b, %d
  707. >32 beshort x \bx%d
  708. !:ext cwk
  709. 4 string BOBO
  710. >0 byte >4
  711. >>12 belong 0
  712. >>>26 belong 0
  713. >>>>0 use appleworks
  714. >0 belong 0x0481ad00
  715. >>0 use appleworks
  716. # magic for Apple File System (APFS)
  717. # from Alex Myczko <alex@aiei.ch>
  718. 32 string NXSB Apple File System (APFS)
  719. >36 ulelong x \b, blocksize %u
  720. # iTunes cover art (versions 1 and 2)
  721. 4 string itch
  722. >24 string artw
  723. >>0x1e8 string data iTunes cover art
  724. >>>0x1ed string PNG (PNG)
  725. >>>0x1ec beshort 0xffd8 (JPEG)
  726. # MacPaint image
  727. 65 string PNTGMPNT MacPaint image data
  728. #0 belong 2 MacPaint image data