函数逻辑报告 |
Source Code:arch\x86\include\asm\insn.h |
Create Date:2022-07-27 06:52:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Intel SDM Vol.3A 6.8.3 states;* "Any single-step trap that would be delivered following the MOV to SS* instruction or POP to SS instruction (because EFLAGS.TF is 1) is* suppressed."* This function returns true if @insn is MOV SS or POP SS. On these
函数原型:static inline int insn_masking_exception(struct insn *insn)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct insn * | insn |
217 | 返回:bytes[0]恒等于POP_SS_OPCODE或bytes[0]恒等于MOV_SREG_OPCODE且X86_MODRM_REG(bytes[0])恒等于2 |
名称 | 描述 |
---|---|
__copy_instruction | Copy an instruction with recovering modified instruction by kprobes* and adjust the displacement if the instruction uses the %rip-relative* addressing mode. Note that since @real will be the final place of copied |
uprobe_init_insn |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |