From 1b91d218c449bfdc26582ba41a8889482f8c8e75 Mon Sep 17 00:00:00 2001 From: Paolo Molaro Date: Fri, 24 Mar 2006 20:34:04 +0000 Subject: [PATCH] magic file(1) patch. svn path=/trunk/mono/; revision=58489 --- docs/magic.diff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/magic.diff diff --git a/docs/magic.diff b/docs/magic.diff new file mode 100644 index 00000000000..c8dee8e1627 --- /dev/null +++ b/docs/magic.diff @@ -0,0 +1,15 @@ +This is a patch that can be applied to the magic file used by file(1) to +recognize mono assemblies. +Apply it to the magic file (usually in /usr/share/file/magic or +/usr/share/misc/magic) and recompile it with file -C. + +--- magic.old 2006-03-24 21:12:25.000000000 +0100 ++++ magic 2006-03-24 21:12:17.000000000 +0100 +@@ -7205,6 +7205,7 @@ + >>>>(0x3c.l+4) leshort 0x290 PA-RISC + >>>>(0x3c.l+22) leshort&0x0100 >0 32-bit + >>>>(0x3c.l+22) leshort&0x1000 >0 system file ++>>>>(0x3c.l+232) lelong >0 Mono/.Net assembly + + >>>>(0x3c.l+0xf8) string UPX0 \b, UPX compressed + >>>>(0x3c.l+0xf8) search/0x140 PEC2 \b, PECompact2 compressed -- 2.25.1