Commit graph

5 commits

Author SHA1 Message Date
minskim
aad293fd54 security/yara: Needs OpenSSL to build 2017-11-01 19:29:30 +00:00
wiz
7c7de5663f Simplify *yara packages. 2017-06-07 20:46:34 +00:00
khorben
7db7c12abf Update security/{,py-yara} to version 3.5.0
The release notes mention:

  * Match length operator (http://yara.readthedocs.io/en/v3.5.0/writingrules.html#match-length)
  * Performance improvements
  * Less memory consumption while scanning processes
  * Exception handling when scanning memory blocks
  * Negative integers in meta fields
  * Added the --stack-size command-argument
  * Functions import_ordinal, is_dll, is_32bit and is_64bit added to PE module
  * Functions rich_signature.toolid and rich_signature.version added to PE module
  * Lots of bug fixes

The Python bindings are now released from a different tree, with the same
versioning apparently though.

"welcome to update" pettai@
2017-05-15 15:27:31 +00:00
pettai
21c046792e Cleanup the Makefile and move some common stuff to Makefile.common,
in preparation of additional yara-dependent stuff...
2015-06-06 08:57:18 +00:00
pettai
a89b1e4746 YARA is a tool aimed at (but not limited to) helping malware
researchers to identify and classify malware samples. With YARA
you can create descriptions of malware families (or whatever you
want to describe) based on textual or binary patterns.
2015-06-06 08:18:17 +00:00