nullpo-mod:Linux字符设备在读取或写入时导致SEGV

时间:2024-04-14 22:05:29
【文件属性】:

文件名称:nullpo-mod:Linux字符设备在读取或写入时导致SEGV

文件大小:9KB

文件格式:ZIP

更新时间:2024-04-14 22:05:29

C

关于nullpo-mod Nullpo-mod是一个Linux内核模块,它实现字符设备文件,该文件将在即将被读取或写入时导致SEGV。 安装 构建内核模块。 $ make 加载构建的模块。 $ sudo insmod nullpo.ko 用法 从/ dev / nullpo读取大于或等于1个字节将导致分段错误。 $ cat /den/nullpo Segmentation fault (core dumped) 向/ dev / nullpo写入大于或等于1个字节的内容也会导致分段错误。 $ echo foo | tee /dev/nullpo Segmentation fault (core dumped) 读/写0字节的/ dev / nullpo的read()/ write()调用将成功,返回值为零。 $ echo -n | tee /dev/nullpo $ ech


【文件预览】:
nullpo-mod-master
----nullpo.c(2KB)
----LICENSE(18KB)
----README.md(2KB)
----Makefile(312B)
----.gitignore(88B)
----99-nullpo.rules(49B)

网友评论