Executing an Unmanaged Exe from Memory
- From: tempnode <tempnode@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 6 Aug 2008 07:29:00 -0700
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: Tim Roberts
- Re: Executing an Unmanaged Exe from Memory
- From: Kerem Gümrükcü
- Re: Executing an Unmanaged Exe from Memory
- From: Volodymyr M. Shcherbyna
- Re: Executing an Unmanaged Exe from Memory
- Prev by Date: Re: Highly responsive serial port
- Next by Date: Re: Executing an Unmanaged Exe from Memory
- Previous by thread: WDF - User Mode Driver Framework - COM port driver
- Next by thread: Re: Executing an Unmanaged Exe from Memory
- Index(es):
Relevant Pages
|