![]() |
Click here to advertise with us
|
|
|||||||
| Security/Obfuscation Security related discussion pertaining to configuration, development, and deployment etc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
hello everyone.
i have question and really need to know it. how to prevent VB.net program from de-compiling? i wrote a program for 2 years and now it's easily can be de-compiled. please help....
Last edited by bdsafa; 06-01-2009 at 8:52 AM. |
|
||||
|
There's no simple, or at least inexpensive, way to prevent a .NET app from being decompiled. Generally speaking people don't worry about decompilation and, if they want to protect their source code, they obfuscate it so that the decompiled code is no use to anyone because its purpose can't be understood. Java is in a similar position and there are lots of obfuscators available. .NET has fewer options, but there are some. Dotfuscator CE comes with VS (Pro and above I think). There's a commercial version that's more secure but also costs quite a bit. There are also some other free options if you'd care to search.
__________________
![]() 2007, 2008, 2009, 2010 Why is my data not saved to my database? | Communicating between multiple forms MSDN: Data Walkthroughs | "How Do I?" Videos My Blog: Custom Events | Dynamic GDI+ Drawing |
|
|||
|
Theres a free way of doing this with SmartAssembly. It's a Obfuscation Prevention System. Download it, import your vb app. Set the actions.
It will become un-readable. http://www.smartassembly.com/downloa...y%7D.Setup.msi |
|
||||
|
Quote:
__________________
![]() 2007, 2008, 2009, 2010 Why is my data not saved to my database? | Communicating between multiple forms MSDN: Data Walkthroughs | "How Do I?" Videos My Blog: Custom Events | Dynamic GDI+ Drawing |
|
||||
|
Quote:
__________________
Some useful links: Learning videoes, Code Samples, WMI Code Creator, MSDN, The Code Project, WindowsClient.net, ASP.net, W3 Schools, Regular-Expressions.info, GDI+ FAQ
How to format posts with code blocks etc - present the problem/post properly ![]() |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|