mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 09:47:38 +02:00
use the maximum_invalid_count
This commit is contained in:
@@ -212,7 +212,8 @@ class KernelPDBScanner(interfaces.automagic.AutomagicInterface):
|
||||
start = start_scan_address,
|
||||
page_size = vlayer.page_size,
|
||||
pdb_names = kernel_pdb_names,
|
||||
progress_callback = progress_callback)
|
||||
progress_callback = progress_callback,
|
||||
maximum_invalid_count = constants.windows.PE_MAX_EXTRACTION_SIZE // 0x1000)
|
||||
for kernel in kernels:
|
||||
valid_kernel = test_kernel(physical_layer_name, virtual_layer_name, kernel)
|
||||
if valid_kernel is not None:
|
||||
|
||||
Reference in New Issue
Block a user