java - Is there a way to verify whether the apk file is generated from the given source code or not? -


i member of administration team govt organization, client submit app , it's source code approval process. looking solution verify whether given apk file generated given source code or not. application distributed outside google play, want make sure client distributing app approved admin team.

please suggest method.

you receive sources, easiest next step being needed creation of apk , sources vendor provides.

decompiling classes in apk , comparing given source in eyes wrong way. first, might want prevent happen when application "out there", apk might contain obfuscated classes, decompiled source can different after compiler did optimizations. , i'm not alone point of view. have @ discussions voting computers , difficulty verify computer isn't unaltered , runs source vendor provided audits, etc.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -