函数逻辑报告 |
Source Code:arch\x86\kernel\kprobes\core.c |
Create Date:2022-07-27 09:37:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Skip the prefixes of the instruction.
函数原型:static kprobe_opcode_t *skip_prefixes(kprobe_opcode_t *insn)
返回类型:kprobe_opcode_t
参数:
类型 | 参数 | 名称 |
---|---|---|
kprobe_opcode_t * | insn |
142 | insn自加 |
146 | 如果inat_is_rex_prefix(attr)则insn自加 |
149 | 返回:insn |
名称 | 描述 |
---|---|
is_IF_modifier | Returns non-zero if opcode modifies the interrupt flag. |
resume_execution | 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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |