nyxiscoo1 / obfuscar

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

F# dlls obfuscation #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I try to obfuscate F# dll and I meet some diffcults. It's thrown unhandled 
exception: 

System.InvalidOperationException: Type names do not match: "FSharpFunc `3" != 
"Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3...

If I'm not mistaken Obfuscar.exe can obfuscate all types .NET assemblies. So 
the problem is may be in my code?

Could you get me some suggestions for this issue?

Original issue reported on code.google.com by aleksand...@gmail.com on 16 Oct 2012 at 10:29

GoogleCodeExporter commented 8 years ago
Unless you can provide obfuscated assembly with mapping file and the original 
one, it is very hard to tell what is the cause of the exception.

You might try my fork at https://github.com/lextm/obfuscar which has already 
resolved many known issues.

Original comment by lextu...@gmail.com on 28 Apr 2013 at 7:57