Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Q. What is Zipalign?
- Ans. Zipalign is a zip archive alignment tool that helps ensure that all uncompressed files in the archive are aligned relative to the start of the file
- *************************************************************
- Telegram post: https://t.me/efxtv/3136
- *************************************************************
- Q. Error you may face with Zipalign in KALI LINUX?
- Ans. Zipalign ERROR: zipalign: symbol lookup error: zipalign: undefined symbol: _ZN11zip_archive6WriterD2Ev
- Q. How to fix Fix zip align ERROR: zipalign: symbol lookup error: zipalign: undefined symbol: _ZN11zip_archive6WriterD2Ev Error in Kali Linux?
- Ans. Follow the steps:
- 1. Update and upgrade
- sudo apt update;sudo apt upgrade
- 2. Install android-SDK in KALI LINUX
- sudo apt install android-sdk aapt aapt2
- 3. Uninstall zipalign
- sudo apt purge zipalign
- 4. Install Zipalign from Ubuntu rep instead of from Kali rep
- cd;wget http://security.ubuntu.com/ubuntu/pool/universe/a/android-platform-build/zipalign_8.1.0+r23-3ubuntu2_amd64.deb
- chmod +x *.deb
- sudo apt install ./zipalign_8.1.0+r23-3ubuntu2_amd64.deb
- 4. Zipalign apk
- zipalign -v 4 input.apk aligned.apk
- |||||🔴 WATCH THE FULL VIDEO HERE (https://youtu.be/yq6wXty0tME)|||||
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement