yara-parser v0.5.0
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 aRule
struct,[modifier1 modifier2 ... modifierN]
forStringModifiers
type, etc.) - Add
j2y
command to reversey2j
output (to turn JSON rulesets back into YARA rulesets)