Tencent / matrix

Matrix is a plugin style, non-invasive APM system developed by WeChat.
Other
11.66k stars 1.89k forks source link

font混淆 #861

Open louis2610 opened 1 year ago

louis2610 commented 1 year ago

通过白名单的方式加了“R.font.*",虽然apk里面的r目录有混淆过的字体文件,但是运行时字体不生效。 ps: 字体文件放到了工程目录res/font/****.ttf

louis2610 commented 1 year ago

补充下,是通过通配符的方式加的白名单 : “R.font.*"