mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 11:47:38 +02:00
fixed typo
This commit is contained in:
@@ -514,10 +514,11 @@ class ETHREAD(objects.StructType, pool.ExecutiveObject):
|
||||
if not isinstance(ctime, datetime.datetime):
|
||||
return False
|
||||
|
||||
# passed all valitations
|
||||
return True
|
||||
except:
|
||||
except exceptions.InvalidAddressException:
|
||||
return False
|
||||
|
||||
# passed all validations
|
||||
return True
|
||||
|
||||
def get_create_time(self):
|
||||
return conversion.wintime_to_datetime(self.CreateTime.QuadPart)
|
||||
|
||||
Reference in New Issue
Block a user