2012-05-02 13:23:57 +02:00
|
|
|
|
2012-03-31 20:24:03 +02:00
|
|
|
#------------------------------------------------------------------------------
|
2013-04-10 11:08:42 +02:00
|
|
|
# $File: gnu,v 1.13 2012/01/03 17:16:54 christos Exp $
|
2012-03-31 20:24:03 +02:00
|
|
|
# gnu: file(1) magic for various GNU tools
|
|
|
|
#
|
|
|
|
# GNU nlsutils message catalog file format
|
|
|
|
#
|
2013-04-10 11:08:42 +02:00
|
|
|
# GNU message catalog (.mo and .gmo files)
|
|
|
|
|
2012-03-31 20:24:03 +02:00
|
|
|
0 string \336\22\4\225 GNU message catalog (little endian),
|
2013-04-10 11:08:42 +02:00
|
|
|
>6 leshort x revision %d.
|
|
|
|
>4 leshort >0 \b%d,
|
|
|
|
>>8 lelong x %d messages,
|
|
|
|
>>36 lelong x %d sysdep messages
|
|
|
|
>4 leshort =0 \b%d,
|
|
|
|
>>8 lelong x %d messages
|
|
|
|
|
2012-03-31 20:24:03 +02:00
|
|
|
0 string \225\4\22\336 GNU message catalog (big endian),
|
2013-04-10 11:08:42 +02:00
|
|
|
>4 beshort x revision %d.
|
|
|
|
>6 beshort >0 \b%d,
|
|
|
|
>>8 belong x %d messages,
|
|
|
|
>>36 belong x %d sysdep messages
|
|
|
|
>6 beshort =0 \b%d,
|
|
|
|
>>8 belong x %d messages
|
|
|
|
|
2012-03-31 20:24:03 +02:00
|
|
|
|
|
|
|
# GnuPG
|
|
|
|
# The format is very similar to pgp
|
|
|
|
0 string \001gpg GPG key trust database
|
|
|
|
>4 byte x version %d
|
|
|
|
# Note: magic.mime had 0x8501 for the next line instead of 0x8502
|
|
|
|
0 beshort 0x8502 GPG encrypted data
|
|
|
|
!:mime text/PGP # encoding: data
|
|
|
|
|
|
|
|
# This magic is not particularly good, as the keyrings don't have true
|
|
|
|
# magic. Nevertheless, it covers many keyrings.
|
|
|
|
0 beshort 0x9901 GPG key public ring
|
|
|
|
!:mime application/x-gnupg-keyring
|
|
|
|
|
|
|
|
# Gnumeric spreadsheet
|
|
|
|
# This entry is only semi-helpful, as Gnumeric compresses its files, so
|
|
|
|
# they will ordinarily reported as "compressed", but at least -z helps
|
|
|
|
39 string =<gmr:Workbook Gnumeric spreadsheet
|
|
|
|
|
|
|
|
# From: James Youngman <jay@gnu.org>
|
|
|
|
# gnu find magic
|
|
|
|
0 string \0LOCATE GNU findutils locate database data
|
|
|
|
>7 string >\0 \b, format %s
|
|
|
|
>7 string 02 \b (frcode)
|
|
|
|
|
|
|
|
# Files produced by GNU gettext
|
|
|
|
0 long 0xDE120495 GNU-format message catalog data
|
|
|
|
0 long 0x950412DE GNU-format message catalog data
|
2013-04-10 11:08:42 +02:00
|
|
|
|
|
|
|
# gettext message catalogue
|
|
|
|
0 regex \^msgid\ GNU gettext message catalogue text
|
|
|
|
!:mime text/x-po
|