mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 12:47:39 +02:00
Mac: Finish the previous LGTM clean-up
This commit is contained in:
@@ -36,7 +36,6 @@ class Check_syscall(plugins.PluginInterface):
|
||||
|
||||
handlers = mac.MacUtilities.generate_kernel_handler_info(self.context, kernel.layer_name, kernel, mods)
|
||||
|
||||
nsysent = kernel.object_from_symbol(symbol_name = "nsysent")
|
||||
table = kernel.object_from_symbol(symbol_name = "sysent")
|
||||
|
||||
for (i, ent) in enumerate(table):
|
||||
|
||||
Reference in New Issue
Block a user