1b6cee71dSXin LI 2b6cee71dSXin LI#------------------------------------------------------------------------------ 3*58a0f0d0SEitan Adler# $File: apple,v 1.39 2018/03/02 15:26:39 christos Exp $ 4b6cee71dSXin LI# apple: file(1) magic for Apple file formats 5b6cee71dSXin LI# 6b6cee71dSXin LI0 search/1/t FiLeStArTfIlEsTaRt binscii (apple ][) text 7b6cee71dSXin LI0 string \x0aGL Binary II (apple ][) data 8b6cee71dSXin LI0 string \x76\xff Squeezed (apple ][) data 9b6cee71dSXin LI0 string NuFile NuFile archive (apple ][) data 10b6cee71dSXin LI0 string N\xf5F\xe9l\xe5 NuFile archive (apple ][) data 11b6cee71dSXin LI0 belong 0x00051600 AppleSingle encoded Macintosh file 12b6cee71dSXin LI0 belong 0x00051607 AppleDouble encoded Macintosh file 13b6cee71dSXin LI 14b6cee71dSXin LI# Type: Apple Emulator 2IMG format 15b6cee71dSXin LI# From: Radek Vokal <rvokal@redhat.com> 16b6cee71dSXin LI0 string 2IMG Apple ][ 2IMG Disk Image 17b6cee71dSXin LI>4 string XGS! \b, XGS 18b6cee71dSXin LI>4 string CTKG \b, Catakig 19b6cee71dSXin LI>4 string ShIm \b, Sheppy's ImageMaker 20b6cee71dSXin LI>4 string WOOF \b, Sweet 16 21b6cee71dSXin LI>4 string B2TR \b, Bernie ][ the Rescue 22b6cee71dSXin LI>4 string !nfc \b, ASIMOV2 23b6cee71dSXin LI>4 string x \b, Unknown Format 24b6cee71dSXin LI>0xc byte 00 \b, DOS 3.3 sector order 25b6cee71dSXin LI>>0x10 byte 00 \b, Volume 254 26b6cee71dSXin LI>>0x10 byte&0x7f x \b, Volume %u 27b6cee71dSXin LI>0xc byte 01 \b, ProDOS sector order 28b6cee71dSXin LI>>0x14 short x \b, %u Blocks 29b6cee71dSXin LI>0xc byte 02 \b, NIB data 30b6cee71dSXin LI 31b6cee71dSXin LI# magic for Newton PDA package formats 32b6cee71dSXin LI# from Ruda Moura <ruda@helllabs.org> 33b6cee71dSXin LI0 string package0 Newton package, NOS 1.x, 34b6cee71dSXin LI>12 belong &0x80000000 AutoRemove, 35b6cee71dSXin LI>12 belong &0x40000000 CopyProtect, 36b6cee71dSXin LI>12 belong &0x10000000 NoCompression, 37b6cee71dSXin LI>12 belong &0x04000000 Relocation, 38b6cee71dSXin LI>12 belong &0x02000000 UseFasterCompression, 39b6cee71dSXin LI>16 belong x version %d 40b6cee71dSXin LI 41b6cee71dSXin LI0 string package1 Newton package, NOS 2.x, 42b6cee71dSXin LI>12 belong &0x80000000 AutoRemove, 43b6cee71dSXin LI>12 belong &0x40000000 CopyProtect, 44b6cee71dSXin LI>12 belong &0x10000000 NoCompression, 45b6cee71dSXin LI>12 belong &0x04000000 Relocation, 46b6cee71dSXin LI>12 belong &0x02000000 UseFasterCompression, 47b6cee71dSXin LI>16 belong x version %d 48b6cee71dSXin LI 49b6cee71dSXin LI0 string package4 Newton package, 50b6cee71dSXin LI>8 byte 8 NOS 1.x, 51b6cee71dSXin LI>8 byte 9 NOS 2.x, 52b6cee71dSXin LI>12 belong &0x80000000 AutoRemove, 53b6cee71dSXin LI>12 belong &0x40000000 CopyProtect, 54b6cee71dSXin LI>12 belong &0x10000000 NoCompression, 55b6cee71dSXin LI 56b6cee71dSXin LI# The following entries for the Apple II are for files that have 57b6cee71dSXin LI# been transferred as raw binary data from an Apple, without having 58b6cee71dSXin LI# been encapsulated by any of the above archivers. 59b6cee71dSXin LI# 60b6cee71dSXin LI# In general, Apple II formats are hard to identify because Apple DOS 61b6cee71dSXin LI# and especially Apple ProDOS have strong typing in the file system and 62b6cee71dSXin LI# therefore programmers never felt much need to include type information 63b6cee71dSXin LI# in the files themselves. 64b6cee71dSXin LI# 65b6cee71dSXin LI# Eric Fischer <enf@pobox.com> 66b6cee71dSXin LI 67b6cee71dSXin LI# AppleWorks word processor: 683e41d09dSXin LI# URL: https://en.wikipedia.org/wiki/AppleWorks 693e41d09dSXin LI# Reference: http://www.gno.org/pub/apple2/doc/apple/filetypes/ftn.1a.xxxx 703e41d09dSXin LI# Update: Joerg Jenderek 713e41d09dSXin LI# NOTE: 72b6cee71dSXin LI# The "O" is really the magic number, but that's so common that it's 73b6cee71dSXin LI# necessary to check the tab stops that follow it to avoid false positives. 743e41d09dSXin LI# and/or look for unused bits of booleans bytes like zoom, paginated, mail merge 753e41d09dSXin LI# the newer AppleWorks is from claris with extension CWK 763e41d09dSXin LI4 string O 773e41d09dSXin LI# test for unused bits of zoom- , paginated-boolean bytes 783e41d09dSXin LI>84 ubequad ^0x00Fe00000000Fe00 793e41d09dSXin LI# look for tabstop definitions "=" no tab, "|" no tab 803e41d09dSXin LI# "<" left tab,"^" center tab,">" right tab, "." decimal tab, 813e41d09dSXin LI# unofficial "!" other , "\x8a" other 823e41d09dSXin LI# official only if SFMinVers is nonzero 833e41d09dSXin LI>>5 regex/s [=.<>|!^\x8a]{79} AppleWorks Word Processor 843e41d09dSXin LI# AppleWorks Word Processor File (Apple II) 853e41d09dSXin LI# ./apple (version 5.25) labeled the entry as "AppleWorks word processor data" 863e41d09dSXin LI# application/x-appleworks is mime type for claris version with cwk extension 873e41d09dSXin LI!:mime application/x-appleworks3 883e41d09dSXin LI# http://home.earthlink.net/~hughhood/appleiiworksenvoy/ 893e41d09dSXin LI# ('p' + 1-byte ProDOS File Type + 2-byte ProDOS Aux Type') 903e41d09dSXin LI# $70 $1A $F8 $FF is this the apple type ? 913e41d09dSXin LI#:apple pdosp�� 923e41d09dSXin LI!:ext awp 933e41d09dSXin LI# minimum version needed to read this files. SFMinVers (0 , 30~3.0 ) 943e41d09dSXin LI>>>183 ubyte 30 3.0 953e41d09dSXin LI>>>183 ubyte !30 963e41d09dSXin LI>>>>183 ubyte !0 0x%x 973e41d09dSXin LI# usual tabstop start sequence "=====<" 983e41d09dSXin LI>>>5 string x \b, tabstop ruler "%6.6s" 993e41d09dSXin LI# tabstop ruler 1003e41d09dSXin LI#>>>5 string >\0 \b, tabstops "%-79s" 1013e41d09dSXin LI# zoom switch 1023e41d09dSXin LI>>>85 byte&0x01 >0 \b, zoomed 1033e41d09dSXin LI# whether paginated 1043e41d09dSXin LI>>>90 byte&0x01 >0 \b, paginated 1053e41d09dSXin LI# contains any mail-merge commands 1063e41d09dSXin LI>>>92 byte&0x01 >0 \b, with mail merge 1073e41d09dSXin LI# left margin in 1/10 inches ( normally 0 or 10 ) 1083e41d09dSXin LI>>>91 ubyte >0 1093e41d09dSXin LI>>>>91 ubyte x \b, %d/10 inch left margin 110b6cee71dSXin LI 111b6cee71dSXin LI# AppleWorks database: 112b6cee71dSXin LI# 113b6cee71dSXin LI# This isn't really a magic number, but it's the closest thing to one 114b6cee71dSXin LI# that I could find. The 1 and 2 really mean "order in which you defined 115b6cee71dSXin LI# categories" and "left to right, top to bottom," respectively; the D and R 116b6cee71dSXin LI# mean that the cursor should move either down or right when you press Return. 117b6cee71dSXin LI 118b6cee71dSXin LI#30 string \x01D AppleWorks database data 119b6cee71dSXin LI#30 string \x02D AppleWorks database data 120b6cee71dSXin LI#30 string \x01R AppleWorks database data 121b6cee71dSXin LI#30 string \x02R AppleWorks database data 122b6cee71dSXin LI 123b6cee71dSXin LI# AppleWorks spreadsheet: 124b6cee71dSXin LI# 125b6cee71dSXin LI# Likewise, this isn't really meant as a magic number. The R or C means 126b6cee71dSXin LI# row- or column-order recalculation; the A or M means automatic or manual 127b6cee71dSXin LI# recalculation. 128b6cee71dSXin LI 129b6cee71dSXin LI#131 string RA AppleWorks spreadsheet data 130b6cee71dSXin LI#131 string RM AppleWorks spreadsheet data 131b6cee71dSXin LI#131 string CA AppleWorks spreadsheet data 132b6cee71dSXin LI#131 string CM AppleWorks spreadsheet data 133b6cee71dSXin LI 134b6cee71dSXin LI# Applesoft BASIC: 135b6cee71dSXin LI# 136b6cee71dSXin LI# This is incredibly sloppy, but will be true if the program was 137b6cee71dSXin LI# written at its usual memory location of 2048 and its first line 138b6cee71dSXin LI# number is less than 256. Yuck. 139b6cee71dSXin LI# update by Joerg Jenderek at Feb 2013 140b6cee71dSXin LI 141b6cee71dSXin LI# GRR: this test is still too general as it catches also Gujin BOOT144.SYS (0xfa080000) 142b6cee71dSXin LI#0 belong&0xff00ff 0x80000 Applesoft BASIC program data 143b6cee71dSXin LI0 belong&0x00ff00ff 0x00080000 144b6cee71dSXin LI# assuming that line number must be positive 145b6cee71dSXin LI>2 leshort >0 Applesoft BASIC program data, first line number %d 146b6cee71dSXin LI#>2 leshort x \b, first line number %d 147b6cee71dSXin LI 148b6cee71dSXin LI# ORCA/EZ assembler: 149b6cee71dSXin LI# 150b6cee71dSXin LI# This will not identify ORCA/M source files, since those have 151b6cee71dSXin LI# some sort of date code instead of the two zero bytes at 6 and 7 152b6cee71dSXin LI# XXX Conflicts with ELF 153b6cee71dSXin LI#4 belong&0xff00ffff 0x01000000 ORCA/EZ assembler source data 154b6cee71dSXin LI#>5 byte x \b, build number %d 155b6cee71dSXin LI 156b6cee71dSXin LI# Broderbund Fantavision 157b6cee71dSXin LI# 158b6cee71dSXin LI# I don't know what these values really mean, but they seem to recur. 159b6cee71dSXin LI# Will they cause too many conflicts? 160b6cee71dSXin LI 161b6cee71dSXin LI# Probably :-) 162b6cee71dSXin LI#2 belong&0xFF00FF 0x040008 Fantavision movie data 163b6cee71dSXin LI 164b6cee71dSXin LI# Some attempts at images. 165b6cee71dSXin LI# 166b6cee71dSXin LI# These are actually just bit-for-bit dumps of the frame buffer, so 167b6cee71dSXin LI# there's really no reasonably way to distinguish them except for their 168b6cee71dSXin LI# address (if preserved) -- 8192 or 16384 -- and their length -- 8192 169b6cee71dSXin LI# or, occasionally, 8184. 170b6cee71dSXin LI# 171b6cee71dSXin LI# Nevertheless this will manage to catch a lot of images that happen 172b6cee71dSXin LI# to have a solid-colored line at the bottom of the screen. 173b6cee71dSXin LI 174b6cee71dSXin LI# GRR: Magic too weak 175b6cee71dSXin LI#8144 string \x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F Apple II image with white background 176b6cee71dSXin LI#8144 string \x55\x2A\x55\x2A\x55\x2A\x55\x2A Apple II image with purple background 177b6cee71dSXin LI#8144 string \x2A\x55\x2A\x55\x2A\x55\x2A\x55 Apple II image with green background 178b6cee71dSXin LI#8144 string \xD5\xAA\xD5\xAA\xD5\xAA\xD5\xAA Apple II image with blue background 179b6cee71dSXin LI#8144 string \xAA\xD5\xAA\xD5\xAA\xD5\xAA\xD5 Apple II image with orange background 180b6cee71dSXin LI 181b6cee71dSXin LI# Beagle Bros. Apple Mechanic fonts 182b6cee71dSXin LI 183b6cee71dSXin LI0 belong&0xFF00FFFF 0x6400D000 Apple Mechanic font 184b6cee71dSXin LI 185b6cee71dSXin LI# Apple Universal Disk Image Format (UDIF) - dmg files. 186b6cee71dSXin LI# From Johan Gade. 187b6cee71dSXin LI# These entries are disabled for now until we fix the following issues. 188b6cee71dSXin LI# 189b6cee71dSXin LI# Note there might be some problems with the "VAX COFF executable" 190b6cee71dSXin LI# entry. Note this entry should be placed before the mac filesystem section, 191b6cee71dSXin LI# particularly the "Apple Partition data" entry. 192b6cee71dSXin LI# 193b6cee71dSXin LI# The intended meaning of these tests is, that the file is only of the 194b6cee71dSXin LI# specified type if both of the lines are correct - i.e. if the first 195b6cee71dSXin LI# line matches and the second doesn't then it is not of that type. 196b6cee71dSXin LI# 197b6cee71dSXin LI#0 long 0x7801730d 198b6cee71dSXin LI#>4 long 0x62626060 UDIF read-only zlib-compressed image (UDZO) 199b6cee71dSXin LI# 200b6cee71dSXin LI# Note that this entry is recognized correctly by the "Apple Partition 201b6cee71dSXin LI# data" entry - however since this entry is more specific - this 202b6cee71dSXin LI# information seems to be more useful. 203b6cee71dSXin LI#0 long 0x45520200 204b6cee71dSXin LI#>0x410 string disk\ image UDIF read/write image (UDRW) 205b6cee71dSXin LI 206b6cee71dSXin LI# From: Toby Peterson <toby@apple.com> 207b6cee71dSXin LI0 string bplist00 Apple binary property list 208b6cee71dSXin LI 209b6cee71dSXin LI# Apple binary property list (bplist) 210b6cee71dSXin LI# Assumes version bytes are hex. 211b6cee71dSXin LI# Provides content hints for version 0 files. Assumes that the root 212b6cee71dSXin LI# object is the first object (true for CoreFoundation implementation). 213b6cee71dSXin LI# From: David Remahl <dremahl@apple.com> 214b6cee71dSXin LI0 string bplist 215b6cee71dSXin LI>6 byte x \bCoreFoundation binary property list data, version 0x%c 216b6cee71dSXin LI>>7 byte x \b%c 217b6cee71dSXin LI>6 string 00 \b 218b6cee71dSXin LI>>8 byte&0xF0 0x00 \b 219b6cee71dSXin LI>>>8 byte&0x0F 0x00 \b, root type: null 220b6cee71dSXin LI>>>8 byte&0x0F 0x08 \b, root type: false boolean 221b6cee71dSXin LI>>>8 byte&0x0F 0x09 \b, root type: true boolean 222b6cee71dSXin LI>>8 byte&0xF0 0x10 \b, root type: integer 223b6cee71dSXin LI>>8 byte&0xF0 0x20 \b, root type: real 224b6cee71dSXin LI>>8 byte&0xF0 0x30 \b, root type: date 225b6cee71dSXin LI>>8 byte&0xF0 0x40 \b, root type: data 226b6cee71dSXin LI>>8 byte&0xF0 0x50 \b, root type: ascii string 227b6cee71dSXin LI>>8 byte&0xF0 0x60 \b, root type: unicode string 228b6cee71dSXin LI>>8 byte&0xF0 0x80 \b, root type: uid (CORRUPT) 229b6cee71dSXin LI>>8 byte&0xF0 0xa0 \b, root type: array 230b6cee71dSXin LI>>8 byte&0xF0 0xd0 \b, root type: dictionary 231b6cee71dSXin LI 232b6cee71dSXin LI# Apple/NeXT typedstream data 233b6cee71dSXin LI# Serialization format used by NeXT and Apple for various 234b6cee71dSXin LI# purposes in YellowStep/Cocoa, including some nib files. 235b6cee71dSXin LI# From: David Remahl <dremahl@apple.com> 236b6cee71dSXin LI2 string typedstream NeXT/Apple typedstream data, big endian 237b6cee71dSXin LI>0 byte x \b, version %d 238b6cee71dSXin LI>0 byte <5 \b 239b6cee71dSXin LI>>13 byte 0x81 \b 240b6cee71dSXin LI>>>14 ubeshort x \b, system %d 241b6cee71dSXin LI2 string streamtyped NeXT/Apple typedstream data, little endian 242b6cee71dSXin LI>0 byte x \b, version %d 243b6cee71dSXin LI>0 byte <5 \b 244b6cee71dSXin LI>>13 byte 0x81 \b 245b6cee71dSXin LI>>>14 uleshort x \b, system %d 246b6cee71dSXin LI 247b6cee71dSXin LI#------------------------------------------------------------------------------ 248b6cee71dSXin LI# CAF: Apple CoreAudio File Format 249b6cee71dSXin LI# 250b6cee71dSXin LI# Container format for high-end audio purposes. 251b6cee71dSXin LI# From: David Remahl <dremahl@apple.com> 252b6cee71dSXin LI# 253b6cee71dSXin LI0 string caff CoreAudio Format audio file 254b6cee71dSXin LI>4 beshort <10 version %d 255b6cee71dSXin LI>6 beshort x 256b6cee71dSXin LI 257b6cee71dSXin LI 258b6cee71dSXin LI#------------------------------------------------------------------------------ 259b6cee71dSXin LI# Keychain database files 260b6cee71dSXin LI0 string kych Mac OS X Keychain File 261b6cee71dSXin LI 262b6cee71dSXin LI#------------------------------------------------------------------------------ 263b6cee71dSXin LI# Code Signing related file types 264b6cee71dSXin LI0 belong 0xfade0c00 Mac OS X Code Requirement 265b6cee71dSXin LI>8 belong 1 (opExpr) 266b6cee71dSXin LI>4 belong x - %d bytes 267b6cee71dSXin LI 268b6cee71dSXin LI0 belong 0xfade0c01 Mac OS X Code Requirement Set 269b6cee71dSXin LI>8 belong >1 containing %d items 270b6cee71dSXin LI>4 belong x - %d bytes 271b6cee71dSXin LI 272b6cee71dSXin LI0 belong 0xfade0c02 Mac OS X Code Directory 273b6cee71dSXin LI>8 belong x version %x 274b6cee71dSXin LI>12 belong >0 flags 0x%x 275b6cee71dSXin LI>4 belong x - %d bytes 276b6cee71dSXin LI 277b6cee71dSXin LI0 belong 0xfade0cc0 Mac OS X Detached Code Signature (non-executable) 278b6cee71dSXin LI>4 belong x - %d bytes 279b6cee71dSXin LI 280b6cee71dSXin LI0 belong 0xfade0cc1 Mac OS X Detached Code Signature 281b6cee71dSXin LI>8 belong >1 (%d elements) 282b6cee71dSXin LI>4 belong x - %d bytes 283b6cee71dSXin LI 284b6cee71dSXin LI# From: "Nelson A. de Oliveira" <naoliv@gmail.com> 285b6cee71dSXin LI# .vdi 286b6cee71dSXin LI4 string innotek\ VirtualBox\ Disk\ Image %s 287b6cee71dSXin LI 288a5d223e6SXin LI# Apple disk partition stuff 289a5d223e6SXin LI# URL: https://en.wikipedia.org/wiki/Apple_Partition_Map 290a5d223e6SXin LI# Reference: https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/sys/sys/bootblock.h 291a5d223e6SXin LI# Update: Joerg Jenderek 292a5d223e6SXin LI# "ER" is APPLE_DRVR_MAP_MAGIC signature 293b6cee71dSXin LI0 beshort 0x4552 294a5d223e6SXin LI# display Apple Driver Map (strength=50) after Syslinux bootloader (71) 295a5d223e6SXin LI#!:strength +0 296a5d223e6SXin LI# strengthen the magic by looking for used blocksizes 512 2048 297a5d223e6SXin LI>2 ubeshort&0xf1FF 0 Apple Driver Map 298a5d223e6SXin LI# last 6 bytes for padding found are 0 or end with 55AAh marker for MBR hybrid 299a5d223e6SXin LI#>>504 ubequad&0x0000FFffFFff0000 0 300a5d223e6SXin LI!:mime application/x-apple-diskimage 301a5d223e6SXin LI!:apple ????devr 302a5d223e6SXin LI# https://en.wikipedia.org/wiki/Apple_Disk_Image 303a5d223e6SXin LI!:ext dmg/iso 304a5d223e6SXin LI# sbBlkSize for driver descriptor map 512 2048 305b6cee71dSXin LI>>2 beshort x \b, blocksize %d 306a5d223e6SXin LI# sbBlkCount sometimes garbish like 307a5d223e6SXin LI# 0xb0200000 for unzlibed install_flash_player_19.0.0.245_osx.dmg 308a5d223e6SXin LI# 0xf2720100 for bunziped Firefox 48.0-2.dmg 309a5d223e6SXin LI# 0xeb02ffff for super_grub2_disk_hybrid_2.02s3.iso 310a5d223e6SXin LI# 0x00009090 by syslinux-6.03/utils/isohybrid.c 311a5d223e6SXin LI>>4 ubelong x \b, blockcount %u 312a5d223e6SXin LI# following device/driver information not very useful 313a5d223e6SXin LI# device type 0 1 (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso) 314a5d223e6SXin LI>>8 ubeshort x \b, devtype %u 315a5d223e6SXin LI# device id 0 1 (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso) 316a5d223e6SXin LI>>10 ubeshort x \b, devid %u 317a5d223e6SXin LI# driver data 0 (2425393296 garbage for super_grub2_disk_hybrid_2.02s3.iso) 318a5d223e6SXin LI>>12 ubelong >0 319a5d223e6SXin LI>>>12 ubelong x \b, driver data %u 320a5d223e6SXin LI# number of driver descriptors sbDrvrCount <= 61 321a5d223e6SXin LI# (37008 garbage for super_grub2_disk_hybrid_2.02s3.iso) 322a5d223e6SXin LI>>16 ubeshort x \b, driver count %u 323a5d223e6SXin LI# 61 * apple_drvr_descriptor[8]. information not very useful or same as in partition map 324a5d223e6SXin LI# >>18 use apple-driver-map 325a5d223e6SXin LI# >>26 use apple-driver-map 326a5d223e6SXin LI# # ... 327a5d223e6SXin LI# >>500 use apple-driver-map 328a5d223e6SXin LI# number of partitions is always same in every partition (map block count) 329a5d223e6SXin LI#>>0x0204 ubelong x \b, %u partitions 330a5d223e6SXin LI>>0x0204 ubelong >0 \b, contains[@0x200]: 331a5d223e6SXin LI>>>0x0200 use apple-apm 332a5d223e6SXin LI>>0x0204 ubelong >1 \b, contains[@0x400]: 333a5d223e6SXin LI>>>0x0400 use apple-apm 334a5d223e6SXin LI>>0x0204 ubelong >2 \b, contains[@0x600]: 335a5d223e6SXin LI>>>0x0600 use apple-apm 336a5d223e6SXin LI>>0x0204 ubelong >3 \b, contains[@0x800]: 337a5d223e6SXin LI>>>0x0800 use apple-apm 338a5d223e6SXin LI>>0x0204 ubelong >4 \b, contains[@0xA00]: 339a5d223e6SXin LI>>>0x0A00 use apple-apm 340a5d223e6SXin LI>>0x0204 ubelong >5 \b, contains[@0xC00]: 341a5d223e6SXin LI>>>0x0C00 use apple-apm 342a5d223e6SXin LI>>0x0204 ubelong >6 \b, contains[@0xE00]: 343a5d223e6SXin LI>>>0x0E00 use apple-apm 344a5d223e6SXin LI>>0x0204 ubelong >7 \b, contains[@0x1000]: 345a5d223e6SXin LI>>>0x1000 use apple-apm 346a5d223e6SXin LI# display apple driver descriptor map (start-block, # blocks in sbBlkSize sizes, type) 347a5d223e6SXin LI0 name apple-driver-map 348a5d223e6SXin LI>0 ubequad !0 349a5d223e6SXin LI# descBlock first block of driver 350a5d223e6SXin LI>>0 ubelong x \b, driver start block %u 351a5d223e6SXin LI# descSize driver size in blocks 352a5d223e6SXin LI>>4 ubeshort x \b, size %u 353a5d223e6SXin LI# descType driver system type 1 701h F8FFh FFFFh 354a5d223e6SXin LI>>6 ubeshort x \b, type 0x%x 355b6cee71dSXin LI 356a5d223e6SXin LI# URL: https://en.wikipedia.org/wiki/Apple_Partition_Map 357a5d223e6SXin LI# Reference: http://opensource.apple.com/source/IOStorageFamily/IOStorageFamily-116/IOApplePartitionScheme.h 358a5d223e6SXin LI# Update: Joerg Jenderek 359a5d223e6SXin LI# Yes, the 3rd and 4th bytes pmSigPad are reserved, but we use them to make the 360b6cee71dSXin LI# magic stronger. 361a5d223e6SXin LI# for apple partition map stored as a single file 362a5d223e6SXin LI0 belong 0x504d0000 363a5d223e6SXin LI# to display Apple Partition Map (strength=70) after Syslinux bootloader (71) 364a5d223e6SXin LI#!:strength +0 365a5d223e6SXin LI>0 use apple-apm 366a5d223e6SXin LI# magic/Magdir/apple14.test, 365: Warning: Current entry does not yet have a description for adding a EXTENSION type 367a5d223e6SXin LI# file: could not find any valid magic files! 368a5d223e6SXin LI#!:ext bin 369a5d223e6SXin LI# display apple partition map. Normally called after Apple driver map 370a5d223e6SXin LI0 name apple-apm 371a5d223e6SXin LI>0 belong 0x504d0000 Apple Partition Map 372a5d223e6SXin LI# number of partitions 373a5d223e6SXin LI>>4 ubelong x \b, map block count %u 374a5d223e6SXin LI# logical block (512 bytes) start of partition 375a5d223e6SXin LI>>8 ubelong x \b, start block %u 376a5d223e6SXin LI>>12 ubelong x \b, block count %u 377a5d223e6SXin LI>>16 string >0 \b, name %s 378a5d223e6SXin LI>>48 string >0 \b, type %s 379a5d223e6SXin LI# processor type dpme_process_id[16] e.g. "68000" "68020" 380a5d223e6SXin LI>>120 string >0 \b, processor %s 381a5d223e6SXin LI# A/UX boot arguments BootArgs[128] 382a5d223e6SXin LI>>136 string >0 \b, boot arguments %s 383a5d223e6SXin LI# status of partition dpme_flags 384a5d223e6SXin LI>>88 belong & 1 \b, valid 385a5d223e6SXin LI>>88 belong & 2 \b, allocated 386a5d223e6SXin LI>>88 belong & 4 \b, in use 387a5d223e6SXin LI>>88 belong & 8 \b, has boot info 388a5d223e6SXin LI>>88 belong & 16 \b, readable 389a5d223e6SXin LI>>88 belong & 32 \b, writable 390a5d223e6SXin LI>>88 belong & 64 \b, pic boot code 391a5d223e6SXin LI>>88 belong & 128 \b, chain compatible driver 392a5d223e6SXin LI>>88 belong & 256 \b, real driver 393a5d223e6SXin LI>>88 belong & 512 \b, chain driver 394a5d223e6SXin LI# mount automatically at startup APPLE_PS_AUTO_MOUNT 395a5d223e6SXin LI>>88 ubelong &0x40000000 \b, mount at startup 396a5d223e6SXin LI# is the startup partition APPLE_PS_STARTUP 397a5d223e6SXin LI>>88 ubelong &0x80000000 \b, is the startup partition 398b6cee71dSXin LI 399a5d223e6SXin LI#http://wiki.mozilla.org/DS_Store_File_Format 400b6cee71dSXin LI#http://en.wikipedia.org/wiki/.DS_Store 401b6cee71dSXin LI0 string \0\0\0\1Bud1\0 Apple Desktop Services Store 4025f0216bdSXin LI 4035f0216bdSXin LI# HFS/HFS+ Resource fork files (andrew.roazen@nau.edu Apr 13 2015) 4045f0216bdSXin LI# Usually not in separate files, but have either filename rsrc with 4055f0216bdSXin LI# no extension, or a filename corresponding to another file, with 4065f0216bdSXin LI# extensions rsr/rsrc 4075f0216bdSXin LI0 string \000\000\001\000 4085f0216bdSXin LI>4 leshort 0 4095f0216bdSXin LI>>16 lelong 0 Apple HFS/HFS+ resource fork 4105f0216bdSXin LI 411a5d223e6SXin LI#https://en.wikipedia.org/wiki/AppleScript 412a5d223e6SXin LI0 string FasdUAS AppleScript compiled 413a5d223e6SXin LI 414a5d223e6SXin LI# AppleWorks/ClarisWorks 415a5d223e6SXin LI# https://github.com/joshenders/appleworks_format 416a5d223e6SXin LI# http://fileformats.archiveteam.org/wiki/AppleWorks 417a5d223e6SXin LI0 name appleworks 418a5d223e6SXin LI>0 belong&0x00ffffff 0x07e100 AppleWorks CWK Document 419a5d223e6SXin LI>0 belong&0x00ffffff 0x008803 ClarisWorks CWK Document 420a5d223e6SXin LI>0 default x 421a5d223e6SXin LI>>0 belong x AppleWorks/ClarisWorks CWK Document 422a5d223e6SXin LI>0 byte x \b, version %d 423a5d223e6SXin LI>30 beshort x \b, %d 424a5d223e6SXin LI>32 beshort x \bx%d 425a5d223e6SXin LI!:ext cwk 426a5d223e6SXin LI 427a5d223e6SXin LI4 string BOBO 428a5d223e6SXin LI>0 byte >4 429a5d223e6SXin LI>>12 belong 0 430a5d223e6SXin LI>>>26 belong 0 431a5d223e6SXin LI>>>>0 use appleworks 432a5d223e6SXin LI>0 belong 0x0481ad00 433a5d223e6SXin LI>>0 use appleworks 434*58a0f0d0SEitan Adler 435*58a0f0d0SEitan Adler# magic for Apple File System (APFS) 436*58a0f0d0SEitan Adler# from Alex Myczko <alex@aiei.ch> 437*58a0f0d0SEitan Adler32 string NXSB Apple File System (APFS) 438*58a0f0d0SEitan Adler>36 ulelong x \b, blocksize %u 439*58a0f0d0SEitan Adler 440*58a0f0d0SEitan Adler# iTunes cover art (versions 1 and 2) 441*58a0f0d0SEitan Adler4 string itch 442*58a0f0d0SEitan Adler>24 string artw 443*58a0f0d0SEitan Adler>>0x1e8 string data iTunes cover art 444*58a0f0d0SEitan Adler>>>0x1ed string PNG (PNG) 445*58a0f0d0SEitan Adler>>>0x1ec beshort 0xffd8 (JPEG) 446*58a0f0d0SEitan Adler 447*58a0f0d0SEitan Adler# MacPaint image 448*58a0f0d0SEitan Adler65 string PNTGMPNT MacPaint image data 449*58a0f0d0SEitan Adler#0 belong 2 MacPaint image data 450