Rejig plugins and partially parse the command-line options to set a plugin path early.

This commit is contained in:
Mike Auty
2017-06-01 00:54:07 +01:00
parent 4e08d6e414
commit dd7ea07228
2 changed files with 14 additions and 7 deletions
+2 -1
View File
@@ -5,4 +5,5 @@
"""
from volatility.framework import constants
__path__ = constants.PLUGINS_PATH
if not __path__:
__path__ = constants.PLUGINS_PATH