Tamper ResistanceThere are six individual tamper resistance settings that you can individually toggle on or off. Each of these is covered in more detail in the following sub-sections: Before setting any of these options, you should consider whether your user will typically be a software developer that has a legitimate need for de-compiling tools like SoftICE. If you enable detection of this tool, then your license will prevent your application from running on your users system. Further if your user has a legitimate need to debug your program using a kernel mode debugger, again, your program will simply shut down for them as soon as the debugger is detected. Generally, most users have no need for specialized hacker tools like SoftICE or debugging your program, so you are fairly safe enabling these options, unless you know of some specific need by your customers. However, be sure that during development, you keep these flags turned off since you will probably be unable to debug your own software. If they are on, when your debugger (in your IDE for example attaches to the running process), as soon as the ClientProtector detects this, it will immediately cause the entire process to simply shut-down. If you choose to use these flags, simply make sure that the very last thing you do before distributing the license is to turn them on, re-compile and test (outside of the IDE on a machine without SoftICE installed). Note that using Tamper Resistance options alone is usually not sufficient to do a great job of protecting your applications from crackers. Good protection is achieved through a collaborative effort between the ClientProtector and your application. Be sure to have read the Anti-Hacker Guide for more information. |