mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-24 23:22:23 +02:00
Update volatility3/framework/automagic/symbol_cache.py
Quite right, thanks for the catch! 5:) Co-authored-by: Donghyun Kim <digitalisx99@gmail.com>
This commit is contained in:
committed by
Mike Auty
co-authored by
Donghyun Kim
parent
6f34e1350e
commit
98f7fe1743
@@ -151,7 +151,7 @@ class CacheManagerInterface(interfaces.configuration.VersionableInterface):
|
||||
Returns:
|
||||
A tuple of base_types, types, enums, symbols, or None is location not found"""
|
||||
|
||||
def get_hash(self, location: str) -> bool:
|
||||
def get_hash(self, location: str) -> Optional[str]:
|
||||
"""Returns the hash of the JSON from within a location ISF"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user