Skip to content

Releases: VirusTotal/yara-python

v4.5.5

Choose a tag to compare

@plusvic plusvic released this 22 Apr 18:41
fb240bc

Upgrade to YARA 4.5.5 (release notes)

v4.5.3

Choose a tag to compare

@plusvic plusvic released this 22 Apr 18:42
fb240bc

Upgrade to YARA 4.5.3 (release notes)

v4.5.2

Choose a tag to compare

@plusvic plusvic released this 19 May 09:47
7b6a7f9

Upgrade to YARA 4.5.2 (release notes)

v4.5.1

Choose a tag to compare

@plusvic plusvic released this 19 May 09:46

Upgrade to YARA 4.5.1 (release notes)

v4.5.0

Choose a tag to compare

@plusvic plusvic released this 04 Mar 08:40

Upgrade to YARA 4.5.0 (release notes)

v4.4.0

Choose a tag to compare

@plusvic plusvic released this 04 Mar 08:39

Upgrade to YARA 4.4.0 (release notes)

v4.3.1

Choose a tag to compare

@plusvic plusvic released this 21 Apr 09:43

Upgrade to YARA 4.3.1 (release notes)

v4.3.0

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.

v4.2.3

Choose a tag to compare

@plusvic plusvic released this 09 Aug 14:18
Bump version number and upload .msi generated by Appveyor to Github.

v4.2.0

Choose a tag to compare

@plusvic plusvic released this 10 Mar 15:18
Fix typo in appveyor.yml