Re: Execute Stream?



You might wanna check out "innerfuse pascal"... it's not called
differently... I think not it's called remobjects or something.

Anyway innerfuse pascal was/is a pascal scripting language.

It has a pascal compiler and pascal/byte code executor which can both be
integrated/compiled into your executable. The compiler isn't even necessary
to compile into your executable.

So you could use the pascal script compiler to compile a pascal script into
byte code.

Then you could encrypt the bytecode into your application... then when the
application runs the byte code is decrypted and executed by the pascal
script/byte code executor.

Pretty cool solution ;)

Bye,
Skybuck =D

"didi" <didi@xxxxxxxxxxxxxxx> wrote in message
news:BDnDe.460$cE1.101739@xxxxxxxxxxxxxxxx
> Yes the last one is the true purpouse of my interes...
>
> So if my customer will not register then no
> exe will be saved... but he must test it. (trial)
>
> Now you can understand why I search it for.
>
> My first idea was to save it to unknown
> place.. like WIN TEMP creating a labyrint of folders.
> But isn't a good job for client folders...
>
>
>
>
>
> "J French" <erewhon@xxxxxxxxxx> wrote in message
> news:42ddf523.88327691@xxxxxxxxxxxxxxxxxxxxxxx
> > On Tue, 19 Jul 2005 15:12:34 +0200, "didi" <didi@xxxxxxxxxxxxxxx>
> > wrote:
> >
> > >Hi, is possible to load exe File in TFileStream and execute it?
> > >
> > >I need this for preview purpouses..
> > >
> > >I have two file one is exe that rapresent the header
> > >the second file is a data file that is attached before header.
> > >
> > >I join the two files together with Stream and I want to execute
> > >the result in manner to get preview before saving it to disk..
> >
> > If you put the data after the EXE then you can execute the EXE in the
> > normal way
> > - it does not care about the extra data as it knows its 'linernal'
> > size'
> >
> > If you gave a few more hints about what you are /really/ trying to do,
> > then perhaps we could come up with some suggestions.
> >
> > For example do you intend modifying the code or data in the EXE ?
> > Is this some sort of copy protection system ?
> >
> >
>
>


.