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 043c64c commit 701ad1aCopy full SHA for 701ad1a
volatility3/framework/plugins/windows/devicetree.py
@@ -138,7 +138,7 @@ def _generator(self) -> Iterator[Tuple]:
138
yield (
139
1,
140
(
141
- format_hints.Hex(driver.vol.offset),
+ format_hints.Hex(device.vol.offset),
142
"DEV",
143
driver_name,
144
device_name,
@@ -170,7 +170,7 @@ def _generator(self) -> Iterator[Tuple]:
170
171
level,
172
173
+ format_hints.Hex(attached_device.vol.offset),
174
"ATT",
175
176
0 commit comments