alliant

来自「sleuthit-2.09 一个磁盘的工具集」· 代码 · 共 18 行

TXT
18
字号
#------------------------------------------------------------------------------# alliant:  file(1) magic for Alliant FX series a.out files## If the FX series is the one that had a processor with a 68K-derived# instruction set, the "short" should probably become "beshort" and the# "long" should probably become "belong".# If it's the i860-based one, they should probably become either the# big-endian or little-endian versions, depending on the mode they ran# the 860 in....#0	short		0420		0420 Alliant virtual executable>2	short		&0x0020		common library>16	long		>0		not stripped0	short		0421		0421 Alliant compact executable>2	short		&0x0020		common library>16	long		>0		not stripped

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?