Files
volatility3/volatility/framework/constants/linux/__init__.py
T
Nick L. Petroni, Jr 5bb2aef9fc Created linux.proc.Maps plugin.
Added object extensions for the key structures. Also added
constants.linux, which will contain Linux-specific constants
that can't be extracted via dwarf.
2017-08-16 16:14:33 -04:00

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