Skip to content

Commit bee2a39

Browse files
committed
Linux: Minor: Add comment/header on each set of constants
1 parent bb6dc9a commit bee2a39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

volatility3/framework/constants/linux/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ class ELF_CLASS(IntEnum):
304304
ELFCLASS64 = 2
305305

306306

307+
# PTrace
307308
PT_OPT_FLAG_SHIFT = 3
308309

309310
PTRACE_EVENT_FORK = 1
@@ -341,4 +342,5 @@ def flags(self) -> str:
341342
return str(self).replace(self.__class__.__name__ + ".", "")
342343

343344

345+
# Boot time
344346
NSEC_PER_SEC = 1e9

0 commit comments

Comments
 (0)