Page 1 of 1

Decompiling, code obfuscation

PostPosted: Wed Apr 30, 2014 11:09 pm
by evsmith981
I discovered your very interesting Cobra programming language recently. Has code obfuscation has been considered?

Re: Decompiling, code obfuscation

PostPosted: Thu May 01, 2014 12:01 am
by Charles
We leverage both the .NET and Mono communities for these kinds of tools. For example, Mono has a "linker" called "mkbundle" which can package up the system run-time and libraries of your project into a single native executable.

Regarding obfuscation, there are several products available. Just search Google for ".NET obfuscation" and/or "Mono obfuscation" and you'll find them.