当前位置: 首页 > 工具软件 > shc > 使用案例 >

linux 脚本加密 shc

白念
2023-12-01

shc是一个加密shell脚本的工具,它的作用是把shell脚本转换为一个可执行的二进制文件。

1.下载:

https://github.com/neurobin/shc

https://codeload.github.com/neurobin/shc/zip/refs/heads/master

2.编译:

./configure  && make && make install

3.使用:

[root@localhost shc-master]# whereis shc

shc: /usr/local/bin/shc

/usr/local/bin/shc  -f getok.sh  -o  getok

 类似资料: