mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-07 10:17:38 +02:00
linted with ruff (ruff check . --fix)
This commit is contained in:
@@ -103,7 +103,7 @@ class Check_syscall(plugins.PluginInterface):
|
||||
|
||||
try:
|
||||
func_addr = vmlinux.get_symbol(syscall_entry_func).address
|
||||
except exceptions.SymbolError as e:
|
||||
except exceptions.SymbolError:
|
||||
# if we can't find the disassemble function then bail and rely on a different method
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user