mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-21 14:02:22 +02:00
Added object extensions for the key structures. Also added constants.linux, which will contain Linux-specific constants that can't be extracted via dwarf.
7 lines
146 B
Python
7 lines
146 B
Python
"""Volatility 3 Linux Constants
|
|
|
|
Linux-specific values that aren't found in debug symbols"""
|
|
|
|
# arch/x86/include/asm/page_types.h
|
|
PAGE_SHIFT = 12
|