Skip to content

yara-parser v0.5.0

Compare
Choose a tag to compare
@Northern-Lights Northern-Lights released this 14 Jun 23:12
· 36 commits to master since this release

Changes for this release include:

  • Add .Serialize() method to each field in a ruleset struct to turn the struct back into a YARA ruleset
  • Add .String() method to each field in a ruleset to return a reasonable string representation of that field (e.g. rule name for a Rule struct, [modifier1 modifier2 ... modifierN] for StringModifiers type, etc.)
  • Add j2y command to reverse y2j output (to turn JSON rulesets back into YARA rulesets)