1 #------------------------------------------------------------------------------
2 # alpha architecture description
5 0 leshort 0603 COFF format alpha
6 >22 leshort&030000 !020000 executable
9 >22 leshort&020000 !0 dynamically linked
10 >16 lelong !0 not stripped
12 >22 leshort&030000 020000 shared library
13 >24 leshort 0407 object
14 >27 byte x - version %d
18 # Basic recognition of Digital UNIX core dumps - Mike Bremford <mike@opac.bl.uk>
20 # The actual magic number is just "Core", followed by a 2-byte version
21 # number; however, treating any file that begins with "Core" as a Digital
22 # UNIX core dump file may produce too many false hits, so we include one
23 # byte of the version number as well; DU 5.0 appears only to be up to
26 0 string Core\001 Alpha COFF format core dump (Digital UNIX)
27 >24 string >\0 \b, from '%s'
28 0 string Core\002 Alpha COFF format core dump (Digital UNIX)
29 >24 string >\0 \b, from '%s'