diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -74,7 +74,9 @@ $ yara -r ./asp.yar /var/www | |||
| 74 | 74 | ||
| 75 | Please keep in mind that you should use at least YARA 3.4 because we're using | 75 | Please keep in mind that you should use at least YARA 3.4 because we're using |
| 76 | [hashes]( https://yara.readthedocs.org/en/latest/modules/hash.html ) for the | 76 | [hashes]( https://yara.readthedocs.org/en/latest/modules/hash.html ) for the |
| 77 | whitelist system, and greedy regexps. | 77 | whitelist system, and greedy regexps. Please note that if you plan to build |
| 78 | yara from sources, libssl-dev must be installed on your system in order to | ||
| 79 | have support for hashes. | ||
| 78 | 80 | ||
| 79 | Ho, and by the way, you can run the comprehensive testsuite with `make test`. | 81 | Ho, and by the way, you can run the comprehensive testsuite with `make test`. |
| 80 | 82 | ||
