mirror of
https://github.com/volatilityfoundation/volatility
synced 2026-06-08 18:04:46 +00:00
linux check_idt, null/unimplemented handlers shouldn't be reported as HOOKED
This commit is contained in:
@@ -63,7 +63,7 @@ class linux_check_idt(linux_common.AbstractLinuxCommand):
|
||||
|
||||
idt_addr = ent.Address
|
||||
|
||||
if not idt_addr in sym_addrs:
|
||||
if idt_addr != 0 and not idt_addr in sym_addrs:
|
||||
yield(i, idt_addr, 1)
|
||||
else:
|
||||
yield(i, idt_addr, 0)
|
||||
|
||||
Reference in New Issue
Block a user