Function report |
Source Code:arch\x86\kernel\kprobes\opt.c |
Create Date:2022-07-28 08:39:14 |
Last Modify:2022-05-22 07:44:06 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Check whether insn is indirect jump
Proto:static int __insn_is_indirect_jump(struct insn *insn)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct insn * | insn |
200 | Return bytes[0] == 0xff && (X86_MODRM_REG(value) & 6) == 4 || bytes[0] == 0xea |
Name | Describe |
---|---|
insn_is_indirect_jump |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |