diff --git a/volatility/framework/constants.py b/volatility/framework/constants.py index 8dd7eedb4..07552cf8c 100644 --- a/volatility/framework/constants.py +++ b/volatility/framework/constants.py @@ -6,7 +6,8 @@ import os.path import sys -PLUGINS_PATH = [os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "plugins"))] +PLUGINS_PATH = [os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "plugins")), + os.path.abspath(os.path.join(os.path.dirname(__file__), "plugins"))] BANG = "!" PACKAGE_VERSION = "3.0.0_alpha1" DISABLE_MULTITHREADED_SCANNING = False