Re: Execute Stream?
- From: "Marc Rohloff" <marcrohloff_ng@xxxxxxxxxxx>
- Date: 20 Jul 2005 07:08:39 -0700
> 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
.
- Follow-Ups:
- Re: Execute Stream?
- From: Marc Rohloff
- Re: Execute Stream?
- References:
- Execute Stream?
- From: didi
- Re: Execute Stream?
- From: Michael Hoffacker
- Re: Execute Stream?
- From: didi
- Execute Stream?
- Prev by Date: Re: making a form transparent
- Next by Date: Inter Thread Communications
- Previous by thread: Re: Execute Stream?
- Next by thread: Re: Execute Stream?
- Index(es):