mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 10:47:38 +02:00
Ensure framework plugins are loaded just like non-framework plugins.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user