mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-09 11:17:38 +02:00
Import linux so we don't need to subimport it everywhere we need to use it.
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
Stores all the constant values that are generally fixed throughout volatility
|
||||
This includes default scanning block sizes, etc."""
|
||||
import os.path
|
||||
|
||||
import sys
|
||||
|
||||
__all__ = ["linux", "windows"]
|
||||
import volatility.framework.constants.linux
|
||||
|
||||
PLUGINS_PATH = [os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "plugins")),
|
||||
os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "plugins"))]
|
||||
|
||||
Reference in New Issue
Block a user