mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 02:37:39 +02:00
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.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"""Volatility 3 Linux Constants
|
||||
|
||||
Linux-specific values that aren't found in debug symbols"""
|
||||
|
||||
# arch/x86/include/asm/page_types.h
|
||||
PAGE_SHIFT = 12
|
||||
Reference in New Issue
Block a user