P
PseudoBill
I'd like some advice on protecting stand-alone exe's built with .net.
I'm not worried about someone stealing my intellectual property since
since I have my apps obfuscated and encrypted now and it's not
exactly rocket science anyway - it's probably much easier for someone
to write from scratch than to de-obfuscate them.
What I would really like is some kind of tip or trick to make the apps
non-runnable if tampered with, but I suspect it's not possible since
someone could always decompile and remove the code for the tamper
check ...
My main concern is that someone makes my latest versions of the apps
available for free simply by using the wonderful utility that
Microsoft supplies (thanks Microsoft !!!) and removing any code I've
inserted to ensure that the user has paid for it.
I'm not worried about someone stealing my intellectual property since
since I have my apps obfuscated and encrypted now and it's not
exactly rocket science anyway - it's probably much easier for someone
to write from scratch than to de-obfuscate them.
What I would really like is some kind of tip or trick to make the apps
non-runnable if tampered with, but I suspect it's not possible since
someone could always decompile and remove the code for the tamper
check ...
My main concern is that someone makes my latest versions of the apps
available for free simply by using the wonderful utility that
Microsoft supplies (thanks Microsoft !!!) and removing any code I've
inserted to ensure that the user has paid for it.