12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- 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
|