diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-28 00:38:24 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-28 00:38:24 -0500 |
| commit | 772312762986a7ec36262069a28ad3d4dde30559 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /magic/alf | |
| parent | cedd4bada6e88daa0c527380e6dc22f52685f197 (diff) | |
| download | unalf-772312762986a7ec36262069a28ad3d4dde30559.tar.gz | |
Project has been renamed, use https://slackware.uk/~urchlay/repos/alftools
Diffstat (limited to 'magic/alf')
| -rw-r--r-- | magic/alf | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/magic/alf b/magic/alf deleted file mode 100644 index 4517d0d..0000000 --- a/magic/alf +++ /dev/null @@ -1,25 +0,0 @@ -### AlfCrunch -# Author: B. Watson (urchlay@slackware.uk) -# -# Reference: -# https://slackware.uk/~urchlay/repos/unalf/plain/doc/fileformat.txt -# -# This is very similar to ARC (see Magdir/archive), but doesn't -# overlap with it. The . in the filename is always present, even -# if there's no extender after it. -# -# Offsets 18 and 28 are the high bytes of the 32-bit original and -# compressed sizes. These will always be 0, since Atari files are -# never >16MB in size (and since the UNALF dearchiver can't handle -# them anyway). -# -# magicbits=53.7 -# -0 uleshort 0x0f1a ->18 ubyte 0x00 ->>28 ubyte 0x00 ->>>2 regex/13 [A-Z][A-Z0-9@_]{0,7}\.[A-Z0-9@_]{0,3} ->>>>&0 ubyte 0 ->>>>>2 string x Atari 8-bit AlfCrunch data, first filename %s -!:mime application/x-atari-8bit-alfcrunch -!:ext alf |
