Originally posted by tryandguardme
im looking into selling tool i made for all games .. whats best protection besides netseal.. allso whats some good obfuscators for it ?
I'm not going to pretend I know exactly what obfuscators do but they generally convert your code to make it unreadable so when people try to decompile it they won't be able to understand it (But the public obfuscators can generally be deobfuscated)
You also might want to look in to adding the user of encryption to your program so you can encrypt important string you don't want people to find out. (can be used for securing passwords etc)
You must login or register to view this content.
Also take a look at this you could use this to detect if your program has been modified and have it shutdown if it has.
You must login or register to view this content.