105-magic-update-zip.patch 728 B

123456789101112131415
  1. Author: n/a
  2. Description: Updating zip magic.
  3. diff -Naurp file.orig/magic/Magdir/msdos file/magic/Magdir/msdos
  4. --- file.orig/magic/Magdir/msdos 2008-05-31 22:17:03.000000000 +0200
  5. +++ file/magic/Magdir/msdos 2008-06-13 09:44:56.000000000 +0200
  6. @@ -256,7 +256,7 @@
  7. # a few unknown ZIP sfxes, no idea if they are needed or if they are
  8. # already captured by the generic patterns above
  9. ->122 string Windows\ self-extracting\ ZIP \b, ZIP self-extracting archive
  10. +>0x7a string Windows\ self-extracting\ ZIP \b, ZIP self-extracting archive
  11. >(8.s*16) search/0x20 PKSFX \b, ZIP self-extracting archive (PKZIP)
  12. # TODO: how to add this? >FileSize-34 string Windows\ Self-Installing\ Executable \b, ZIP self-extracting archive
  13. #