Re: Executing an Unmanaged Exe from Memory
- From: "Volodymyr M. Shcherbyna" <v_scherbina@xxxxxxxxxxxxxxx>
- Date: Wed, 6 Aug 2008 17:35:53 +0200
You will have to write an own loader for this.
--
Volodymyr, blog: http://www.shcherbyna.com/
(This posting is provided "AS IS" with no warranties, and confers no
rights)
"tempnode" <tempnode@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:38102089-5EAA-44DB-8CB8-1CB0142636AF@xxxxxxxxxxxxxxxx
I've been trying to find a way to execute an unmanaged executable from
memory; I know that a managed assembly can be embedded into a resource,
loaded with Assembly.Load, and invoked.... but I can't find a way to embed
an
unmanaged executable and run it from memory.
Can anyone help me? Could I possibly inject it into a suspended process?
Is there another approach? I'm really new at this, so it may take a bit
of
detailed explaining.
Thanks so much!
.
- Follow-Ups:
- Re: Executing an Unmanaged Exe from Memory
- From: tempnode
- Re: Executing an Unmanaged Exe from Memory
- References:
- Executing an Unmanaged Exe from Memory
- From: tempnode
- Executing an Unmanaged Exe from Memory
- Prev by Date: Executing an Unmanaged Exe from Memory
- Next by Date: Re: Executing an Unmanaged Exe from Memory
- Previous by thread: Executing an Unmanaged Exe from Memory
- Next by thread: Re: Executing an Unmanaged Exe from Memory
- Index(es):
Relevant Pages
|