πInformation on Rules
Some basic information on YARA rule type.
Under your meta section, you must include a rule_name and type. Everything else you add is optional and does not affect the scanning of the rule.
meta:
rule_name = "Example Cheat" // Name of cheat
type = "Detect" // Warning or Detect
author = "Saxony" // Optional data that can be added
Last updated