p8a / yara-java

Java bindings for Yara
Apache License 2.0
23 stars 25 forks source link

Feature/adde rules from dir #7

Closed siddharthTyagi closed 8 years ago

siddharthTyagi commented 8 years ago

A much expected feature to read rules from files under a given directory. The recursion is controlled via a flag.

p8a commented 8 years ago

Useful addition but there are a lot of changes unrelated to rule loading (like depending on the environment to load yara, etc) that I do not want to accept because will break the current model - which is "batteries included" meaning you do not need any external dependencies at runtime.

Please open a pull request only for rule loading.