PDA

View Full Version : ARTeam: Reversing Android SlideLock 1.1 by Nieylana


Shub-nigurrath
December 2nd, 2010, 06:09
Hi all guys and gales,
here's a new contribution from Nieylana on the Android reversing world. Early protections are appearing on the market, but are still quite poor. This tutorial investigates one of the most promising. Version 2 is already out but still no apps using it, so stay tuned for that as well.

Meanwhile..

SlideLOCK is a DRM system for AndroidOS programs that aims to prevent the sharing of purchased APKs amongst users. The protection lies in special classes that the programmer must implement into his/her own code that does server-side checking with device-specific information to ensure the user is authorized to access the application. This tutorial explain protection's under-hoods and removing process.

Download link: http://www.accessroot.com/arteam/site/download.php?view.327

check out also the other Android's reversing stuffs on forum and site

BR,
Shub

dELTA
December 4th, 2010, 21:57
Thanks as always for the heads-up Shub.