Mail Archives: djgpp/2000/11/29/13:30:11
On Wed, 29 Nov 2000, Eli Zaretskii wrote:
> > From: "Stephan Diestelhorst" <syon AT topmail DOT de>
> > Date: Wed, 29 Nov 2000 17:07:33 +0100
> >
> > My problem is (but I think this can't be solved WITHOUT "postprocessing" the
> > generated exe), that I have a tiny self written app,
> > that scrambles some part of the EXE file, very easy algorithm, but I don't
> > like all that ASCII-Strings and other stuff in my EXE to be
> > seen for free :-)
>
> You could use an executable compressor, such as UPX or DJP.
>
> In any case, if your scrambling algorithm is easy, you can count on
> someone being smart enough to unscramble it.
>
> > I just hoped that there was a lets say "hidden" switch in RHIDE, to call
> > another prog after invoking the compiler...
> > Is there one?
Rhide have specs similary as gcc (another syntax though) which You can
specify in file rhide.env in current directory to redefine the builtin
values and to define new ones
Maybe You can run some program after linking by redefining linking specs.
I haven't tried this so You should look into RHIDE sources yourself how to
do that (file idespec.cc is good starting point for that)
Andris
- Raw text -