viper-framework / viper

Binary analysis and management framework
Other
1.54k stars 353 forks source link

Changed path of rules folder #737

Closed Tango43 closed 5 years ago

Tango43 commented 5 years ago

.viper/data/yara is never created by the webui it is in .viper/yara

Created by the following line: "yara_rule_path = os.path.join(project.base_path, 'yara')"

The yarascan therefore never finds the yara rules added through the webui, because it searches in the wrong folder