gautam has asked for the wisdom of the Perl Monks concerning the following question:
I'm looking for a way to add text to the message area of a PAR generated exe without messing up the structure of the exe. I want to be able to add the text after the exe is created, i.e. generate the exe using the pp command, and then inject the text into the exe using another perl script.
Is this possible? What modules could I use?
Any help would be appreciated
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can I add text to a message area in an EXE file?
by davidrw (Prior) on Apr 12, 2006 at 13:10 UTC | |
by gautam (Initiate) on Apr 12, 2006 at 13:38 UTC | |
by davidrw (Prior) on Apr 12, 2006 at 13:53 UTC | |
by PreferredUserName (Pilgrim) on Apr 12, 2006 at 13:58 UTC | |
by holli (Abbot) on Apr 12, 2006 at 13:43 UTC |