摘要: Linux内核编译 首先从kernel.org下载我们需要的内核(比如linux-4.19.275),解压到/usr/src目录下。我在该内核基础上实现了自己的LSM安全模块(mika),修改Kconfig和Makefile,准备编译内核。 tar -xf linux-4.19.275.tar.xz 阅读全文
posted @ 2023-03-09 23:22 Nemuzuki 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 最简单的shellcode题 阅读全文
posted @ 2023-03-09 19:38 Nemuzuki 阅读(130) 评论(0) 推荐(0) 编辑