[Mono-list] Security Q
Miguel de Icaza
miguel@ximian.com
Fri, 10 Sep 2004 23:27:42 -0400
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