mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
*- file is now broken into a library containing and processing the magic and a consumer binary.
15 lines
419 B
Text
15 lines
419 B
Text
|
|
#------------------------------------------------------------------------------
|
|
# flash: file(1) magic for Macromedia Flash file format
|
|
#
|
|
# See
|
|
#
|
|
# http://www.macromedia.com/software/flash/open/
|
|
#
|
|
0 string FWS Macromedia Flash data,
|
|
>3 byte x version %d
|
|
0 string CWS Macromedia Flash data (compressed),
|
|
>3 byte x version %d
|
|
#
|
|
# From Dave Wilson
|
|
0 string AGD4\xbe\xb8\xbb\xcb\x00 Macromedia Freehand 9 Document
|