VirusTotal / yara-python

The Python interface for YARA
http://virustotal.github.io/yara/
Apache License 2.0
648 stars 179 forks source link

set_config function needs to support YR_CONFIG_MAX_MATCH_DATA #120

Closed kevin-haynie closed 4 years ago

kevin-haynie commented 4 years ago

Please update set_config function to include the ability to set YR_CONFIG_MAX_MATCH_DATA. Looks like this configuration option was added to the YARA project but not to the Python project.

It's important to be able to change the maximum string match size even from Python.

plusvic commented 4 years ago

Implemented in #121