StringFog
StringFog copied to clipboard
一款自动对字节码中的字符串进行加密Android插件工具
- AS - Java 11 - AGP 7.2.1 - Gralde 7.3.3 FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:transformClassesWithStringFogForRelease'. > NestMember requires ASM7...
**When i build the project it show me this Error:** ``` **Execution failed for task ':App:transformClassesWithStringFogForDebug'** **> NestHost requires ASM7** ``` i've tried all Solutions but in vain
打出来adb的包,能加密字符串吗
Can't read [/home/jenkins/workspace/Android/Android/app/build/intermediates/transforms/stringFog/prd/release/11.jar(;;;;;;;**.class)] (Can't process class [module-info.class] (null))
NP管理器,就是类似MT管理器的软件. 我猜测他的解密就是只要 String类型的变量或者函数,都会被这些软件调用. 有没有什么好的思路,防止被这些管理器一键反混淆呢...
字符串没有被加密
# Config //root.gradle ``` classpath 'com.github.megatronking.stringfog:gradle-plugin:2.2.1' classpath 'com.github.megatronking.stringfog:xor:1.1.0' ``` //app.gradle ``` apply plugin: 'stringfog' static def getDate() { def date = new Date() def formattedDate = date.format('yyyyMMdd') return formattedDate }...
1. **插件没编译版本好像用1.8的项目build的时候会提示** java.lang.UnsupportedClassVersionError: com/github/megatronking/stringfog/plugin/StringFogPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file...