12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- #------------------------------------------------------------------------------
- # $File: bsdi,v 1.5 2009/09/19 16:28:08 christos Exp $
- # bsdi: file(1) magic for BSD/OS (from BSDI) objects
- #
- 0 lelong 0314 386 compact demand paged pure executable
- >16 lelong >0 not stripped
- >32 byte 0x6a (uses shared libs)
- 0 lelong 0407 386 executable
- >16 lelong >0 not stripped
- >32 byte 0x6a (uses shared libs)
- 0 lelong 0410 386 pure executable
- >16 lelong >0 not stripped
- >32 byte 0x6a (uses shared libs)
- 0 lelong 0413 386 demand paged pure executable
- >16 lelong >0 not stripped
- >32 byte 0x6a (uses shared libs)
- # same as in SunOS 4.x, except for static shared libraries
- 0 belong&077777777 0600413 sparc demand paged
- >0 byte &0x80
- >>20 belong <4096 shared library
- >>20 belong =4096 dynamically linked executable
- >>20 belong >4096 dynamically linked executable
- >0 byte ^0x80 executable
- >16 belong >0 not stripped
- >36 belong 0xb4100001 (uses shared libs)
- 0 belong&077777777 0600410 sparc pure
- >0 byte &0x80 dynamically linked executable
- >0 byte ^0x80 executable
- >16 belong >0 not stripped
- >36 belong 0xb4100001 (uses shared libs)
- 0 belong&077777777 0600407 sparc
- >0 byte &0x80 dynamically linked executable
- >0 byte ^0x80 executable
- >16 belong >0 not stripped
- >36 belong 0xb4100001 (uses shared libs)
|