dana-at-cp / backdoor-apk

backdoor-apk is a shell script that simplifies the process of adding a backdoor to any Android APK file. Users of this shell script should have working knowledge of Linux, Bash, Metasploit, Apktool, the Android SDK, smali, etc. This shell script is provided as-is without warranty of any kind and is intended for educational purposes only.
Apache License 2.0
2.17k stars 699 forks source link

Failed to recompile original project with backdoor #141

Closed Morteda closed 5 years ago

Morteda commented 6 years ago

Failed to recompile original project with backdoor how can solved it plz 😐 Apktool the last version 2.3.3

Morteda commented 6 years ago

No answer 😐

frovaaa commented 6 years ago

i have the same problem

glenn2148 commented 5 years ago

i have seen this on many forums and no one has come to a complete and reliable fix,i have tryed everything suggested in all forums and no progress in fixing it, backdoor-apk needs to be taken down.

waleed99100 commented 5 years ago

check new issues i solved common problems

dana-at-cp commented 5 years ago

@Morteda @dravid3x @glenn2148 @waleed99100 Many of these types of issues are a result of Apktool not being able to recompile the original APK. As a quick test, use Apktool to decompile and recompile the APK. If Apktool fails then the issue is with the APK and/or Apktool. If Apktool decompiles/recompiles the APK successfully then there may be an issue within backdoor-apk.sh.