mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
Shimcache: Use self.Path.vol.count instead of hardcoded value
This commit is contained in:
@@ -136,7 +136,7 @@ class SHIM_CACHE_ENTRY(objects.StructType):
|
||||
self._context,
|
||||
self.Path.vol.layer_name,
|
||||
self.Path.vol.offset,
|
||||
520,
|
||||
self.Path.vol.count,
|
||||
encoding="utf-16le",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user