Schwartzblat / WhatsAppPatcher

A patcher that decompiles WhatsApp APK, patches the smali, recompiles and signs it.
163 stars 26 forks source link

There's no WHATSAPP.DSA #94

Open mutaqin-hanif opened 2 months ago

mutaqin-hanif commented 2 months ago

Screenshot_20240902_142340_Termux

I've checked it, and it's just the folder services inside META_INF Folder

catsmoker commented 2 months ago

same

FileNotFoundError: [Errno 2] No such file or directory: './extracted/original/META-INF/WHATSAPP.DSA'

SonilG commented 2 months ago

I'm also facing the same error, it seems like WhatsApp has updated the App

TafaraObed commented 1 month ago

Got that error too but I changed the path to "/original/META-INF/IMPORTED.DSA" in the SignatureVerifierPatch.py file instead of the non-existent WHATSAPP.DSA and it now works. image