We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d15a3 commit 2a3212eCopy full SHA for 2a3212e
volatility3/framework/symbols/windows/pdbutil.py
@@ -292,7 +292,7 @@ def pdbname_scan(cls,
292
for i in range(sig_pfn, min_pfn, -1):
293
if current_invalid_counter > maximum_invalid_count:
294
break
295
-
+
296
if not ctx.layers[layer_name].is_valid(i * page_size, 2):
297
current_invalid_counter += 1
298
continue
0 commit comments