AxDSan / obfuscar

Automatically exported from code.google.com/p/obfuscar
0 stars 0 forks source link

Obfuscar throws error on .net 4 assembly #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Obfuscar apparently does not support .NET 4 yet. Appears to be a Cecil 
limitation. Do you know if this is something that will be remedied in the near 
future, possibly using Cecil 0.9?

Original issue reported on code.google.com by grgrgrkn...@gmail.com on 10 Jun 2010 at 1:58

GoogleCodeExporter commented 9 years ago
Porting Obfucar to Cecil 0.9 is definitely on my list.
The version 0.9 of Cecil is a nearly complete rewrite and not API compatible to 
version 0.6. A first test showed that porting Obfuscar will require some work 
so I cannot tell when it will be done.

Original comment by webbi...@gmail.com on 11 Jun 2010 at 7:54

GoogleCodeExporter commented 9 years ago
I just uploaded the 2.0.0 version of Obfuscar.
This version now uses the new Mono.Cecil 0.9.4 library which supports .NET 4.0.

Original comment by webbi...@gmail.com on 3 Dec 2010 at 3:23