├── create_rule_strings.sh ├── includeCreator.py ├── ruleDuplicateFinder.py ├── shellcode.yara ├── xor_create.py ├── xortools.py └── yara_context.py /create_rule_strings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiddenillusion/yara-goodies/HEAD/create_rule_strings.sh -------------------------------------------------------------------------------- /includeCreator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiddenillusion/yara-goodies/HEAD/includeCreator.py -------------------------------------------------------------------------------- /ruleDuplicateFinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiddenillusion/yara-goodies/HEAD/ruleDuplicateFinder.py -------------------------------------------------------------------------------- /shellcode.yara: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiddenillusion/yara-goodies/HEAD/shellcode.yara -------------------------------------------------------------------------------- /xor_create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiddenillusion/yara-goodies/HEAD/xor_create.py -------------------------------------------------------------------------------- /xortools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiddenillusion/yara-goodies/HEAD/xortools.py -------------------------------------------------------------------------------- /yara_context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiddenillusion/yara-goodies/HEAD/yara_context.py --------------------------------------------------------------------------------