mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 12:17:38 +02:00
@@ -90,8 +90,8 @@ class Handles(interfaces.plugins.PluginInterface):
|
||||
if not has_capstone:
|
||||
raise AttributeError("Unable to find the SAR value for decoding handle table pointers")
|
||||
else:
|
||||
raise exceptions.MissingModuleException(
|
||||
"Unable to find the SAR value for decoding handle table pointers", module = "capstone")
|
||||
raise exceptions.MissingModuleException("capstone",
|
||||
"Unable to find the SAR value for decoding handle table pointers")
|
||||
|
||||
offset = self._decode_pointer(handle_table_entry.LowValue, magic)
|
||||
# print("LowValue: {0:#x} Magic: {1:#x} Offset: {2:#x}".format(handle_table_entry.InfoTable, magic, offset))
|
||||
|
||||
Reference in New Issue
Block a user