# java_obfuscation_sample_with_maven_proguard **Repository Path**: greyzeng/java_obfuscation_sample_with_maven_proguard ## Basic Information - **Project Name**: java_obfuscation_sample_with_maven_proguard - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Java代码混淆(使用Proguard-Maven插件) 需要测试的规则: 0. 普通的调用 com.git.common 1. 反射 com.git.reflection 2. 序列化 3. 回调 com.git.callback 4. 枚举 com.git.enu 5. native方法 6. 内嵌类 com.git.inner