[Mono-dev] full AOT support

Duane Wandless duane at wandless.net
Mon Apr 23 14:24:33 UTC 2012


I believe the best solution is to use obfuscation and embed mono within
your app.  Not using mkbundle because of the licensing requirements.  It is
not hard to embed the mono runtime.

On Sun, Apr 22, 2012 at 2:26 PM, Rodrigo Kumpera <kumpera at gmail.com> wrote:

>
>
> On Sat, Apr 21, 2012 at 9:24 PM, Jonathan Shore <jonathan.shore at gmail.com>wrote:
>
>>
>>
>> On Sat, Apr 21, 2012 at 8:03 AM, Rodrigo Kumpera <kumpera at gmail.com>wrote:
>>
>>>
>>> what platforms is --aot=full supported on?
>>>
>>> linux/amd64, linux/x86, iOS/arm and ppc/? are the supported
>>> configurations.
>>>
>>
>> Thanks.  ic, so windows would not be one of those platforms.
>>
>>
>>>
>>> Why do you think you need FullAOT? Its a tecnology targeted at
>>> environments that won't support JIT. Use simple AOT if you can.
>>>
>>>
>> We have to distribute out some sensitive stuff for paralllel-distributed
>> execution across machines we lease in places like china.  Want full AOT so
>> that we can distribute with:
>>
>>    1. inability to decompile (easily)
>>    2. minimal footprint and no mono installation requirement
>>
>> Does that make sense, or is there a better way to do this?
>>
>
> Use obfuscation and mkbundle.
>
> Be aware that any of those solutions must comply with the LGPL.
>
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120423/d7b6347f/attachment.html>


More information about the Mono-devel-list mailing list