1 2#------------------------------------------------------------------------------ 3# $File: clarion,v 1.5 2014/04/30 21:41:02 christos Exp $ 4# clarion: file(1) magic for # Clarion Personal/Professional Developer 5# (v2 and above) 6# From: Julien Blache <jb@jblache.org> 7 8# Database files 9# signature 100 leshort 0x3343 Clarion Developer (v2 and above) data file 11# attributes 12>2 leshort &0x0001 \b, locked 13>2 leshort &0x0004 \b, encrypted 14>2 leshort &0x0008 \b, memo file exists 15>2 leshort &0x0010 \b, compressed 16>2 leshort &0x0040 \b, read only 17# number of records 18>5 lelong x \b, %d records 19 20# Memo files 210 leshort 0x334d Clarion Developer (v2 and above) memo data 22 23# Key/Index files 24# No magic? :( 25 26# Help files 270 leshort 0x49e0 Clarion Developer (v2 and above) help data 28