Date: Wed, 29 Nov 2000 20:20:20 +0200 (WET) From: Andris Pavenis To: djgpp AT delorie DOT com cc: Stephan Diestelhorst Subject: Re: RHIDE: Running anothr prog after compiling... In-Reply-To: <7458-Wed29Nov2000192636+0200-eliz@is.elta.co.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 29 Nov 2000, Eli Zaretskii wrote: > > From: "Stephan Diestelhorst" > > 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