impr: Move advanced analysis yara rules to the patterns repo

This commit is contained in:
WerWolv
2024-02-25 11:32:05 +01:00
parent c4f3ea901a
commit 7434fdec6f
6 changed files with 21 additions and 155 deletions

View File

@@ -37,6 +37,7 @@ namespace hex::fs {
Magic,
Plugins,
Yara,
YaraAdvancedAnalysis,
Config,
Backups,
Resources,

View File

@@ -410,6 +410,9 @@ namespace hex::fs {
case ImHexPath::Yara:
result = appendPath(getDataPaths(), "yara");
break;
case ImHexPath::YaraAdvancedAnalysis:
result = appendPath(getDefaultPaths(ImHexPath::Yara), "advanced_analysis");
break;
case ImHexPath::Recent:
result = appendPath(getConfigPaths(), "recent");
break;