Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\exec.c Create Date:2022-07-28 20:04:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:do_execve

Proto:int do_execve(struct filename *filename, const char __user *const *__argv, const char __user *const *__envp)

Type:int

Parameter:

TypeParameterName
struct filename *filename
const char __user *const *__argv
const char __user *const *__envp
1882  struct user_arg_ptr argv = {native = __argv}
1883  struct user_arg_ptr envp = {native = __envp}
1884  Return do_execveat_common(Special value used to indicateopenat should use the currentworking directory. , filename, argv, envp, 0)
Caller
NameDescribe
SYSCALL_DEFINE3