函数逻辑报告 |
Source Code:arch\x86\lib\insn.c |
Create Date:2022-07-27 08:24:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Decode imm v32(Iz). Return 0 if failed
函数原型:static int __get_immv32(struct insn *insn)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct insn * | insn |
466 | 当:opnd_bytes恒等于2 |
470 | 当:opnd_bytes恒等于4 |
471 | 当:opnd_bytes恒等于8 |
475 | 默认 |
476 | 转到:err_out |
479 | 返回:1 |
481 | err_out : |
482 | 返回:0 |
名称 | 描述 |
---|---|
insn_get_immediate | sn_get_immediate() - Get the immediates of instruction*@insn: &struct insn containing instruction* If necessary, first collects the instruction up to and including the* displacement bytes.* Basically, most of immediates are sign-expanded |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |