Hi,
Although the code is indeed compiled iinto an .exe file.
It is extremely easy to get back to the source code (or a very close likeness to it), using what is known as REFLECTION.
Download Lutz roeders .NET reflector and try against your exe, and you will notice that your algorithms are indeed quite easily exposed to anyone who is determined to get at them...
Hope to help.
Best Regards,
David
Main Topics
Browse All Topics





by: FarzadAPosted on 2006-09-13 at 06:17:39ID: 17511652
Hi garyLittle,
No. VB.NET create EXE file but this exe file don't run standalone and needs .NET Framwork on the target machine. It is like Java that Java byte code (class) file is run by Java Interpreter. In both class file of Java and EXE file of VB.NET you haven't source code so your algorithms will be protected.
-FA