mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-25 07:32:23 +02:00
Update volatility3/framework/automagic/symbol_cache.py
Yep, you're quite right, not sure how that got left behind. Thanks! 5:) Co-authored-by: Donghyun Kim <digitalisx99@gmail.com>
This commit is contained in:
committed by
Mike Auty
co-authored by
Donghyun Kim
parent
504229e468
commit
47accf520b
@@ -426,7 +426,6 @@ class RemoteIdentifierFormat:
|
||||
if operating_system in self._data:
|
||||
for identifier in self._data[operating_system]:
|
||||
binary_identifier = base64.b64decode(identifier)
|
||||
file_list = identifiers.get(binary_identifier, [])
|
||||
for value in self._data[operating_system][identifier]:
|
||||
yield binary_identifier, value
|
||||
if 'additional' in self._data:
|
||||
|
||||
Reference in New Issue
Block a user