Android apk通过反编译有什么是得不到的?
黄舟
黄舟 2017-04-17 17:57:19
0
1
371

android中加密有用么?因为通过反编译几乎可以拿到apk的所有实现代码,这样加密过程不也暴露了?还是说反编译apk有什么是得不到的?

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(1)
巴扎黑

Encryption does not mean that it can completely avoid being decompiled, but it makes it more difficult to be decompiled and increases the cost of decompilation, achieving a relatively safe purpose. Nowadays, the popular packing technology has made APK encryption to a relatively safe level. The traditional aapt+apktool tool decompilation method can no longer crack the packing. Let’s talk about something that cannot be obtained by decompilation. At this stage, the apk signature key file (keystore file) cannot be obtained by decompilation.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template