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

Failed to verify signed artifacts #110

Open
nononanalili opened this issue Oct 28, 2023 · 3 comments
Open

Failed to verify signed artifacts #110

nononanalili opened this issue Oct 28, 2023 · 3 comments

Comments

@nononanalili
Copy link

No description provided.

@Elmehdioub
Copy link

Same issue here the developer seems like he passed away it's been 6 years sence someone updated any thing here.
Screenshot_2023-12-17_22-10-12

@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"
    run 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.

@jedj1
Copy link

jedj1 commented Aug 29, 2024

I have a solution for it

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

4 participants