MarcoG3 / WhatsDump

Extract WhatsApp private key from any non-rooted Android device (Android 7+ supported)
https://plainsec.org
GNU Lesser General Public License v3.0
268 stars 58 forks source link

Freeze the Android tools version - Fixes #41 #42

Open Lazza opened 4 years ago

Lazza commented 4 years ago

The script tries to find the latest Android tools version on this page:

https://developer.android.com/studio/

However, it's structure has changed. There is no particular reason to force the latest tools so we might also use an archived version as a quick fix.

https://web.archive.org/web/20190403122148/https://developer.android.com/studio/
albestro commented 3 years ago

Sorry, I didn't see this PR before fixing the regex in #53

I don't have experience working with Android, so if you don't see any value from using the last version of emulator/platform/tools, I may agree that it would be enough to stick to a particular version.

This PR is mutually exclusive with #53.