/img/avatar.gif

Wings

Kernel Pwn Struct seq_operations and Struct pt_regs

seq_operations 代码分析当打开一个 stat 文件, 如 /proc/self/stat 时, 内核会从 kalloc-32 中分配一个 seq_operations (0x20), 这个结构体如下: 1 2 3 4 5 6 struct seq_operations { void * (*start) (struct seq_file *m, loff_t *pos); void (*stop) (struct seq_file *m, void *v); void * (*next) (struct seq_file *m, void *v,

「笔记」软件工程

第一章 软件软件是程序, 数据及相关文档的完整集合 文档 + 程序 ⽂档是软件质的部分 程序是⽂档代码化的表现形式 运行时提供程序 程序能够处理数据 程序能够按