#1948·Apktool

使用 apktool decode with resources 删除/移动文件 - 在运行时崩溃

作者: gilhartman创建于 2018年11月29日更新于 2026年6月30日
标签Bug
  1. apktool d orginal.apk
  2. apktool b original -o apktooled.apk
  3. Compare the unzipped original apk to the unzipped apktooled apk.
  4. The file 'r' (is a png) doesn't appear. The files 'res/w' and 'res/6' appear under res/fonts/APKTOOL_DUMMYVAL_0x7f030000 and res/fonts/APKTOOL_DUMMYVAL_0x7f030001
  5. Run the app and load the resource (need a username and password to reach the correct screen)

内容来源: iBotPeaches/Apktool