函数逻辑报告 |
Source Code:arch\x86\lib\insn.c |
Create Date:2022-07-27 08:24:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sn_init() - initialize struct insn*@insn: &struct insn to be initialized*@kaddr: address (in kernel memory) of instruction (or copy thereof)*@x86_64: !0 for 64-bit kernel or 64-bit app
函数原型:void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct insn * | insn | |
const void * | kaddr | |
int | buf_len | |
int | x86_64 |
48 | 如果buf_len大于MAX_INSN_SIZE则buf_len等于MAX_INSN_SIZE |
56 | opnd_bytes等于4 |
57 | 如果x86_64则addr_bytes等于8 |
59 | 否则addr_bytes等于4 |
名称 | 描述 |
---|---|
fixup_umip_exception | xup_umip_exception() - Fixup a general protection fault caused by UMIP*@regs: Registers as saved when entering the #GP handler* The instructions SGDT, SIDT, STR, SMSW and SLDT cause a general protection* fault if executed with CPL > 0 (i |
uprobe_init_insn |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |