Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 09:40
· 726 commits to main since this release
512ab7c
  • Add the yrx_scanner_set_module_data function to the C API.
  • Show warnings when comparing the result of intXX and uintXX functions 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).

Contributors: @vojone @szabgab