AndroidKiller报错

逆向笔记 · 03-21 · 124 人浏览

1.AndroidKiller反编译apk,再次打包安装报错:Failure [INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2]
上述报错的修复解决方案,将 AndroidManifest.xml 文件中的 extractNativeLibs= false 修改为extractNativeLibs= true

再次打包安装,就不会有上述报错了

2.AndroidKiller反编译后后,报错,com.googlecode.d2j.DexException: not support version.
![[mdpic/Pasted image 20231217121934.png]]

仔细看了下,注意到这句,com.googlecode.d2j.DexException: not support version.

哦,原来是dex2jar版本不对,那就下载新版的dex2jar,替换掉吧
![[mdpic/Pasted image 20231217121941.png]]

替换掉老版的,可反编译成功

安卓 AndroidKiller 报错
Theme Jasmine by Kent Liao