mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
Add: code comment for windows version
This commit is contained in:
@@ -450,6 +450,7 @@ class ETHREAD(objects.StructType):
|
||||
|
||||
def owning_process(self) -> interfaces.objects.ObjectInterface:
|
||||
"""Return the EPROCESS that owns this thread."""
|
||||
|
||||
if(self.has_member("ThreadsProcess")):
|
||||
return self.ThreadsProcess.dereference().cast("_EPROCESS")
|
||||
elif(self.has_member("Tcb") and self.Tcb.has_member("Process")):
|
||||
|
||||
Reference in New Issue
Block a user