mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-20 13:42:23 +02:00
11 lines
431 B
Python
11 lines
431 B
Python
# This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0
|
|
# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0
|
|
#
|
|
"""Volatility 3 Linux Constants.
|
|
|
|
Windows-specific values that aren't found in debug symbols
|
|
"""
|
|
|
|
KERNEL_MODULE_NAMES = ["ntkrnlmp", "ntkrnlpa", "ntkrpamp", "ntoskrnl"]
|
|
"""The list of names that kernel modules can have within the windows OS"""
|