[Ilugc] Shell script 2 Binary

  • From: girishvenkatachalam@xxxxxxxxx (Girish Venkatachalam)
  • Date: Mon, 25 Jul 2011 19:29:47 +0530

On Mon, Jul 25, 2011 at 6:39 PM, Ganesh Kumar <bugcy013 at gmail.com> wrote:

Hi,

I want to convert a shell script to a binary executable so that the
contents of the shell script are not readable and could not be altered


It is an interpreted language.

If you want to hide the source use a compiled language. Even perl can
be compiled
 into an intermediate form.

Python is a choice for you.

Shell scripting is the most basic programming structure but then it is
very useful and
advanced since it gives you a lot of things that are incredibly useful.

-Girish

Other related posts: