]> git.pld-linux.org Git - packages/file.git/blob - file-msdos.patch
- bcond desc
[packages/file.git] / file-msdos.patch
1 --- file-4.25/magic/Magdir/msdos.orig   2008-07-19 21:53:45.598043088 +0200
2 +++ file-4.25/magic/Magdir/msdos        2008-07-19 22:14:11.858041412 +0200
3 @@ -5,14 +5,13 @@
4  
5  # .BAT files (Daniel Quinlan, quinlan@yggdrasil.com)
6  # updated by Joerg Jenderek
7 -0      string  @                       
8 ->1     string/cB       \ echo\ off     MS-DOS batch file text
9 +0      string/cB       @\ echo\ off    MS-DOS batch file text
10  !:mime text/x-msdos-batch
11 ->1     string/cB       echo\ off       MS-DOS batch file text
12 +0      string/cB       @echo\ off      MS-DOS batch file text
13  !:mime text/x-msdos-batch
14 ->1     string/cB       rem\            MS-DOS batch file text
15 +0      string/cB       @rem\           MS-DOS batch file text
16  !:mime text/x-msdos-batch
17 ->1     string/cB       set\            MS-DOS batch file text
18 +0      string/cB       @set\           MS-DOS batch file text
19  !:mime text/x-msdos-batch
20  
21  
22 @@ -322,11 +321,12 @@
23  #>0x20e string         SFX\ by\ LARC   \b, LARC self-extracting archive
24  #0     byte            0xb8            COM executable
25  # modified by Joerg Jenderek
26 ->1     lelong          !0x21cd4cff     for DOS
27 +#>1    lelong          !0x21cd4cff     for DOS
28  # http://syslinux.zytor.com/comboot.php
29  # (32-bit COMBOOT) programs *.C32 contain 32-bit code and run in flat-memory 32-bit protected mode
30  # start with assembler instructions mov eax,21cd4cffh
31 ->1     lelong          0x21cd4cff      (32-bit COMBOOT)
32 +#>1    lelong          0x21cd4cff      (32-bit COMBOOT)
33 +0      string  \xb8\xff\x4c\xcd\x21    COM executable (32-bit COMBOOT)
34  0      string  \x81\xfc                
35  >4     string  \x77\x02\xcd\x20\xb9    
36  >>36   string  UPX!                    FREE-DOS executable (COM), UPX compressed
37 @@ -334,27 +334,27 @@
38  # GRR search is not working
39  #2     search/28       \xcd\x21        COM executable for MS-DOS
40  #WHICHFAT.cOM
41 -2      string  \xcd\x21                COM executable for DOS
42 +#2     string  \xcd\x21                COM executable for DOS
43  #DELTREE.cOM DELTREE2.cOM
44 -4      string  \xcd\x21                COM executable for DOS
45 +#4     string  \xcd\x21                COM executable for DOS
46  #IFMEMDSK.cOM ASSIGN.cOM COMP.cOM
47 -5      string  \xcd\x21                COM executable for DOS
48 +#5     string  \xcd\x21                COM executable for DOS
49  #DELTMP.COm HASFAT32.cOM
50 -7      string  \xcd\x21                
51 ->0     byte    !0xb8                   COM executable for DOS
52 +#7     string  \xcd\x21                
53 +#>0    byte    !0xb8                   COM executable for DOS
54  #COMP.cOM MORE.COm
55 -10     string  \xcd\x21                
56 ->5     string  !\xcd\x21               COM executable for DOS
57 +#10    string  \xcd\x21                
58 +#>5    string  !\xcd\x21               COM executable for DOS
59  #comecho.com
60 -13     string  \xcd\x21                COM executable for DOS
61 +#13    string  \xcd\x21                COM executable for DOS
62  #HELP.COm EDIT.coM
63 -18     string  \xcd\x21                COM executable for MS-DOS
64 +#18    string  \xcd\x21                COM executable for MS-DOS
65  #NWRPLTRM.COm
66 -23     string  \xcd\x21                COM executable for MS-DOS
67 +#23    string  \xcd\x21                COM executable for MS-DOS
68  #LOADFIX.cOm LOADFIX.cOm
69 -30     string  \xcd\x21                COM executable for MS-DOS
70 +#30    string  \xcd\x21                COM executable for MS-DOS
71  #syslinux.com 3.11
72 -70     string  \xcd\x21                COM executable for DOS
73 +#70    string  \xcd\x21                COM executable for DOS
74  # many compressed/converted COMs start with a copy loop instead of a jump
75  0x6    search/0xa      \xfc\x57\xf3\xa5\xc3    COM executable for MS-DOS
76  0x6    search/0xa      \xfc\x57\xf3\xa4\xc3    COM executable for DOS
This page took 0.041618 seconds and 3 git commands to generate.