Expand description
Utility functions for YARA rule generation Provides helper functions for common tasks
Functionsยง
- bytes_
to_ hex - Convert bytes to hex string
- calculate_
entropy - Calculate Shannon entropy of data
- escape_
string - Escape special characters in strings
- export_
rule_ to_ json - Export a rule to JSON format
- generate_
unique_ rule_ name - Generate a unique rule name
- import_
rule_ from_ json - Import a rule from JSON format
- load_
rule_ from_ file - Load a rule from a file
- save_
rule_ to_ file - Save a rule to a file