diff options
| author | shaddai | 2016-07-04 16:02:35 +0200 |
|---|---|---|
| committer | GitHub | 2016-07-04 16:02:35 +0200 |
| commit | 3bb034544be27cc36ad99aef01327833b7429c24 (patch) | |
| tree | 305e21ff15a916cadf0ab7345bf6f9a6fbe30443 | |
| parent | 8aaead7501c9d3b72b7660c39fb0cdfdbbc2a62d (diff) | |
Update README.md
Add hint about yara build so people stop building it without sha1 support :)
| -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 | ||
