1. pipe_buffer 结构体
  2. pipe buffer uaf
  3. 結構體
  4. pipe_buffer 源码分析

pipe_buffer 结构体

https://blog.csdn.net/Breeze_CAT/article/details/124887622

pipe buffer uaf

fcntl(pipe_fd[1], F_SETPIPE_SZ, 0x1000 * 8) 

https://stackoverflow.com/questions/16863914/im-trying-to-change-pipe-size-using-f-setpipe-sz-but-when-compiling-it-says-it

結構體

pipe_buffer

pipe_buffer 源码分析

void *kaddr = kmap_local_page(page); 内存的转换方法

memory maping

https://www.kernel.org/doc/Documentation/x86/x86_64/mm.txt

https://blog.csdn.net/pwl999/article/details/112055498

http://www.bi2.com.cn/linuxos/76.html