MegatronKing / StringFog

一款自动对字节码中的字符串进行加密Android插件工具
Apache License 2.0
1.67k stars 334 forks source link

Application的string没被混淆 #108

Closed lileii closed 1 year ago

lileii commented 1 year ago

我发现两个问题: 1.Application的string没被混淆

  1. Intent intent = new Intent(this, WebViewActivity.class); intent.putExtra("url", str); finish(); 这里的url字符串没被混淆
lileii commented 1 year ago

问题2的这个activity 是整个App的启动类

//stringfog { // // 必要:加解密库的实现类路径,需和上面配置的加解密算法库一致。 // implementation 'com.github.megatronking.stringfog.xor.StringFogImpl' // // 可选:加密开关,默认开启。 // enable true // debug true // // 可选:指定需加密的代码包路径,可配置多个,未指定将默认全部加密。 //// fogPackages = ['com.xxx.xxx'] // // 可选(3.0版本新增):指定密钥生成器,默认使用长度8的随机密钥(每个字符串均有不同随机密钥), // // 也可以指定一个固定的密钥:HardCodeKeyGenerator("This is a key") // // 可选(4.0版本新增):用于控制字符串加密后在字节码中的存在形式, 默认为base64, // // 也可以使用text或者bytes // mode base64 //}

我的配置如下

lileii commented 1 year ago

我用的的是7.4.1

MegatronKing commented 1 year ago

同 #111

lileii commented 1 year ago

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。