blob: 4e0c61b00633a0f374609c312b425a8e2e2ddbab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
Subject: Disable att3b/WE32K executables like 3B20
Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Date: 2019-12-19
Bug-Debian: https://bugs.debian.org/913867
Forwarded: Not yet
--- a/magic/Magdir/att3b
+++ b/magic/Magdir/att3b
@@ -18,20 +18,20 @@
#
# WE32K
#
-0 beshort 0560 WE32000 COFF
->18 beshort ^00000020 object
->18 beshort &00000020 executable
->12 belong >0 not stripped
->18 beshort ^00010000 N/A on 3b2/300 w/paging
->18 beshort &00020000 32100 required
->18 beshort &00040000 and MAU hardware required
->20 beshort 0407 (impure)
->20 beshort 0410 (pure)
->20 beshort 0413 (demand paged)
->20 beshort 0443 (target shared library)
->22 beshort >0 - version %d
-0 beshort 0561 WE32000 COFF executable (TV)
->12 belong >0 not stripped
+#0 beshort 0560 WE32000 COFF
+#>18 beshort ^00000020 object
+#>18 beshort &00000020 executable
+#>12 belong >0 not stripped
+#>18 beshort ^00010000 N/A on 3b2/300 w/paging
+#>18 beshort &00020000 32100 required
+#>18 beshort &00040000 and MAU hardware required
+#>20 beshort 0407 (impure)
+#>20 beshort 0410 (pure)
+#>20 beshort 0413 (demand paged)
+#>20 beshort 0443 (target shared library)
+#>22 beshort >0 - version %d
+#0 beshort 0561 WE32000 COFF executable (TV)
+#>12 belong >0 not stripped
#>18 beshort &00020000 - 32100 required
#>18 beshort &00040000 and MAU hardware required
#>22 beshort >0 - version %d
|