clamav-yara
clamav-yara copied to clipboard
Converts the Clamav Virus Database definitions to YARA rules [GOLANG]
``` 2018/02/19 12:00:16 Downloading main definitions from https://sec51.com/definitions/main.cvd ... 2018/02/19 12:00:16 Download completed, proceeding with parsing. 2018/02/19 12:01:02 main.cvd parsing completed. ========================= 2018/02/19 12:01:02 Downloading daily definitions from https://sec51.com/definitions/daily.cvd ......
This is adding go.mod and go.sum files so that it works with Go modules. It is also fixes #4 and add a length check to avoid it in the future....
Hello. After parsing I have rules. But I can't use them: ``` yara main_linux.yara /bin/ls yara main_windows.yara prog.exe ``` I have error described below: ``` main_windows.yara(464362): warning: $signature in rule...