函数逻辑报告 |
Source Code:arch\x86\kernel\kprobes\core.c |
Create Date:2022-07-27 09:38:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Called after single-stepping. p->addr is the address of the* instruction whose first byte has been replaced by the "int 3"* instruction. To avoid the SMP problems that can occur when we* temporarily put back the original opcode to single-step, we
函数原型:static void resume_execution(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kprobe * | p | |
struct pt_regs * | regs | |
struct kprobe_ctlblk * | kcb |
914 | tos等于stack_addr(regs) |
922 | flags与等于X86_EFLAGS_TF的反 |
936 | 转到:no_change |
946 | 如果insn[1]按位与0x30的值恒等于0x10则 |
963 | 默认 |
964 | 退出 |
969 | no_change : |
970 | restore_btf() |
名称 | 描述 |
---|---|
kprobe_debug_handler | Interrupts are disabled on entry as trap1 is an interrupt gate and they* remain disabled throughout this function. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |