Function report |
Source Code:arch\x86\kernel\uprobes.c |
Create Date:2022-07-28 08:47:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:emulate_push_stack
Proto:static int emulate_push_stack(struct pt_regs *regs, unsigned long val)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct pt_regs * | regs | |
unsigned long | val |
527 | new_sp = sp - sizeof_long(regs) |
529 | If copy_to_user((void__user * )new_sp, & val, sizeof_long(regs)) Then Return -EFAULT |
533 | Return 0 |
Name | Describe |
---|---|
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 |
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 |