From 4b886cd5150b944dc87e1830c67e2f66c5e8d616 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Mon, 13 Apr 2015 13:09:06 +0000 Subject: [PATCH] add apple hfs resource fork. --- magic/Magdir/apple | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/magic/Magdir/apple b/magic/Magdir/apple index 9c375d83..98372d22 100644 --- a/magic/Magdir/apple +++ b/magic/Magdir/apple @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: apple,v 1.28 2014/04/28 12:04:50 christos Exp $ +# $File: apple,v 1.29 2014/04/30 21:41:02 christos Exp $ # apple: file(1) magic for Apple file formats # 0 search/1/t FiLeStArTfIlEsTaRt binscii (apple ][) text @@ -300,3 +300,12 @@ #http://wiki.mozilla.org/DS_Store_File_Format` #http://en.wikipedia.org/wiki/.DS_Store 0 string \0\0\0\1Bud1\0 Apple Desktop Services Store + +# HFS/HFS+ Resource fork files (andrew.roazen@nau.edu Apr 13 2015) +# Usually not in separate files, but have either filename rsrc with +# no extension, or a filename corresponding to another file, with +# extensions rsr/rsrc +0 string \000\000\001\000 +>4 leshort 0 +>>16 lelong 0 Apple HFS/HFS+ resource fork + -- 2.40.0