Fix up another exception gone rogue.

This commit is contained in:
Mike Auty
2018-10-04 02:13:40 +01:00
parent f044569613
commit 2943ae1dc6
+1 -1
View File
@@ -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)