Reputation: 53
I failed to recompile an apk
with apktool
.
This is the error log image:
I did all those commands:
apt-get install zipalign
apt-get update
apt-get upgrade
apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6
and I also already have jdk 10 but still error. Also I delete apktool and reinstalled, but same error. I don't know how to fix.
Upvotes: -3
Views: 37376
Reputation: 53
I did this command and it worked
sudo apt-get install lib32stdc++6 lib32z1 lib32z1-dev
Upvotes: 1
Reputation: 388
Try using APK Easy Tool instead for binding your payload to existing apk file.
Old methods I have mentioned before are not working anymore. You can check history for them if you still insist.
Upvotes: 2
Reputation: 683
I got unable to rebuild apk with apktool
error when using msfvenom
. The problem was that the apk
file resists the injection, so I tried with another one and it works.
Try another apk
file, it may work.
Upvotes: 0