Open ecular opened 5 years ago
I know 0xe8 = 14 sizeof(struct iovec) + 8. But why task_struct is stored at &task_list + 0xe8 ?
I have got the answer.
@ecular , could you please explain?
Got it as well. This is the offset from waitqueue->next pointer to `struct task_struct taskinstruct binder_thread` object.
in
I know 0xe8 = 14 sizeof(struct iovec) + 8. But why task_struct is stored at &task_list + 0xe8 ?