Protecting Android apk to prevent decompilation, network sniffing etc
问题 Is there a way to protect Android apk file so that the source code cannot be regenerated? Also, there are a number of network sniffers that allow HTTP monitoring, is there a way to bypass these such that the incoming/outgoing network traffic could not be monitored? I have read that code obfuscation, to some extent, is possible using SourceForge's Proguard(Reference). What are other alternatives that I can look into? Please advise. Thanks. 回答1: You can use an obfuscator to obfuscate the object