Schwartzblat / WhatsAppPatcher

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

Error while running "python whatsapp_patcher/main.py -p ./WhatsApp.apk -o PatchedWhatsApp.apk" #93

Closed ashkirito1 closed 5 months ago

ashkirito1 commented 5 months ago
    from whatsapp_patcher.extractor import Extractor
ModuleNotFoundError: No module named 'whatsapp_patcher'
Schwartzblat commented 5 months ago

Play with the paths, it supposed to work.

ashkirito1 commented 5 months ago

okay nvm, i got it. Thanks for the reply btw