Can you look at a compiled programs code?

Cheetah

Well-known member
Joined
Oct 12, 2006
Messages
232
Programming Experience
Beginner
Hi there,

If i built a .NET program and complied it into an .exe. Is it then possible to look at the VB code again from that .EXE.

If it is possible, is there a way to prevent this?

Thanks.
 
For example Reflector can give you a kind of look into the compiled code, the methods used to prevent this is called obfuscation. I've moved this thread into our Obfuscation forum, have a look at the other post here, you should be able to find more info.
 
Are there any good free obfuscation programs out there? It doesn't need to be the best just needs to throw off a few determined hackers and take a bit of effort to crack.
 
There's a lite version of Dotfuscator built into VS 2005 if I recall. Maybe it'll meet your needs.

CT
 
Back
Top