mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 20:57:39 +02:00
Add in Windows specific constants for kernel modules (whose symbol tables are loaded by automagic).
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
"""Volatility 3 Linux Constants
|
||||
|
||||
Windows-specific values that aren't found in debug symbols"""
|
||||
|
||||
KERNEL_MODULE_NAMES = ["ntkrnlmp", "ntkrnlpa", "ntkrpamp", "ntoskrnl"]
|
||||
Reference in New Issue
Block a user