函数逻辑报告 |
Source Code:arch\x86\kernel\uprobes.c |
Create Date:2022-07-27 09:46:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:emulate_push_stack
函数原型:static int emulate_push_stack(struct pt_regs *regs, unsigned long val)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct pt_regs * | regs | |
unsigned long | val |
527 | new_sp等于sp减sizeof_long(regs) |
529 | 如果copy_to_user((void__user * )new_sp, & val, sizeof_long(regs))则返回:负EFAULT |
533 | 返回:0 |
名称 | 描述 |
---|---|
default_post_xol_op | We have to fix things up as follows:* Typically, the new ip is relative to the copied instruction |
branch_emulate_op | |
push_emulate_op |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |