rulegen clear ruleset cache when user configures new directory

This commit is contained in:
Michael Hunhoff
2021-01-21 14:15:52 -07:00
parent d1b7a5c2e4
commit cd27a64f4e

View File

@@ -1023,6 +1023,8 @@ class CapaExplorerForm(idaapi.PluginForm):
path = self.ask_user_directory()
if path:
settings.user["rule_path"] = path
self.rules_cache = None
self.ruleset_cache = None
idaapi.info("Run analysis again for your changes to take effect.")
def set_view_status_label(self, text):