函数逻辑报告 |
Source Code:arch\x86\kernel\uprobes.c |
Create Date:2022-07-27 09:46:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:We have to fix things up as follows:* Typically, the new ip is relative to the copied instruction
函数原型:static int default_post_xol_op(struct arch_uprobe *auprobe, struct pt_regs *regs)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct arch_uprobe * | auprobe | |
struct pt_regs * | regs |
557 | riprel_post_xol(auprobe, regs) |
559 | correction等于vaddr减xol_vaddr |
560 | Return frame for iretq 加等于correction |
561 | 否则如果fixups按位与Adjust the return address of a call insn 则 |
562 | sp加等于sizeof_long(regs) |
563 | 如果emulate_push_stack(regs, vaddr + ilen)则返回:负ERESTART |
567 | 如果fixups按位与Instruction will modify TF, don't change it 则saved_tf = true |
570 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |