GitBook: [master] one page modified

This commit is contained in:
CPol 2021-08-18 23:59:47 +00:00 committed by gitbook-bot
parent 375f3885b9
commit c25f3504d0
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -43,6 +43,11 @@ yara -w malware_rules.yar folder #Scan hole fodler
You can use the tool [**YaraGen**](https://github.com/Neo23x0/yarGen) to generate yara rules from a binary. Checkout these tutorials: [**Part 1**](https://www.nextron-systems.com/2015/02/16/write-simple-sound-yara-rules/), [**Part 2**](https://www.nextron-systems.com/2015/10/17/how-to-write-simple-but-sound-yara-rules-part-2/), [**Part 3**](https://www.nextron-systems.com/2016/04/15/how-to-write-simple-but-sound-yara-rules-part-3/)
```bash
python3 yarGen.py --update
python3.exe yarGen.py --excludegood -m ../../mals/
```
### ClamAV
#### Install