Hi, On Mar 9, 2012, at 3:39 PM, Giloux wrote: > I have a Mono project that loads an assembly from a crypted resource. > I am able to acces that dynamically generated assembly using the > system.reflection stuff.
Unless you can get the decrypted byte[] before it is loaded, Cecil can't help here. There's no portable way to read a in memory System.Reflection.Assembly as a file. Jb -- -- mono-cecil
