mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Add in constants and a tree skeleton for eventual plugins.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
__author__ = 'mike'
|
||||
|
||||
import os.path
|
||||
|
||||
PLUGINS_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "plugins"))
|
||||
@@ -0,0 +1 @@
|
||||
__author__ = 'mike'
|
||||
@@ -0,0 +1 @@
|
||||
__author__ = 'mike'
|
||||
@@ -0,0 +1 @@
|
||||
__author__ = 'mike'
|
||||
Reference in New Issue
Block a user