You could always tie the functionality of your app into whether your anti piracy function runs.
E.G- When the crackCheck method is called, it sets another variable indicating that it ran. Your app can then check for that variable at opportune times. That way if a cracker disables the crackCheck method, the app still won't work. However, if he DOESN'T disable it, the anti-crack method runs and they get caught.
|