Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.Net Obfuscator [duplicate]

Is there a .NET obfuscation tool present for Linux? Or is there a class which can provide me a functionality of writing a obfuscation tool for byte code?

like image 719
Pushkar Avatar asked Apr 08 '09 10:04

Pushkar


1 Answers

Try this tool, its free : http://www.foss.kharkov.ua/g1/projects/eazfuscator/dotnet/Default.aspx#downloads and it does what commercial products do.

like image 131
JL. Avatar answered Sep 28 '22 06:09

JL.