mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-24 15:12:23 +02:00
6 lines
167 B
Python
6 lines
167 B
Python
"""Volatility 3 Linux Constants
|
|
|
|
Windows-specific values that aren't found in debug symbols"""
|
|
|
|
KERNEL_MODULE_NAMES = ["ntkrnlmp", "ntkrnlpa", "ntkrpamp", "ntoskrnl"]
|