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

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -