Android Question File protect with Library ProtectYourApp

MarcoRome

Expert
Licensed User
Longtime User
Hi all.
I'm working on a library to protect an apk.
Today with a certain simplicity and with the right tools you can dissasemblare an apk, change the code ,recompile and resign ... et voila.
This App will be invalid if modified and recompiled and therefore can not be used.
If you modify you see this:

2015-09-06 13.22.18.png


Attached the .apk, you can try to change it and see if the APK will be VALID or INVALID.
thank you.
Now in library you have also crypt function.
You found Library HERE
 

Attachments

  • testprotect.apk
    130.5 KB · Views: 219
Last edited:
Top