java - How easy is it to transform a signed APK back to the source code? -
i priced project in 2 phases:
- app
- source code
is possible give client (tech-oriented) signed apk without giving him access source code (as source code priced separately)? able transform signed apk (classes.dex) readable classes? if how can upload apk client's play store account without giving him access source?
the code can de-compiled signed apk, it's job make obscure people find difficult understand functionality. can use proguard in android obfuscate code.
read this answer.
read this article know how use proguard.
Comments
Post a Comment