Skip to content

Commit 62bd419

Browse files
committed
Shimcache: Use self.Path.vol.count instead of hardcoded value
1 parent 1d48931 commit 62bd419

File tree

1 file changed

+1
-1
lines changed
  • volatility3/framework/symbols/windows/extensions

1 file changed

+1
-1
lines changed

volatility3/framework/symbols/windows/extensions/shimcache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def file_path(self) -> Union[str, interfaces.renderers.BaseAbsentValue]:
136136
self._context,
137137
self.Path.vol.layer_name,
138138
self.Path.vol.offset,
139-
520,
139+
self.Path.vol.count,
140140
encoding="utf-16le",
141141
)
142142

0 commit comments

Comments
 (0)