Discussion:
ICLRRuntimeHost->ExecuteInDefaultAppDomain from Memory NOT from File??
(too old to reply)
Richard Grabner
2007-08-01 07:20:50 UTC
Permalink
Hi

i wanted to ask if somebody can tell me a method or a concept to load up an
assembly similar like with ICLRRuntimeHost->ExecuteInDefaultAppDomain but
instead from a file on disk from a memory (byte array for example.) simillar
to the System.Reflection.Assembly.Load(rawAssembly() as Byte) in dotnet but
i need this for my c++ clr host.

thanks
richard
digitalbodyguard digitalbodyguard
2010-08-11 17:06:11 UTC
Permalink
I did System.Reflection.Assembly.Load(rawAssembly() as Byte) from c (no clr). I did this for DotNetaspoit find at
www.DigitalBodyGuard.com/DotNetasploit.html


I need to learn to use ICLRRuntimeHost->ExecuteInDefaultAppDomain
I'm currently looking for a c and c# implementation for using this.
Post by Richard Grabner
Hi
i wanted to ask if somebody can tell me a method or a concept to load up an
assembly similar like with ICLRRuntimeHost->ExecuteInDefaultAppDomain but
instead from a file on disk from a memory (byte array for example.) simillar
to the System.Reflection.Assembly.Load(rawAssembly() as Byte) in dotnet but
i need this for my c++ clr host.
thanks
richard
Submitted via EggHeadCafe - Software Developer Portal of Choice
A Comparison of Managed Compression Algorithms
http://www.eggheadcafe.com/tutorials/aspnet/71485ecc-2d2d-435a-9c35-3d12b279f9ae/a-comparison-of-managed-compression-algorithms.aspx
digitalbodyguard digitalbodyguard
2010-08-11 17:07:28 UTC
Permalink
I did System.Reflection.Assembly.Load(rawAssembly() as Byte) from c (no clr). I did this for DotNetaspoit find at
www.DigitalBodyGuard.com/DotNetasploit.html


I need to learn to use ICLRRuntimeHost->ExecuteInDefaultAppDomain
I'm currently looking for a c and c# implementation for using this.
Post by Richard Grabner
Hi
i wanted to ask if somebody can tell me a method or a concept to load up an
assembly similar like with ICLRRuntimeHost->ExecuteInDefaultAppDomain but
instead from a file on disk from a memory (byte array for example.) simillar
to the System.Reflection.Assembly.Load(rawAssembly() as Byte) in dotnet but
i need this for my c++ clr host.
thanks
richard
Post by digitalbodyguard digitalbodyguard
I did System.Reflection.Assembly.Load(rawAssembly() as Byte) from c (no clr). I did this for DotNetaspoit find at
www.DigitalBodyGuard.com/DotNetasploit.html
I need to learn to use ICLRRuntimeHost->ExecuteInDefaultAppDomain
I'm currently looking for a c and c# implementation for using this.
Submitted via EggHeadCafe - Software Developer Portal of Choice
Custom Favorites Web Site with MongoDb and NoRM
http://www.eggheadcafe.com/tutorials/aspnet/7fbc7a01-5d30-4cd3-b373-51d4a0e1afa8/custom-favorites-web-site-with-mongodb-and-norm.aspx
Loading...