I just learned that the standard android license + proguard does not guarantee protection against simple cracks from the use of tools such as antilvl. I am working to find a reasonable way to make sure my Android apps are not pirated. I found a commercial alternative to proguard called dexguard. It's quite expensive (€ 375 for the cheapest license), but I would buy it if I knew that it would protect my applications from script kiddies and amateur hacking applications. I have no problem if some really smart cracker beats my defense against piracy, but if any kiddie script can do this, it will be showstopper.
Do you have any experience with dexguard protection of LVL code?
Just replacing proguard dexguard and leaving the standard LVL checks will be enough to contain script kiddies?
If dexguard is not an easy way to protect my lvl code, what other way do you suggest?
source
share