Files
volatility3/volatility/framework/constants.py
T

6 lines
126 B
Python

__author__ = 'mike'
import os.path
PLUGINS_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "plugins"))