摘要:
题目信息 程序源代码: #include #include #include typedef struct tagOBJ{ struct tagOBJ* fd; struct tagOBJ* bk; char buf[8]; }OBJ; void shell(){ system("/bin/sh"); } void unlink(OBJ* P){ OBJ* BK; OBJ... 阅读全文
posted @ 2020-04-13 00:11
handt
阅读(454)
评论(0)
推荐(0)

浙公网安备 33010602011771号