]> git.pld-linux.org Git - packages/file.git/blame - file-msdos.patch
- rel. 1 (updated debian-patch)
[packages/file.git] / file-msdos.patch
CommitLineData
04e0241b
JB
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 @@
a1878704
JB
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
a1878704 9+0 string/cB @\ echo\ off MS-DOS batch file text
04e0241b
JB
10 !:mime text/x-msdos-batch
11->1 string/cB echo\ off MS-DOS batch file text
a1878704 12+0 string/cB @echo\ off MS-DOS batch file text
04e0241b
JB
13 !:mime text/x-msdos-batch
14->1 string/cB rem\ MS-DOS batch file text
a1878704 15+0 string/cB @rem\ MS-DOS batch file text
04e0241b
JB
16 !:mime text/x-msdos-batch
17->1 string/cB set\ MS-DOS batch file text
a1878704 18+0 string/cB @set\ MS-DOS batch file text
04e0241b 19 !:mime text/x-msdos-batch
a1878704
JB
20
21
04e0241b
JB
22@@ -322,11 +321,12 @@
23 #>0x20e string SFX\ by\ LARC \b, LARC self-extracting archive
01aed2f7 24 #0 byte 0xb8 COM executable
a1878704 25 # modified by Joerg Jenderek
04e0241b
JB
26->1 lelong !0x21cd4cff for DOS
27+#>1 lelong !0x21cd4cff for DOS
a1878704
JB
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
04e0241b
JB
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)
a1878704
JB
34 0 string \x81\xfc
35 >4 string \x77\x02\xcd\x20\xb9
04e0241b
JB
36 >>36 string UPX! FREE-DOS executable (COM), UPX compressed
37@@ -334,27 +334,27 @@
a1878704
JB
38 # GRR search is not working
39 #2 search/28 \xcd\x21 COM executable for MS-DOS
01aed2f7 40 #WHICHFAT.cOM
a1878704 41-2 string \xcd\x21 COM executable for DOS
a1878704 42+#2 string \xcd\x21 COM executable for DOS
01aed2f7
ER
43 #DELTREE.cOM DELTREE2.cOM
44-4 string \xcd\x21 COM executable for DOS
a1878704 45+#4 string \xcd\x21 COM executable for DOS
01aed2f7
ER
46 #IFMEMDSK.cOM ASSIGN.cOM COMP.cOM
47-5 string \xcd\x21 COM executable for DOS
a1878704
JB
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.079321 seconds and 4 git commands to generate.