Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

annoying issue "Failed to verify signed artifacts" #111

Open
Elmehdioub opened this issue Dec 19, 2023 · 2 comments
Open

annoying issue "Failed to verify signed artifacts" #111

Elmehdioub opened this issue Dec 19, 2023 · 2 comments

Comments

@Elmehdioub
Copy link

291106004-26707b38-ebfb-4a09-9a18-a3615ee94cdb

@Brutelover
Copy link

hello did you mangedto fix it i am facing same issue

@hxrofo
Copy link

hxrofo commented Aug 4, 2024

Try the following solutions:

  • A different version of Apktool.jar from ibotpeaches
  • Different versions of java: in a terminal run the command update-alternatives --config java
    then change the number
  • apt-get remove zipalign, apt-get update, go to /etc/apt/sources.list and comment out the kali repository by putting # in front of it, add this repository under it: "deb http://ftp.de.debian.org/debian buster main", apt-get update && apt-get install zipalign. Zipalign from kali repositories has a bug.
  • Last thing, change the apk you want to backdoor. Modern android apps are simply difficult to tamper with and have protection mechanisms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants