Windows: Fix poolscanner typo

This commit is contained in:
Mike Auty
2020-08-22 22:47:51 +01:00
parent f0bc947bba
commit 3014193587
@@ -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: