File: magic

package info (click to toggle)
cldump 0.11~dfsg-5
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: ansic: 2,267; makefile: 14
file content (30 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# Magic numbers for the Clarion Personal/Professional Developer (v2 and above) files
#
# Julien BLACHE <jb@jblache.org>
#

#### Database and associated files

### Database files
## signature
0	leshort		0x3343	Clarion Personal/Professional Developer (v2 and above) data file
## interesting attributes
>2	leshort		&0x0001	\b, locked
>2	leshort		&0x0004	\b, encrypted
>2	leshort		&0x0008	\b, memo file exists
>2	leshort		&0x0010	\b, compressed
>2	leshort		&0x0040	\b, read only
## number of records
>5	lelong		x	\b, %ld records

### Memo files
0	leshort		0x334d	Clarion Personal/Professional Developer (v2 and above) memo data

### Key/Index files
## No magic ? :(


#### Help files
0	leshort		0x49e0	Clarion Personal/Professional Developer (v2 and above) help data