摘要: gcc -fno-stack-protctor -o test test.c //禁用栈保护 gcc -fstack-protector -o test test.c //启用栈保护 NX No Execute即程序栈不可执行 gcc编译器默认开启NX gcc -z execstack -o tes 阅读全文
posted @ 2022-01-25 12:33 磐正 阅读(41) 评论(0) 推荐(0)