loaded plugins are enabled by default

pull/1353/head
Joran Honig 5 years ago
parent 80467c43d7
commit 5872730cdd
  1. 2
      mythril/laser/plugin/builder.py

@ -13,7 +13,7 @@ class PluginBuilder(ABC):
plugin_name = "Default Plugin Name"
def __init__(self):
self.enabled = False
self.enabled = True
@abstractmethod
def __call__(self, *args, **kwargs) -> LaserPlugin:

Loading…
Cancel
Save