BayshoreNetworks / yextend

Yara integrated software to handle archive file data.
BSD 3-Clause "New" or "Revised" License
299 stars 59 forks source link

YARA version is not read correctly in v1.5 - Need new release #14

Closed austinbyers closed 6 years ago

austinbyers commented 6 years ago

Yextend thinks the YARA version is 0.0 instead of 3.7.0 when compiled on Amazon Linux:

$ ./run_yextend test.yara test.yara

Version issue: yextend version 1.4+ will not run with yara versions below 3.4

Your env has yextend version 1.4
Your env has yara version 0.0

This is in the official 1.5 release. The problem has been fixed as of the latest commit to master, but there hasn't been a new release in over a year.

Can we get a new stable release? Thanks!

dre commented 6 years ago

I will release 1.6 in a few days, gonna put some cycles into the JSON output. Yara's version output format changed and that is the reason the 0.0 version is coming up there. I just fixed this so this fix will be included in release 1.6 and is already in the develop branch.