Does proguard work to obfuscate static string constants?

后端 未结 4 360
旧时难觅i
旧时难觅i 2020-11-30 04:04

Will proguard work to obfuscate static string constants?

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 04:04

    ProGuard doesn't obfuscate string constants, as mentioned in its FAQ. Its more recent specialized closed-source sibling for Android, DexGuard, provides additional application protection techniques, like string encryption and class encryption.

    (I am the developer of ProGuard and DexGuard)

提交回复
热议问题