xref: /dragonfly/contrib/file/magic/Magdir/hitachi-sh (revision 655933d6)
1
2#------------------------------------------------------------------------------
3# $File: hitachi-sh,v 1.10 2020/12/12 20:01:47 christos Exp $
4# hitach-sh: file(1) magic for Hitachi Super-H
5#
6# Super-H COFF
7#
8# updated by Joerg Jenderek at Oct 2015
9# https://en.wikipedia.org/wiki/COFF
10# https://de.wikipedia.org/wiki/Common_Object_File_Format
11# http://www.delorie.com/djgpp/doc/coff/filhdr.html
12# below test line conflicts with 2nd NTFS filesystem sector
13# 2nd NTFS filesystem sector often starts with 0x05004e00 for unicode string 5 NTLDR
14# and Portable Gaming Notation Compressed format (*.WID http://pgn.freeservers.com/)
150	beshort		0x0500
16# test for unused flag bits (0x8000,0x0800,0x0400,0x0200,x0080) in f_flags
17>18	ubeshort&0x8E80	0
18# use big endian variant of subroutine to display name+variables+flags
19# for common object formatted files
20>>0	use				\^display-coff
21!:strength -10
22
230	leshort		0x0550
24# test for unused flag bits in f_flags
25>18	uleshort&0x8E80	0
26# use little endian variant of subroutine to
27# display name+variables+flags for common object formatted files
28>>0	use				display-coff
29!:strength -10
30
31