Skip to content

v4.3.0

Compare
Choose a tag to compare
@plusvic plusvic released this 27 Mar 14:36

Important note: This release introduces backward incompatible changes to the yara-python API.

Specifically, the strings field in the yara.Match object has changed from an array of tuples (<offset>, <string identifier>, <string data>) to an array of yara.StringMatch objects. If your program iterates over the matched strings you will need to update your program accordingly.