Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\uprobes.c Create Date:2022-07-28 08:47:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:riprel_post_xol

Proto:static void riprel_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs)

Type:void

Parameter:

TypeParameterName
struct arch_uprobe *auprobe
struct pt_regs *regs
482  If fixups & UPROBE_FIX_RIP_MASK Then
483  utask = utask
484  sr = scratch_reg(auprobe, regs)
486  sr = saved_scratch_register
Caller
NameDescribe
default_post_xol_opWe have to fix things up as follows:* Typically, the new ip is relative to the copied instruction
default_abort_op