![]() |
|
[VB.NET/C#] Best way to protect your source against reflectors[Source Code] - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: [VB.NET/C#] Best way to protect your source against reflectors[Source Code] (/Thread-VB-NET-C-Best-way-to-protect-your-source-against-reflectors-Source-Code) Pages:
1
2
|
RE: [VB.NET/C#] Best way to protect your source against reflectors[Source Code] - gooore - 08-27-2013 This really is a sick little find man, thanks RE: [VB.NET/C#] Best way to protect your source against reflectors[Source Code] - F1L15K0 - 09-01-2013 wow! i will make some little app foor personal use, good job! RE: [VB.NET/C#] Best way to protect your source against reflectors[Source Code] - Miklo - 09-16-2013 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... RE: [VB.NET/C#] Best way to protect your source against reflectors[Source Code] - upsurt - 01-09-2014 (12-29-2012, 09:20 PM)Deque Wrote: Risking that I might sound stupid: What is a reflector and why do you have to protect your code from them? It's for .NET what the Java Decompiler is for Java RE: [VB.NET/C#] Best way to protect your source against reflectors[Source Code] - Deque - 01-09-2014 (01-09-2014, 04:32 PM)upsurt Wrote:(12-29-2012, 09:20 PM)Deque Wrote: Risking that I might sound stupid: What is a reflector and why do you have to protect your code from them? Thanks. Yes, I know that know. I even used the trial version of it. This thread is old.
RE: [VB.NET/C#] Best way to protect your source against reflectors[Source Code] - hellomen - 01-09-2014 best way to protect your important source is to make it server sided
|