mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-24 07:02:23 +02:00
Linux: Minor: Add comment/header on each set of constants
This commit is contained in:
@@ -304,6 +304,7 @@ class ELF_CLASS(IntEnum):
|
||||
ELFCLASS64 = 2
|
||||
|
||||
|
||||
# PTrace
|
||||
PT_OPT_FLAG_SHIFT = 3
|
||||
|
||||
PTRACE_EVENT_FORK = 1
|
||||
@@ -341,4 +342,5 @@ class PT_FLAGS(Flag):
|
||||
return str(self).replace(self.__class__.__name__ + ".", "")
|
||||
|
||||
|
||||
# Boot time
|
||||
NSEC_PER_SEC = 1e9
|
||||
|
||||
Reference in New Issue
Block a user