M4sc3r4n0 / Evil-Droid

947 stars 399 forks source link

The problem comes from the use of an outdated apktool.jar by ED (Evil-droid) #72

Closed ghost closed 3 years ago

ghost commented 3 years ago

The problem comes from the use of an outdated apktool.jar by ED (Evil-droid)

By looking on the source code and Evil-droid files, we can notice than ED don't use system apktool software, but embed its own one. It is located in Evil-Droid-master/tools/apktool.jar.

The version of this specific file is apktool 2.2.4. But according to the main website, the version is 2.4.0 at the time of writing this (https://ibotpeaches.github.io/Apktool).

So you have to replace Evil-Droid-master/tools/apktool.jar by an updated apktool.jar downloaded directly from the main website.

In practice :

I just tested and it works on my side.

Originally posted by @Wh1teR4bb1t in https://github.com/M4sc3r4n0/Evil-Droid/issues/5#issuecomment-538182509