Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

cf.net app protection (antidebug, obfuscate)

Is there any out-of-the box solution that protects cf.net (3.5) software against reverse engineering and unlicensed redistribution (average hacker protection)? Any option of packer/native wrapper?

like image 705
FrenkR Avatar asked Oct 08 '09 00:10

FrenkR


2 Answers

We use Xenocode Postbuild for everything we need to obfuscate. Be aware that just about any obfuscation of your assembly will slow its execution.

EDIT

PostBuild is no longer available, and in fact their license server went offline, so even if you had a licensed version, you can no longer use it (why couldn't you just release the source, people?). We've moved to LogicNP's Crypto Obfuscator which was fairly intuitive and still works just fine with Compact Framework assemblies.

like image 180
ctacke Avatar answered Oct 24 '22 00:10

ctacke


http://www.preemptive.com/dotfuscator.html

like image 2
MusiGenesis Avatar answered Oct 24 '22 00:10

MusiGenesis