mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Fix function name
This commit is contained in:
@@ -3090,7 +3090,7 @@ class kernel_symbol(objects.StructType):
|
||||
|
||||
raise AttributeError("Unsupported kernel_symbol type implementation")
|
||||
|
||||
def _do_get_value(self) -> Optional[int]:
|
||||
def get_value(self) -> Optional[int]:
|
||||
try:
|
||||
return self._do_get_value()
|
||||
except exceptions.InvalidAddressException:
|
||||
|
||||
Reference in New Issue
Block a user