文件操作 - gcc-x86_32-has-stack-protector.sh
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-113/scripts/gcc-x86_32-has-stack-protector.sh
编辑文件内容
#!/bin/sh # SPDX-License-Identifier: GPL-2.0 # This requires GCC 8.1 or better. Specifically, we require # -mstack-protector-guard-reg, added by # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81708 echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -m32 -O0 -fstack-protector -mstack-protector-guard-reg=fs -mstack-protector-guard-symbol=__stack_chk_guard - -o - 2> /dev/null | grep -q "%fs"
修改文件时间
将文件时间修改为当前时间的前一年
删除文件