Results 1 to 8 of 8
Hi all,
I am having a shell script with me, but now i want convert this script to binary file. I don't want to give source code to other person. ...
- 11-18-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 49
script to binary???
Hi all,
I am having a shell script with me, but now i want convert this script to binary file. I don't want to give source code to other person. so how will i convert this script to binary??? can any one help me please.
- 11-18-2008 #2
Shell scripts are...well scripts. If you want to make an executable you might want to try one of the compilable languages like C, C++....Gerard4143
- 11-18-2008 #3Just Joined!
- Join Date
- Aug 2008
- Posts
- 49
Ya... thats fine... but i want know is there any facility to convert that??? i feel it should be there... let's try.
- 11-18-2008 #4"Let's try." Good suggestion! So try. Five minutes of googling this:i feel it should be there... let's try.
(don't forget the double quotes) will get your answer.Code:"script to binary"
Hope this helps.--
Bill
Old age and treachery will overcome youth and skill.
- 11-18-2008 #5Just Joined!
- Join Date
- Aug 2008
- Posts
- 49
Hi...
i heard about that, perl script can convert to binay using "perlbin", so thats why i just checked, if its any solution...
Thks...
Billlllllll
- 11-18-2008 #6
Of course, you're looking for conversion to binary of not a Perl script, but a shell script. The answer is in that google search. :)
--
Bill
Old age and treachery will overcome youth and skill.
- 11-19-2008 #7Linux Newbie
- Join Date
- Jul 2008
- Posts
- 181
- 11-19-2008 #8That's ok, burschik, we've got it covered. :)I have an answer, but I don't want to give it to another person--
Bill
Old age and treachery will overcome youth and skill.


Reply With Quote
