Hi everybody! I'm pretty new to Cecil - but just as intrigued by it ;). To make it fast: I know that Mono (and therefore Cecil) doesn't support Mixed (Managed+Native) C++ assemblies. However, this "doesn't support" seems to be referring only to saving the assembly for later execution for Cecil (as inspection and modification stuff seems to work fine) and at http://www.mail-archive.com/[email protected]/msg00306.html it was stated that "You can read an assembly, modify it, or create one from scratch, then load it in the runtime for execution".
Does that mean that I can bypass the not-being-able-to-save-problem by simply executing the modified assembly from within my application? -- -- mono-cecil
