Wednesday, August 4, 2021

 Issues faced in Phantom-Evasion


 Zipalign doesnt allow the file to be built again

 While resigning apk, you may find this error

"Exception in thread "main" java.io.FileNotFoundException: (No such file or directory)  

Check for Zipalign , a line above resigning apk, you will find an error in zipalign


Solution: remove libbacktrace.so.0 and build from official repo

https://packages.debian.org/buster/amd64/android-libbacktrace/download

download and install

dpkg -i filename.deb

run zipalign in terminal again to see if the error is gone. Enjoy !!

 

 

msf_smali error

This error arise when the rebuilding fails. Just delete the msf_smali from the /opt/Phantom-Evasion and run phantom again.