packer-ng-plugin icon indicating copy to clipboard operation
packer-ng-plugin copied to clipboard

覆盖注入渠道包问题

Open ensean opened this issue 5 years ago • 1 comments

有两个v2版本问题请教一下

  1. 是否支持覆盖注入,即对于已注入渠道号A的渠道包,能否直接再次覆盖注入渠道号B,并且正确识别渠道号为B
  2. 如果不支持覆盖注入,有无办法抹除已注入的渠道号

本地拿了一个apk包试了下覆盖注入,用packer-ng-2.0.1.jar 能够正确识别,但不确定应用中的代码能否正常读取渠道号

ensean avatar Apr 24 '19 10:04 ensean

翻了下源码,看上去 com.mcxiaoke.packer.helper.PackerNg.getChannel()
com.mcxiaoke.packer.cli.Bridge.readChannel() 都是调用的 com.mcxiaoke.packer.common.PackerCommon.readChannel()

所以应该是支持的?

ensean avatar Apr 25 '19 02:04 ensean