avast/yaramod

Segmentation fault when trying to construct invalid YARA language syntax

xbabka01 opened this issue · 0 comments

When using ipython this sequence of commands throws SIGSEGV.

import yaramod
yaramod.int_val(10)[yaramod.int_val(10)]

It is improper usage of yaramod, but it shoudn't throw SIGSEGV