mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-09 06:50:49 +00:00
6afd85a447
- Fix a segfault bug (not exploitable) - Import some magic files and install - PREFIX"/lib/radare2/"R2_VERSION"/magic" - Output of 'pm' is easier to read now - Add pm? help message * Remove all flags from previous search * Handle ^C in /m search * Autocomple ~ with tab (home) - Fix autocomplete filenames without '^[\.|/]'
39 lines
1.5 KiB
Plaintext
39 lines
1.5 KiB
Plaintext
# $OpenBSD: gimp,v 1.1 2004/06/03 03:14:20 tedu Exp $
|
|
|
|
#------------------------------------------------------------------------------
|
|
# GIMP Gradient: file(1) magic for the GIMP's gradient data files
|
|
# by Federico Mena <federico@nuclecu.unam.mx>
|
|
|
|
0 string GIMP\ Gradient GIMP gradient data
|
|
|
|
#------------------------------------------------------------------------------
|
|
# XCF: file(1) magic for the XCF image format used in the GIMP developed
|
|
# by Spencer Kimball and Peter Mattis
|
|
# ('Bucky' LaDieu, nega@vt.edu)
|
|
|
|
0 string gimp\ xcf GIMP XCF image data,
|
|
>9 string file version 0,
|
|
>9 string v version
|
|
>>10 string >\0 %s,
|
|
>14 belong x %lu x
|
|
>18 belong x %lu,
|
|
>22 belong 0 RGB Color
|
|
>22 belong 1 Greyscale
|
|
>22 belong 2 Indexed Color
|
|
>22 belong >2 Unknown Image Type.
|
|
|
|
#------------------------------------------------------------------------------
|
|
# XCF: file(1) magic for the patterns used in the GIMP, developed
|
|
# by Spencer Kimball and Peter Mattis
|
|
# ('Bucky' LaDieu, nega@vt.edu)
|
|
|
|
20 string GPAT GIMP pattern data,
|
|
>24 string x %s
|
|
|
|
#------------------------------------------------------------------------------
|
|
# XCF: file(1) magic for the brushes used in the GIMP, developed
|
|
# by Spencer Kimball and Peter Mattis
|
|
# ('Bucky' LaDieu, nega@vt.edu)
|
|
|
|
20 string GIMP GIMP brush data
|