mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 12:17:38 +02:00
Fix up another exception gone rogue.
This commit is contained in:
@@ -98,7 +98,7 @@ class Handles(interfaces_plugins.PluginInterface):
|
||||
|
||||
try:
|
||||
func_addr = ntkrnlmp.get_symbol("ObpCaptureHandleInformationEx").address
|
||||
except AttributeError:
|
||||
except exceptions.SymbolError:
|
||||
return None
|
||||
|
||||
data = self.context.memory.read(virtual_layer_name, kvo + func_addr, 0x200)
|
||||
|
||||
Reference in New Issue
Block a user