Friday, 23 August 2013

Bash script containing binary executable

Bash script containing binary executable

Is it possible to write a bash script, which would contain a binary
executable program inside?
I mean a script, which would contain a dump of an executable in a textual
form, which will be dumped back to an executable by this script when it is
executed?
I would love to know a solution, which will work out of the box without a
need of installing additional packages. Is it possible?
Thanks!

No comments:

Post a Comment