diff options
| author | Xin LI <delphij@FreeBSD.org> | 2019-11-10 03:44:32 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2019-11-10 03:44:32 +0000 |
| commit | 4ef4bf0189e5e736a37f9ead9beaaa8e1cd1f9fb (patch) | |
| tree | 0b82394b9b244b8f3a588afe3b96177c08ff98eb /magic/Magdir/zip | |
| parent | ad1ba6e1e032f79d03b9a6e2c714de84d1911b3a (diff) | |
Notes
Diffstat (limited to 'magic/Magdir/zip')
| -rw-r--r-- | magic/Magdir/zip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/magic/Magdir/zip b/magic/Magdir/zip index 17919a3d8b107..f214ad0df550c 100644 --- a/magic/Magdir/zip +++ b/magic/Magdir/zip @@ -1,12 +1,12 @@ #------------------------------------------------------------------------------ -# $File: zip,v 1.1 2017/11/03 23:36:17 christos Exp $ +# $File: zip,v 1.2 2019/04/09 18:34:15 christos Exp $ # zip: file(1) magic for zip files; this is not use # Note the version of magic in archive is currently stronger, this is # just an example until negative offsets are supported better # Zip Central Cirectory record 0 name zipcd ->0 string PK\001\002 +>0 string PK\001\002 Zip archive data >>4 leshort x \b, made by >>4 use zipversion >>6 leshort x \b, extract using at least @@ -53,7 +53,7 @@ >>0 leshort x v?[%#x] # Zip End Of Central Directory record --22 string PK\005\006 Zip archive data +-22 string PK\005\006 #>4 leshort >1 \b, %d disks #>6 leshort >1 \b, central directory disk %d #>8 leshort >1 \b, %d central directories on this disk |
