Increment the size of the amount scanned, not just the start location

This commit is contained in:
Mike Auty
2026-01-08 22:34:32 +00:00
parent 1abd67746f
commit d0ed42456c
+1 -1
View File
@@ -200,7 +200,7 @@ class WindowsIntelStacker(interfaces.automagic.StackerLayerInterface):
(
"Detecting Self-referential pointer for recent windows",
[DtbSelfRef64bit()],
[(0x150000, 0x150000), (0x550000, 0xA0000)],
[(0x150000, 0x150000), (0x550000, 0x1A0000)],
),
(
"Older windows fixed location self-referential pointers",