Hello, > > Do you target Mono or .NET? > > Both.
So in Mono we have these things called `bundles' which create a customized version of the runtime that includes your assembly in the code as opposed to a separate executable/dll. They make things slightly harder for an attacker, but anyone persistent enough could get through it. Another option worth investigating is pre-compiling your assemblies and having a tool that empties the methods bodies (the structure would still be visible though) Miguel _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
