.NET precompiled assemblies
-
Does anyone know a way to execute .NET precompiled assemblies without the original assemblies? To my knowledge, there isn't any. However, I just don't understand the rationality behind this.
-
Does anyone know a way to execute .NET precompiled assemblies without the original assemblies? To my knowledge, there isn't any. However, I just don't understand the rationality behind this.
As far as I know, the original assembles are required for the metadata, which .NET won't run without. if(E_NOINTERFACE == pThat->QueryInterface(IID_IUnknown,(void**)&pUnk)) { // I aint no pUnk bitch! }
-
Does anyone know a way to execute .NET precompiled assemblies without the original assemblies? To my knowledge, there isn't any. However, I just don't understand the rationality behind this.