shell 脚本到 c 转换器

发布于 2024-09-12 05:20:32 字数 51 浏览 4 评论 0原文

有谁知道有什么工具可以将 shell 脚本 '.sh' 转换为 C 文件 '.c' 吗?

Does anyone know of any tool which can convert shell script '.sh' into a C file '.c' ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夜访吸血鬼 2024-09-19 05:20:32

我怀疑是否存在这样的工具。 C 和 shell 文件是截然不同的语言,具有完全不同的用途,并且无法自动将一种语言转换为另一种语言。

I doubt that any such tool exists. C and shell files are extremely different languages with completely different purposes, and there is no way to automatically convert one to the other.

挽心 2024-09-19 05:20:32

你可以尝试shc。它不是编译器,但它在编码/加密期间确实生成 .c 文件。

否则,请手工完成。学习用 C 和 shell 编写代码,然后自己翻译它们。这是最好的方法。

you can try shc. Its not a compiler, but it does generate .c files during encoding/encrypting.

Otherwise, do it by hand. Learn to code in C and shell, then translate them yourself. that's the best way to do it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文