blob: 523a2d05f410f3e56246a5afea32225975505966 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#------------------------------------------------------------------------------
# $File: yara,v 1.2 2017/05/25 20:07:23 christos Exp $
# yara: file(1) magic for http://virustotal.github.io/yara/
#
0 string YARA
>4 lelong >2047
>8 byte <20 YARA 3.x compiled rule set
# version
>>8 clear x
>>8 byte 6 created with version 3.3.0
>>8 byte 8 created with version 3.4.0
>>8 byte 11 created with version 3.5.0
>>8 default x
>>>8 byte x development version 0x%02x
|