polymorf / findcrypt-yara

IDA pro plugin to find crypto constants (and more)
BSD 3-Clause "New" or "Revised" License
1.36k stars 243 forks source link

Fix yarasearch for yara-python > 4.2.3 #46

Open d0x65viant opened 1 year ago

d0x65viant commented 1 year ago

Correction of the yarasearch method for the new version of yara-python, because a TypeError exception occurs: 'yara.StringMatch' object is not subscriptable.