mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-09 19:27:39 +02:00
Windows: Fix poolscanner typo
This commit is contained in:
@@ -89,7 +89,7 @@ class PoolHeaderScanner(interfaces.layers.ScannerInterface):
|
||||
checks_pass = True
|
||||
elif (constraint.page_type & PoolType.NONPAGED) and header.is_nonpaged_pool():
|
||||
checks_pass = True
|
||||
elif (constraint.page_type & PoolType.PAGED) and header.is_paged_pool:
|
||||
elif (constraint.page_type & PoolType.PAGED) and header.is_paged_pool():
|
||||
checks_pass = True
|
||||
|
||||
if not checks_pass:
|
||||
|
||||
Reference in New Issue
Block a user