v1.1.0
- Add the
yrx_scanner_set_module_datafunction to the C API. - Show warnings when comparing the result of
intXXanduintXXfunctions with values outside their valid ranges. Example:warning[unsatisfiable_expr]: unsatisfiable expression --> demo.yar:6:3 | 6 | uint8(0) == 0x1FF | -------- ----- this integer is outside the range [0,255] | | | this expression is an integer in the range [0,255] | - BUGFIX: Less strict schema for Cuckoo reports (#369).
- BUGFIX: CLI reports UTF-8 encoding errors instead of ignoring them silently (2372d68) (thanks to @craiu for the report)
- BUGFIX: Fix issue in the Python API while parsing JSON data (#365, c3ad3ac).