Please consult the shc(1) man page. 2、编写 test.sh 测试脚本 [root@localhost shc-3.8.9]# cat /root/test.sh #!/bin/bash echo 'Hello Test!' 3、编译脚本,生成可执行文件 [root@localhost shc-3.8.9]# ./shc -v -r -T -f /root/test.sh shc shll=bash shc [-i]=-c shc [-x]=e...
Shc是一个用于将Shell脚本编译成二进制可执行文件的工具。通过编译,原始的Shell脚本文件会转变为一个二进制文件,这样其他用户就不能直接查看脚本的源代码,从而增加了脚本的保密性。这种工具主要用于将Shell脚本部署在不允许存储敏感信息或代码的环境中,或者为了防止脚本被轻易修改。请注意,使用这种方式来保护脚本可能会...
' 3、编译脚本,生成可执行文件 代码语言:javascript 复制 [root@localhost shc-3.8.9]#./shc-v-r-T-f/root/test.sh shc shll=bash shc[-i]=-c shc[-x]=exec'%s'"$@"shc[-l]=shc opts=shc:cc/root/test.sh.x.c-o/root/test.sh.xshc:strip/root/test.sh.xshc:chmod go-r/root/test.sh...