summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshaddai2016-07-04 16:02:35 +0200
committerGitHub2016-07-04 16:02:35 +0200
commit3bb034544be27cc36ad99aef01327833b7429c24 (patch)
tree305e21ff15a916cadf0ab7345bf6f9a6fbe30443
parent8aaead7501c9d3b72b7660c39fb0cdfdbbc2a62d (diff)
Update README.md
Add hint about yara build so people stop building it without sha1 support :)
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ff669cb..77e9357 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,9 @@ $ yara -r ./asp.yar /var/www
74 74
75Please keep in mind that you should use at least YARA 3.4 because we're using 75Please 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
77whitelist system, and greedy regexps. 77whitelist system, and greedy regexps. Please note that if you plan to build
78yara from sources, libssl-dev must be installed on your system in order to
79have support for hashes.
78 80
79Ho, and by the way, you can run the comprehensive testsuite with `make test`. 81Ho, and by the way, you can run the comprehensive testsuite with `make test`.
80 82