Add in Windows specific constants for kernel modules (whose symbol tables are loaded by automagic).

This commit is contained in:
Mike Auty
2018-08-02 10:59:14 +01:00
parent bca972f28a
commit 105816beeb
@@ -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"]