I want to write an .NET obfuscator based on Microsoft CCI library. I found a few obfuscators written with Mono.Cecil, but there are no CCI based. Are there any potential problems with CCI for this task?

Thanks in advance.

link|improve this question

No experience with CCI, but all the best to your endeavour to create a CCI based Obfuscator. : ) – o.k.w Oct 26 '09 at 10:35
feedback

1 Answer

up vote 2 down vote accepted

There shouldn't be any issue. CCI is licensed under the MS-PL license making it suitable to be shipped in an open-source or a properietary program. Some people find Cecil easier to use, some other are perfectly happy with the CCI. So nope, there should not b any potential issue.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.