x86环境上idt_table的监控问题 #568
Unanswered
WhatDaniel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
x86系统上idt_table是一个gate_desc idt_table[NR_VECTORS]或者gate_desc idt_table[IDT_ENTRIES]结构体数组,对其每项进行合法判定不能直接取idt[x],这样取到的是一个gate_desc结构体,需要进一步解析拿到关联的处理函数地址,这块内容有问题。
Beta Was this translation helpful? Give feedback.
All reactions