database 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. #------------------------------------------------------------------------------
  2. # $File: database,v 1.42 2014/08/19 14:18:04 christos Exp $
  3. # database: file(1) magic for various databases
  4. #
  5. # extracted from header/code files by Graeme Wilford (eep2gw@ee.surrey.ac.uk)
  6. #
  7. #
  8. # GDBM magic numbers
  9. # Will be maintained as part of the GDBM distribution in the future.
  10. # <downsj@teeny.org>
  11. 0 belong 0x13579acd GNU dbm 1.x or ndbm database, big endian, 32-bit
  12. !:mime application/x-gdbm
  13. 0 belong 0x13579ace GNU dbm 1.x or ndbm database, big endian, old
  14. !:mime application/x-gdbm
  15. 0 belong 0x13579acf GNU dbm 1.x or ndbm database, big endian, 64-bit
  16. !:mime application/x-gdbm
  17. 0 lelong 0x13579acd GNU dbm 1.x or ndbm database, little endian, 32-bit
  18. !:mime application/x-gdbm
  19. 0 lelong 0x13579ace GNU dbm 1.x or ndbm database, little endian, old
  20. !:mime application/x-gdbm
  21. 0 lelong 0x13579acf GNU dbm 1.x or ndbm database, little endian, 64-bit
  22. !:mime application/x-gdbm
  23. 0 string GDBM GNU dbm 2.x database
  24. !:mime application/x-gdbm
  25. #
  26. # Berkeley DB
  27. #
  28. # Ian Darwin's file /etc/magic files: big/little-endian version.
  29. #
  30. # Hash 1.85/1.86 databases store metadata in network byte order.
  31. # Btree 1.85/1.86 databases store the metadata in host byte order.
  32. # Hash and Btree 2.X and later databases store the metadata in host byte order.
  33. 0 long 0x00061561 Berkeley DB
  34. !:mime application/x-dbm
  35. >8 belong 4321
  36. >>4 belong >2 1.86
  37. >>4 belong <3 1.85
  38. >>4 belong >0 (Hash, version %d, native byte-order)
  39. >8 belong 1234
  40. >>4 belong >2 1.86
  41. >>4 belong <3 1.85
  42. >>4 belong >0 (Hash, version %d, little-endian)
  43. 0 belong 0x00061561 Berkeley DB
  44. >8 belong 4321
  45. >>4 belong >2 1.86
  46. >>4 belong <3 1.85
  47. >>4 belong >0 (Hash, version %d, big-endian)
  48. >8 belong 1234
  49. >>4 belong >2 1.86
  50. >>4 belong <3 1.85
  51. >>4 belong >0 (Hash, version %d, native byte-order)
  52. 0 long 0x00053162 Berkeley DB 1.85/1.86
  53. >4 long >0 (Btree, version %d, native byte-order)
  54. 0 belong 0x00053162 Berkeley DB 1.85/1.86
  55. >4 belong >0 (Btree, version %d, big-endian)
  56. 0 lelong 0x00053162 Berkeley DB 1.85/1.86
  57. >4 lelong >0 (Btree, version %d, little-endian)
  58. 12 long 0x00061561 Berkeley DB
  59. >16 long >0 (Hash, version %d, native byte-order)
  60. 12 belong 0x00061561 Berkeley DB
  61. >16 belong >0 (Hash, version %d, big-endian)
  62. 12 lelong 0x00061561 Berkeley DB
  63. >16 lelong >0 (Hash, version %d, little-endian)
  64. 12 long 0x00053162 Berkeley DB
  65. >16 long >0 (Btree, version %d, native byte-order)
  66. 12 belong 0x00053162 Berkeley DB
  67. >16 belong >0 (Btree, version %d, big-endian)
  68. 12 lelong 0x00053162 Berkeley DB
  69. >16 lelong >0 (Btree, version %d, little-endian)
  70. 12 long 0x00042253 Berkeley DB
  71. >16 long >0 (Queue, version %d, native byte-order)
  72. 12 belong 0x00042253 Berkeley DB
  73. >16 belong >0 (Queue, version %d, big-endian)
  74. 12 lelong 0x00042253 Berkeley DB
  75. >16 lelong >0 (Queue, version %d, little-endian)
  76. # From Max Bowsher.
  77. 12 long 0x00040988 Berkeley DB
  78. >16 long >0 (Log, version %d, native byte-order)
  79. 12 belong 0x00040988 Berkeley DB
  80. >16 belong >0 (Log, version %d, big-endian)
  81. 12 lelong 0x00040988 Berkeley DB
  82. >16 lelong >0 (Log, version %d, little-endian)
  83. #
  84. #
  85. # Round Robin Database Tool by Tobias Oetiker <oetiker@ee.ethz.ch>
  86. 0 string/b RRD\0 RRDTool DB
  87. >4 string/b x version %s
  88. >>10 short !0 16bit aligned
  89. >>>10 bedouble 8.642135e+130 big-endian
  90. >>>>18 short x 32bit long (m68k)
  91. >>10 short 0
  92. >>>12 long !0 32bit aligned
  93. >>>>12 bedouble 8.642135e+130 big-endian
  94. >>>>>20 long 0 64bit long
  95. >>>>>20 long !0 32bit long
  96. >>>>12 ledouble 8.642135e+130 little-endian
  97. >>>>>24 long 0 64bit long
  98. >>>>>24 long !0 32bit long (i386)
  99. >>>>12 string \x43\x2b\x1f\x5b\x2f\x25\xc0\xc7 middle-endian
  100. >>>>>24 short !0 32bit long (arm)
  101. >>8 quad 0 64bit aligned
  102. >>>16 bedouble 8.642135e+130 big-endian
  103. >>>>24 long 0 64bit long (s390x)
  104. >>>>24 long !0 32bit long (hppa/mips/ppc/s390/SPARC)
  105. >>>16 ledouble 8.642135e+130 little-endian
  106. >>>>28 long 0 64bit long (alpha/amd64/ia64)
  107. >>>>28 long !0 32bit long (armel/mipsel)
  108. #----------------------------------------------------------------------
  109. # ROOT: file(1) magic for ROOT databases
  110. #
  111. 0 string root\0 ROOT file
  112. >4 belong x Version %d
  113. >33 belong x (Compression: %d)
  114. # XXX: Weak magic.
  115. # Alex Ott <ott@jet.msk.su>
  116. ## Paradox file formats
  117. #2 leshort 0x0800 Paradox
  118. #>0x39 byte 3 v. 3.0
  119. #>0x39 byte 4 v. 3.5
  120. #>0x39 byte 9 v. 4.x
  121. #>0x39 byte 10 v. 5.x
  122. #>0x39 byte 11 v. 5.x
  123. #>0x39 byte 12 v. 7.x
  124. #>>0x04 byte 0 indexed .DB data file
  125. #>>0x04 byte 1 primary index .PX file
  126. #>>0x04 byte 2 non-indexed .DB data file
  127. #>>0x04 byte 3 non-incrementing secondary index .Xnn file
  128. #>>0x04 byte 4 secondary index .Ynn file
  129. #>>0x04 byte 5 incrementing secondary index .Xnn file
  130. #>>0x04 byte 6 non-incrementing secondary index .XGn file
  131. #>>0x04 byte 7 secondary index .YGn file
  132. #>>>0x04 byte 8 incrementing secondary index .XGn file
  133. ## XBase database files
  134. # updated by Joerg Jenderek at Feb 2013
  135. # http://www.dbase.com/Knowledgebase/INT/db7_file_fmt.htm
  136. # http://www.clicketyclick.dk/databases/xbase/format/dbf.html
  137. # http://home.f1.htw-berlin.de/scheibl/db/intern/dBase.htm
  138. # inspect VVYYMMDD , where 1<= MM <= 12 and 1<= DD <= 31
  139. 0 ubelong&0x0000FFFF <0x00000C20
  140. # skip Infocom game Z-machine
  141. >2 ubyte >0
  142. # skip Androids *.xml
  143. >>3 ubyte >0
  144. >>>3 ubyte <32
  145. # 1 < version VV
  146. >>>>0 ubyte >1
  147. # skip HELP.CA3 by test for reserved byte ( NULL )
  148. >>>>>27 ubyte 0
  149. # reserved bytes not always 0 ; also found 0x3901 (T4.DBF) ,0x7101 (T5.DBF,T6.DBF)
  150. #>>>>>30 ubeshort x 30NULL?%x
  151. # possible production flag,tag numbers(<=0x30),tag length(<=0x20), reserved (NULL)
  152. >>>>>>24 ubelong&0xffFFFFff >0x01302000
  153. # .DBF or .MDX
  154. >>>>>>24 ubelong&0xffFFFFff <0x01302001
  155. # for Xbase Database file (*.DBF) reserved (NULL) for multi-user
  156. >>>>>>>24 ubelong&0xffFFFFff =0
  157. # test for 2 reserved NULL bytes,transaction and encryption byte flag
  158. >>>>>>>>12 ubelong&0xFFFFfEfE 0
  159. # test for MDX flag
  160. >>>>>>>>>28 ubyte x
  161. >>>>>>>>>28 ubyte&0xf8 0
  162. # header size >= 32
  163. >>>>>>>>>>8 uleshort >31
  164. # skip PIC15736.PCX by test for language driver name or field name
  165. >>>>>>>>>>>32 ubyte >0
  166. #!:mime application/x-dbf; charset=unknown-8bit ??
  167. #!:mime application/x-dbase
  168. >>>>>>>>>>>>0 use xbase-type
  169. # database file
  170. >>>>>>>>>>>>0 ubyte x \b DBF
  171. >>>>>>>>>>>>4 lelong 0 \b, no records
  172. >>>>>>>>>>>>4 lelong >0 \b, %d record
  173. # plural s appended
  174. >>>>>>>>>>>>>4 lelong >1 \bs
  175. # http://www.clicketyclick.dk/databases/xbase/format/dbf_check.html#CHECK_DBF
  176. # 1 <= record size <= 4000 (dBase 3,4) or 32 * KB (=0x8000)
  177. >>>>>>>>>>>>10 uleshort x * %d
  178. # file size = records * record size + header size
  179. >>>>>>>>>>>>1 ubyte x \b, update-date
  180. >>>>>>>>>>>>1 use xbase-date
  181. # http://msdn.microsoft.com/de-de/library/cc483186(v=vs.71).aspx
  182. #>>>>>>>>>>>>29 ubyte =0 \b, codepage ID=0x%x
  183. # 2~cp850 , 3~cp1252 , 0x1b~?? ; what code page is 0x1b ?
  184. >>>>>>>>>>>>29 ubyte >0 \b, codepage ID=0x%x
  185. #>>>>>>>>>>>>28 ubyte&0x01 0 \b, no index file
  186. >>>>>>>>>>>>28 ubyte&0x01 1 \b, with index file .MDX
  187. >>>>>>>>>>>>28 ubyte&0x02 2 \b, with memo .FPT
  188. >>>>>>>>>>>>28 ubyte&0x04 4 \b, DataBaseContainer
  189. # 1st record offset + 1 = header size
  190. >>>>>>>>>>>>8 uleshort >0
  191. >>>>>>>>>>>>(8.s+1) ubyte >0
  192. >>>>>>>>>>>>>8 uleshort >0 \b, at offset %d
  193. >>>>>>>>>>>>>(8.s+1) ubyte >0
  194. >>>>>>>>>>>>>>&-1 string >\0 1st record "%s"
  195. # for multiple index files (*.MDX) Production flag,tag numbers(<=0x30),tag length(<=0x20), reserverd (NULL)
  196. >>>>>>>24 ubelong&0x0133f7ff >0
  197. # test for reserved NULL byte
  198. >>>>>>>>47 ubyte x
  199. # test for valid TAG key format (0x10 or 0)
  200. >>>>>>>>>559 ubyte&0xeF 0
  201. # test MM <= 12
  202. >>>>>>>>>45 ubeshort <0x0C20
  203. >>>>>>>>>>45 ubyte >0
  204. >>>>>>>>>>>46 ubyte <32
  205. >>>>>>>>>>>>46 ubyte >0
  206. #!:mime application/x-mdx
  207. >>>>>>>>>>>>>0 use xbase-type
  208. >>>>>>>>>>>>>0 ubyte x \b MDX
  209. >>>>>>>>>>>>>1 ubyte x \b, creation-date
  210. >>>>>>>>>>>>>1 use xbase-date
  211. >>>>>>>>>>>>>44 ubyte x \b, update-date
  212. >>>>>>>>>>>>>44 use xbase-date
  213. # No.of tags in use (1,2,5,12)
  214. >>>>>>>>>>>>>28 uleshort x \b, %d
  215. # No. of entries in tag (0x30)
  216. >>>>>>>>>>>>>25 ubyte x \b/%d tags
  217. # Length of tag
  218. >>>>>>>>>>>>>26 ubyte x * %d
  219. # 1st tag name_
  220. >>>>>>>>>>>>>548 string x \b, 1st tag "%.11s"
  221. # 2nd tag name
  222. #>>>>>>>>>>>>(26.b+548) string x \b, 2nd tag "%.11s"
  223. #
  224. # Print the xBase names of different version variants
  225. 0 name xbase-type
  226. >0 ubyte <2
  227. # 1 < version
  228. >0 ubyte >1
  229. >>0 ubyte 0x02 FoxBase
  230. # FoxBase+/dBaseIII+, no memo
  231. >>0 ubyte 0x03 FoxBase+/dBase III
  232. !:mime application/x-dbf
  233. # dBASE IV no memo file
  234. >>0 ubyte 0x04 dBase IV
  235. !:mime application/x-dbf
  236. # dBASE V no memo file
  237. >>0 ubyte 0x05 dBase V
  238. !:mime application/x-dbf
  239. >>0 ubyte 0x30 Visual FoxPro
  240. !:mime application/x-dbf
  241. >>0 ubyte 0x31 Visual FoxPro, autoincrement
  242. !:mime application/x-dbf
  243. # Visual FoxPro, with field type Varchar or Varbinary
  244. >>0 ubyte 0x32 Visual FoxPro, with field type Varchar
  245. !:mime application/x-dbf
  246. # dBASE IV SQL, no memo;dbv memo var size (Flagship)
  247. >>0 ubyte 0x43 dBase IV, with SQL table
  248. !:mime application/x-dbf
  249. # http://msdn.microsoft.com/en-US/library/st4a0s68(v=vs.80).aspx
  250. #>>0 ubyte 0x62 dBase IV, with SQL table
  251. #!:mime application/x-dbf
  252. # dBASE IV, with memo!!
  253. >>0 ubyte 0x7b dBase IV, with memo
  254. !:mime application/x-dbf
  255. # http://msdn.microsoft.com/en-US/library/st4a0s68(v=vs.80).aspx
  256. #>>0 ubyte 0x82 dBase IV, with SQL system
  257. #!:mime application/x-dbf
  258. # FoxBase+/dBaseIII+ with memo .DBT!
  259. >>0 ubyte 0x83 FoxBase+/dBase III, with memo .DBT
  260. !:mime application/x-dbf
  261. # VISUAL OBJECTS (first 1.0 versions) for the Dbase III files (NTX clipper driver); memo file
  262. >>0 ubyte 0x87 VISUAL OBJECTS, with memo file
  263. !:mime application/x-dbf
  264. # http://msdn.microsoft.com/en-US/library/st4a0s68(v=vs.80).aspx
  265. #>>0 ubyte 0x8A FoxBase+/dBase III, with memo .DBT
  266. #!:mime application/x-dbf
  267. # dBASE IV with memo!
  268. >>0 ubyte 0x8B dBase IV, with memo .DBT
  269. !:mime application/x-dbf
  270. # dBase IV with SQL Table,no memo?
  271. >>0 ubyte 0x8E dBase IV, with SQL table
  272. !:mime application/x-dbf
  273. # .dbv and .dbt memo (Flagship)?
  274. >>0 ubyte 0xB3 Flagship
  275. # http://msdn.microsoft.com/en-US/library/st4a0s68(v=vs.80).aspx
  276. #>>0 ubyte 0xCA dBase IV with memo .DBT
  277. #!:mime application/x-dbf
  278. # dBASE IV with SQL table, with memo .DBT
  279. >>0 ubyte 0xCB dBase IV with SQL table, with memo .DBT
  280. !:mime application/x-dbf
  281. # HiPer-Six format;Clipper SIX, with SMT memo file
  282. >>0 ubyte 0xE5 Clipper SIX with memo
  283. !:mime application/x-dbf
  284. # http://msdn.microsoft.com/en-US/library/st4a0s68(v=vs.80).aspx
  285. #>>0 ubyte 0xF4 dBase IV, with SQL table, with memo
  286. #!:mime application/x-dbf
  287. >>0 ubyte 0xF5 FoxPro with memo
  288. !:mime application/x-dbf
  289. # http://msdn.microsoft.com/en-US/library/st4a0s68(v=vs.80).aspx
  290. #>>0 ubyte 0xFA FoxPro 2.x, with memo
  291. #!:mime application/x-dbf
  292. # unknown version (should not happen)
  293. >>0 default x xBase
  294. !:mime application/x-dbf
  295. >>>0 ubyte x (0x%x)
  296. # flags in version byte
  297. # DBT flag (with dBASE III memo .DBT)!!
  298. # >>0 ubyte&0x80 >0 DBT_FLAG=%x
  299. # memo flag ??
  300. # >>0 ubyte&0x08 >0 MEMO_FLAG=%x
  301. # SQL flag ??
  302. # >>0 ubyte&0x70 >0 SQL_FLAG=%x
  303. # test and print the date of xBase .DBF .MDX
  304. 0 name xbase-date
  305. # inspect YYMMDD , where 1<= MM <= 12 and 1<= DD <= 31
  306. >0 ubelong x
  307. >1 ubyte <13
  308. >>1 ubyte >0
  309. >>>2 ubyte >0
  310. >>>>2 ubyte <32
  311. >>>>>0 ubyte x
  312. # YY is interpreted as 20YY or 19YY
  313. >>>>>>0 ubyte <100 \b %.2d
  314. # YY is interpreted 1900+YY; TODO: display yy or 20yy instead 1YY
  315. >>>>>>0 ubyte >99 \b %d
  316. >>>>>1 ubyte x \b-%d
  317. >>>>>2 ubyte x \b-%d
  318. # dBase memo files .DBT or .FPT
  319. # http://msdn.microsoft.com/en-us/library/8599s21w(v=vs.80).aspx
  320. 16 ubyte <4
  321. >16 ubyte !2
  322. >>16 ubyte !1
  323. # next free block index is positive
  324. >>>0 ulelong >0
  325. # skip many JPG. ZIP, BZ2 by test for reserved bytes NULL , 0|2 , 0|1 , low byte of block size
  326. >>>>17 ubelong&0xFFfdFE00 0x00000000
  327. # skip many RAR by test for low byte 0 ,high byte 0|2|even of block size, 0|a|e|d7 , 0|64h
  328. >>>>>20 ubelong&0xFF01209B 0x00000000
  329. # dBASE III
  330. >>>>>>16 ubyte 3
  331. # dBASE III DBT
  332. >>>>>>>0 use xbase-memo-print
  333. # dBASE IV DBT , FoxPro FPT or many PNG , ZIP , DBF garbage
  334. >>>>>>16 ubyte 0
  335. # dBASE IV DBT with DBF name or DBF garbage
  336. >>>>>>>8 ubelong >0x40000000
  337. # skip DBF and catch dBASE IV DBT with DBF name and with non big index of next free block
  338. >>>>>>>>0 ulelong <0x01010002
  339. >>>>>>>>>0 use xbase-memo-print
  340. >>>>>>>8 ubelong 0
  341. # skip MM*DD*.bin by test for for reserved NULL byte
  342. >>>>>>>>508 ubelong 0
  343. # real memo files should contain text here
  344. >>>>>>>>>520 ubelong >0x20202019
  345. >>>>>>>>>>520 ubelong <0xFEFEFEFF
  346. >>>>>>>>>>>0 use xbase-memo-print
  347. # garbage PCX , ZIP , JAR , XPI
  348. >>>>>>>8 default x
  349. # Print the information of dBase DBT or FoxPro FPT memo files
  350. 0 name xbase-memo-print
  351. >0 ubyte x
  352. # test version
  353. # memo file
  354. >>16 ubyte 3 dBase III DBT
  355. >>16 ubyte 0
  356. >>>512 ubelong <0x00000003 FoxPro FPT
  357. # Size of blocks for FoxPro
  358. >>>>6 ubeshort x \b, blocks size %u
  359. # Number of next available block for appending data for FoxPro
  360. >>>>0 ubelong =0 \b, next free block index %u
  361. >>>>0 ubelong !0 \b, next free block index %u
  362. >>>512 default x dBase IV DBT
  363. # DBF file name without extension
  364. >>>>8 string >\0 \b of %-.8s.DBF
  365. # size of blocks ; not reliable 0x2020204C
  366. #>>>>4 ulelong =0 \b, blocks size %u
  367. >>>>4 ulelong !0 \b, blocks size %u
  368. # Block length found 0 , 512
  369. #>>>>20 uleshort =0 \b, block length %u
  370. >>>>20 uleshort !0 \b, block length %u
  371. # Number of next available block for appending data
  372. >>>>0 ulelong =0 \b, next free block index %u
  373. >>>>0 ulelong !0 \b, next free block index %u
  374. >>512 ubelong x
  375. >>>512 ubelong =0xFFFF0800
  376. >>>>520 string >\0 \b, 1st used item "%s"
  377. # FoxPro
  378. >>>512 ubelong <3
  379. # FoxPro memo
  380. >>>>512 ubelong =1
  381. >>>>520 string >\0 \b, 1st used item "%s"
  382. >>>512 default x
  383. # may be deleted memo field
  384. >>>>512 string >\0 \b, 1st item "%s"
  385. # TODO:
  386. # DBASE index file *.NDX
  387. # DBASE Compound Index file *.CDX
  388. # dBASE IV Printer Driver *.PRF
  389. ## End of XBase database stuff
  390. # MS Access database
  391. 4 string Standard\ Jet\ DB Microsoft Access Database
  392. !:mime application/x-msaccess
  393. 4 string Standard\ ACE\ DB Microsoft Access Database
  394. !:mime application/x-msaccess
  395. # TDB database from Samba et al - Martin Pool <mbp@samba.org>
  396. 0 string TDB\ file TDB database
  397. >32 lelong 0x2601196D version 6, little-endian
  398. >>36 lelong x hash size %d bytes
  399. # SE Linux policy database
  400. 0 lelong 0xf97cff8c SE Linux policy
  401. >16 lelong x v%d
  402. >20 lelong 1 MLS
  403. >24 lelong x %d symbols
  404. >28 lelong x %d ocons
  405. # ICE authority file data (Wolfram Kleff)
  406. 2 string ICE ICE authority data
  407. # X11 Xauthority file (Wolfram Kleff)
  408. 10 string MIT-MAGIC-COOKIE-1 X11 Xauthority data
  409. 11 string MIT-MAGIC-COOKIE-1 X11 Xauthority data
  410. 12 string MIT-MAGIC-COOKIE-1 X11 Xauthority data
  411. 13 string MIT-MAGIC-COOKIE-1 X11 Xauthority data
  412. 14 string MIT-MAGIC-COOKIE-1 X11 Xauthority data
  413. 15 string MIT-MAGIC-COOKIE-1 X11 Xauthority data
  414. 16 string MIT-MAGIC-COOKIE-1 X11 Xauthority data
  415. 17 string MIT-MAGIC-COOKIE-1 X11 Xauthority data
  416. 18 string MIT-MAGIC-COOKIE-1 X11 Xauthority data
  417. # From: Maxime Henrion <mux@FreeBSD.org>
  418. # PostgreSQL's custom dump format, Maxime Henrion <mux@FreeBSD.org>
  419. 0 string PGDMP PostgreSQL custom database dump
  420. >5 byte x - v%d
  421. >6 byte x \b.%d
  422. >5 beshort <0x101 \b-0
  423. >5 beshort >0x100
  424. >>7 byte x \b-%d
  425. # Type: Advanced Data Format (ADF) database
  426. # URL: http://www.grc.nasa.gov/WWW/cgns/adf/
  427. # From: Nicolas Chauvat <nicolas.chauvat@logilab.fr>
  428. 0 string @(#)ADF\ Database CGNS Advanced Data Format
  429. # Tokyo Cabinet magic data
  430. # http://tokyocabinet.sourceforge.net/index.html
  431. 0 string ToKyO\ CaBiNeT\n Tokyo Cabinet
  432. >14 string x \b (%s)
  433. >32 byte 0 \b, Hash
  434. !:mime application/x-tokyocabinet-hash
  435. >32 byte 1 \b, B+ tree
  436. !:mime application/x-tokyocabinet-btree
  437. >32 byte 2 \b, Fixed-length
  438. !:mime application/x-tokyocabinet-fixed
  439. >32 byte 3 \b, Table
  440. !:mime application/x-tokyocabinet-table
  441. >33 byte &1 \b, [open]
  442. >33 byte &2 \b, [fatal]
  443. >34 byte x \b, apow=%d
  444. >35 byte x \b, fpow=%d
  445. >36 byte &0x01 \b, [large]
  446. >36 byte &0x02 \b, [deflate]
  447. >36 byte &0x04 \b, [bzip]
  448. >36 byte &0x08 \b, [tcbs]
  449. >36 byte &0x10 \b, [excodec]
  450. >40 lequad x \b, bnum=%lld
  451. >48 lequad x \b, rnum=%lld
  452. >56 lequad x \b, fsiz=%lld
  453. # Type: QDBM Quick Database Manager
  454. # From: Benoit Sibaud <bsibaud@april.org>
  455. 0 string \\[depot\\]\n\f Quick Database Manager, little endian
  456. 0 string \\[DEPOT\\]\n\f Quick Database Manager, big endian
  457. # Type: TokyoCabinet database
  458. # URL: http://tokyocabinet.sourceforge.net/
  459. # From: Benoit Sibaud <bsibaud@april.org>
  460. 0 string ToKyO\ CaBiNeT\n TokyoCabinet database
  461. >14 string x (version %s)
  462. # From: Stephane Blondon http://www.yaal.fr
  463. # Database file for Zope (done by FileStorage)
  464. 0 string FS21 Zope Object Database File Storage (data)
  465. # Cache file for the database of Zope (done by ClientStorage)
  466. 0 string ZEC3 Zope Object Database Client Cache File (data)
  467. # IDA (Interactive Disassembler) database
  468. 0 string IDA1 IDA (Interactive Disassembler) database