vax.byteswap

来自「harvest是一个下载html网页得机器人」· BYTESWAP 代码 · 共 18 行

BYTESWAP
18
字号
# Byte-swapped VAXen# From: dupuy@amsterdam.columbia.edu (Alexander Dupuy)# # Here are a few lines you can add to /etc/magic on your sun workstations in# order to recognize VAX executables and objects.... you could do something# similar (in reverse) for your vaxen, but since 4.3+NFS' file(1) doesn't look# for /etc/magic, I've never bothered.  It really should be built in to file(1)# so you would see the state of setuid/setgid/sticky bits.  Or actually, there# should be support for checking that sort of thing in /etc/magic.#0	long		00700200000	VAX executable>16	long		&0x7fffffff	not stripped0	long		01000200000	VAX pure executable>16	long		&0x7fffffff	not stripped0	long		01300200000	VAX demand-paged pure executable>16	long		&0x7fffffff	not stripped0	long		01100200000	PDP-11 executable

⌨️ 快捷键说明

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