內容 : 寫一個system call從kernel space找出指定 process(task)的code(text)段的位址
task_struct
Add a system call & compile Linux Kernel
(1) Get the Linux kernel source code
到 The Linux Kernel Archives查詢版本,這裡下載的版本為5.14.16
$ wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.14.16.tar.xz
WeiHeng changed 3 years agoView mode Like Bookmark