tinker icon indicating copy to clipboard operation
tinker copied to clipboard

没有修改的类,方法也打进了差分包中;基准包中已混淆方法,在差分包中再次被混淆了,两次混淆结果不相同;

Open laoge-lol opened this issue 3 years ago • 0 comments

基准包: 1:3:void lambda$initRxBus$0(com.tftechsz.common.event.UserStatusEvent):189:191 -> d2 1:1:void lambda$initRxBus$3(com.tftechsz.common.entity.NetStatusEvent):224:224 -> e 差分包: 1:3:void lambda$initRxBus$0(com.tftechsz.common.event.UserStatusEvent):189:191 -> c 1:1:void lambda$initRxBus$3(com.tftechsz.common.entity.NetStatusEvent):224:224 -> f2

laoge-lol avatar Sep 28 '22 09:09 laoge-lol