linux check_idt, null/unimplemented handlers shouldn't be reported as HOOKED

This commit is contained in:
iMHLv2
2013-03-25 16:00:52 +00:00
parent 623006f870
commit 94631b577d
+1 -1
View File
@@ -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)