CyberChef icon indicating copy to clipboard operation
CyberChef copied to clipboard

Update yara to 4.2.3, add console module support and fix misc bugs

Open mattnotmitt opened this issue 2 years ago • 1 comments

  • Added option to display output of Yara console module which allows arbitrary logging (request from @malvidin, mattnotmitt/libyara-wasm#6)
  • Added option to hide rule compilation warnings
  • Added tests for above two features and OpenSSL hashing support
  • Fixed bug where match count could show 0
  • Fixed bug where rule compilation warnings/errors would not show their messages

mattnotmitt avatar Sep 17 '22 22:09 mattnotmitt

Example output:

image

malvidin avatar Sep 18 '22 19:09 malvidin