On Fri, 2010-04-23 at 06:59 -0700, yck1509 wrote: > I have a obfuscator which using Mono.Cecil, but the current version of > Mono.Cecil doesn't fit the purpose. Can I modify some of the source > code in necessary?
Yes. Mono.Cecil is released under the MIT/X11 license, so you're free to change it as long as you follow the licensing terms (which are quite liberal - don't mess with the copyright headers and you should be fine). - Jon -- -- mono-cecil
