简体   繁体   中英

how to against apk-tool&modify apktool,protect my app?

Please consider the following link:

https://code.google.com/p/android-apktool/wiki/KnownIssues

Towards the bottom it's stated:

I've found that some APKs don't conform to regular Android standards. They were probably built using a modified aapt, which makes decompiling near impossible. These APKs are called "Magic" apks and probably won't be supported.

So, how do I can protect my app? I'm interested in modified aapt , but I have no idea where to begin? Thank you.

This is generally a lost cause. There are tools that abuse the DEX file format to try to hide your code from popular tools, but they can be easily defeated. 'Near impossible' is a not quite true, just harder to make a general purpose tool for it.

Obfuscate your code, consider using Dex2Jar and above all build a great app so that more people will use it/pay for it.

You must first search about it, There is some useful link about reverse engineering and decompile .apk files :

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM