Re: Execute Stream?





> I want to avoid saving to file
> there must be the way... I will search ahead..

It is possible, this is basically how exe compressors work. I am not
entirely sure how though. My guess is that you would have to load the
file into memory and mark the memory as executable and then somehow
initialise it.

You probably need to start by looking up the PE file format that is
used for EXEs so that you can find the start address and relocation
tables.

--
Marc Rohloff

.