Securing my code - Encrypt/Obfuscate/Hide????

  • Thread starter Thread starter Anil Gupte/iCinema.com
  • Start date Start date
A

Anil Gupte/iCinema.com

Apparently there are plenty of utilities out there that can dissasemble my
progam. My colleague found a progam that could read my exe file and show
all my source code! In any language (even though I wrote it in VB). It is
kinda scary. Interestingly, I had a DLL written for me in VC++, and the
utility could not reverse engineer that.

Is there any way that the code can encryptedd or ofuscated or hidden so
people cannot read the source? I thought there was something built into VS,
but I cannot find it.

Thanx,
 
Apparently there are plenty of utilities out there that can dissasemble my
progam.  My colleague found a progam that could read my exe file and show
all my source code! In any language (even though I wrote it in VB).  Itis
kinda scary.  Interestingly, I had a DLL written for me in VC++, and the
utility could not reverse engineer that.

Is there any way that the code can encryptedd or ofuscated or hidden so
people cannot read the source?  I thought there was something built into VS,
but I cannot find it.

Thanx,

(Double post - replies in first thread)

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
 
Back
Top