mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
my mistake, it should be negated twice to get True when is valid
This commit is contained in:
@@ -651,7 +651,7 @@ class EPROCESS(generic.GenericIntelProcess, pool.ExecutiveObject):
|
||||
except AttributeError:
|
||||
return False
|
||||
|
||||
return not value
|
||||
return not not value
|
||||
|
||||
def get_vad_root(self):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user