1
2
3#------------------------------------------------------------------------------
4# $File: yara,v 1.4 2021/04/26 15:56:00 christos Exp $
5# yara:  file(1) magic for https://virustotal.github.io/yara/
6#
7
80         string    YARA
9>4        lelong    >2047
10>8        byte      <20       YARA 3.x compiled rule set
11# version
12>>8       clear     x
13>>8       byte      6         created with version 3.3.0
14>>8       byte      8         created with version 3.4.0
15>>8       byte      11        created with version 3.5.0
16>>8       default   x
17>>>8      byte      x         development version %#02x
18