> I was wondering what others opinions are about how big of a risk or
> problem is .net vbcode that is not obfuscated?
It doesn't actually matter what language you wrote it in, it can be
decompiled into others (see the Reflector link).
Whether there is an issue with people being able to do that depends on
you :-) If you have an app written for a specific client, then it
probably doesn't matter. If you are selling a shrink-wrapped app it
might. Bear in mind that people can still reverse engineer your code,
obfuscated or not, and that they could do the same with non .NET code too.
Also, because of the way obfuscation works, it can introduce errors into
your app. If you've used reflection and have used string literals for
class/method/property/etc names anywhere, you could be in trouble :-)
Cheers,
Jim Cooper
__________________________________________
Jim Cooper
(E-Mail Removed)
Tabdee Ltd
http://www.tabdee.ltd.uk
TurboSync - Connecting Delphi to your Palm
__________________________________________