RE: [VB.NET/C#] Best way to protect your source against reflectors[Source Code] 09-16-2013, 01:36 AM
#13
Thanks for the Tip, This worked only for netreflector.. But there are a bunch of other tools that decompiles it easily, and I just decompiled myself even when I had added the bytes! Only Net.Reflector was not able to do it. But pretty awesome trick tho.
I dont wanna mention any names of the software that I used for the decompiling. But just be extra carefull if you dont want your source out in public, then protect it by Creating a Portable Version of your Code, or Use SmartAssembly.
I always Use SmartAssembly first, and then also create a Portable of my NET Projects..
Good luck...
I dont wanna mention any names of the software that I used for the decompiling. But just be extra carefull if you dont want your source out in public, then protect it by Creating a Portable Version of your Code, or Use SmartAssembly.
I always Use SmartAssembly first, and then also create a Portable of my NET Projects..
Good luck...
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)