Reputation: 41
I've written a VB program. How do I add anti-tamper code so people can't crack it?
Upvotes: 1
Views: 1193
Reputation: 67019
Crack it, as in pirate your software? You'll never be able to stop piracy. You can try using a cd key and a free obfuscater, but thats the best you can do. I wouldn't pay for an obfuscater, even if you paid $5 you probably won't see a return on investment.
Upvotes: 1
Reputation: 47377
Maybe the easiest thing to do is implement a licensing system
With regards to securing the code, one thing you can do is obfuscate
Upvotes: 2