mirror of
https://github.com/volatilityfoundation/volatility
synced 2026-06-08 18:04:46 +00:00
Mac - fix issue in mac_ip_filters
This commit is contained in:
@@ -33,7 +33,7 @@ class mac_ip_filters(lsmod.mac_lsmod):
|
||||
return
|
||||
|
||||
# change the last paramter to 1 to get messages about which good modules hooks were found in
|
||||
good = common.is_known_address(ptr, kernel_symbol_addresses, kmods, 0)
|
||||
good = common.is_known_address(ptr, kernel_symbol_addresses, kmods)
|
||||
|
||||
return (good, context, fname, ptr)
|
||||
|
||||
@@ -72,4 +72,4 @@ class mac_ip_filters(lsmod.mac_lsmod):
|
||||
status = "UNKNOWN"
|
||||
else:
|
||||
status = "OK"
|
||||
self.table_row(outfd, context, fname, ptr, status)
|
||||
self.table_row(outfd, context, fname, ptr, status)
|
||||
|
||||
Reference in New Issue
Block a user