vote up 0 vote down star

Hi,

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.

flag

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

1 Answer

vote up 2 vote down check

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|flag

Your Answer

Get an OpenID
or

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