blob: 08cd3756e2861286b1890ae6e562a79d56baa0cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[libfuzzy]
#samples = ./modules/malwares
persistence = serialized.libfuzzy
disable = false
[entropy]
disable = false
[hashwhitelist]
#samples = ./modules/clean_files/
persistence = serialized.hashwhitelist
disable = false
[grep count]
disable = false
[levenshtein]
samples = ./modules/malwares
disable = true
|