Trying to access the memory of a non-kernel process via task_struct

后端 未结 0 728
无人共我
无人共我 2021-01-11 12:51

Currently I\'ve written the following short code segment:

 struct task_struct *task_list;
 struct mm_struct *mm = task_list->mm;

My goal

相关标签:
回答
  • 消灭零回复
提交回复
热议问题