diff options
Diffstat (limited to 'vere/ext/nasm/misc/magic')
-rw-r--r-- | vere/ext/nasm/misc/magic | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vere/ext/nasm/misc/magic b/vere/ext/nasm/misc/magic new file mode 100644 index 0000000..0172f4a --- /dev/null +++ b/vere/ext/nasm/misc/magic @@ -0,0 +1,6 @@ +# Put the following lines in your /etc/magic file to get 'file' to recognise +# RDOFF Object Files + +0 string RDOFF RDOFF Object File +>5 byte >32 version %c (little endian) +>5 byte <32 version %d (big endian) |