mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-22 09:34:52 +02:00
Automagic: Support remote banner versioning and chaining
This commit is contained in:
@@ -28,7 +28,7 @@ class BannerCacheGenerator:
|
||||
|
||||
def run(self):
|
||||
context = contexts.Context()
|
||||
json_output = {}
|
||||
json_output = {'version': 1}
|
||||
|
||||
path = self._path
|
||||
filename = '*'
|
||||
|
||||
Reference in New Issue
Block a user