mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-21 05:52:22 +02:00
Constants: add MAX_ARG_STRLEN linux constant
This commit is contained in:
@@ -9,6 +9,10 @@ Linux-specific values that aren't found in debug symbols
|
||||
import enum
|
||||
from dataclasses import dataclass
|
||||
|
||||
# Exec argument limits
|
||||
# Ref: include/uapi/linux/binfmts.h (linux.git commit f6031913338f1dad5bd8cb7286ff4e53644b6940)
|
||||
MAX_ARG_STRLEN = 32 * 4096
|
||||
|
||||
KERNEL_NAME = "__kernel__"
|
||||
|
||||
"""The value hard coded from the Linux Kernel (hence not extracted from the layer itself)"""
|
||||
|
||||
Reference in New Issue
Block a user