mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 13:17:38 +02:00
Rejig plugins and partially parse the command-line options to set a plugin path early.
This commit is contained in:
@@ -5,4 +5,5 @@
|
||||
"""
|
||||
from volatility.framework import constants
|
||||
|
||||
__path__ = constants.PLUGINS_PATH
|
||||
if not __path__:
|
||||
__path__ = constants.PLUGINS_PATH
|
||||
|
||||
Reference in New Issue
Block a user