VirusTotal / yara

The pattern matching swiss knife
https://virustotal.github.io/yara/
BSD 3-Clause "New" or "Revised" License
8.13k stars 1.42k forks source link

Fix case sensitive checks. #1904

Closed wxsBSD closed 1 year ago

wxsBSD commented 1 year ago

When using pe.import_rva() or pe.delayed_import_rva() they were using case sensitive checks while other import/export functions were case insensitive.

The import_rva() and delayed_import_rva() were added in 4.3.0 so I think they aren't heavily used yet and we can fix them to be consistent now.

Noticed by: Ronnie Salomonsen