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:
ikelos
2022-07-20 20:46:20 +01:00
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: