yara-python icon indicating copy to clipboard operation
yara-python copied to clipboard

Use arguments sources and filepaths simultaneously in yara.compile

Open plusvic opened this issue 8 years ago • 0 comments

For example:

compiled = yara.compile(filepaths = { 'from_file1': '/path/rules.1', 'from_file2': '/path/rules.2', }, sources = { 'from_text': text, })

plusvic avatar Jun 06 '17 15:06 plusvic