VirusTotal / yara

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

Expose reading object arrays. #1940

Closed wxsBSD closed 1 year ago

wxsBSD commented 1 year ago

Expose yr_object_array_get_item() and yr_object_array_length() - we use these to access array items in a custom callback. We can maintain this patch internally if necessary, but I suspect it will be useful outside of our use case.