AdrMXR / KitHack

Hacking tools pack & backdoors generator.
https://adrmxr.github.io/KitHack/
MIT License
1.63k stars 212 forks source link

zipalign: error while loading shared libraries: libc +.so: cannot open shared object file: No such file or directory #25

Closed AdrMXR closed 3 years ago

AdrMXR commented 3 years ago

Información

En kali linux 2020.3 se esta presentando un error con la dependencia zipalign, la cual se encarga de optimizar las apk generadas para que funcionen bien. El error se presencia en esta etapa:

[•] Signing APK ... jar signed. 
Warning: The signer's certificate is self-signed.
The MD5withRSA algorithm specified for the -sigalg option is considered a security risk. 
**zipalign: error while loading shared libraries: libc +.so: cannot open shared object file: No such file or directory**

Aparentemente KitHack genera correctamente la APK, pero no es así, la carpeta output aparece vacía. Estamos en proceso de una solución para este problema. Ya no bastará con un apt install zipalign como en versiones anteriores.

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

AdrMXR commented 3 years ago

Por el mismo motivo, la dependencia aapt también esta fallando ya que va de la mano con zipalign.

[+] Deleting temporary files... 
aapt: error while loading shared libraries: libc++.so: cannot open shared o bject file: No such file or directory 
aapt: error while loading shared libraries: libc+.so: cannot open shared o bject file: No such file or directory
AdrMXR commented 3 years ago

Error solucionado en los propios repositorios apt de kali linux