mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-22 17:44:52 +02:00
9 lines
232 B
Python
9 lines
232 B
Python
"""Defines the symbols architecture
|
|
|
|
This is the namespace for all volatility symbols,
|
|
and determines the path for loading symbol ISF files
|
|
"""
|
|
from volatility.framework import constants
|
|
|
|
__path__ = constants.SYMBOL_BASEPATHS
|