I found a jd-gui decompilation tool in my Android learning process. The developer has a way to prevent jd-gui from checking your code! I found a jd-gui decompilation tool in my Android learning process. The developer has a way to prevent jd-gui from checking your code!
Reply content:
I found a jd-gui decompilation tool in my Android learning process. The developer has a way to prevent jd-gui from checking your code!
Java code obfuscation
UseProguard
To confuse the code.
AndroidStuido
A project is automatically created when it is generated.Proguard
You only need to customize the configuration file.
Http://developer.android.com/guide/developing/tools/proguard.html
When using jd-gui to view class files, some methods or classes are often found and cannot be displayed normally.
Enter the image description
We can use this bug to prevent jd-gui from decompiling our class files.
Http://blog.segmentfault.com/aijiami/1190000000635798
App security detection platform (http://safe.ijiami.cn ).