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

Check your environment and configuration. Couldn't find: d2j-dex2jar #106

Closed davidphoenix closed 7 years ago

davidphoenix commented 7 years ago

I got this error, no matter what I do: "Check your environment and configuration. Couldn't find: d2j-dex2jar" although I've got dex2jar and changed its permissions (chmod +x). I can even run dex2jar via Bash, but backdoor-apk keeps showing this error. I also copied .sh files to backdoor-apk.sh path, does not work either. any suggestions?

dana-at-cp commented 7 years ago

Make sure the expected program name is in the user's path.

brianmituka commented 6 years ago

I'm having the same issue ./backdoor-apk.sh app-release.apk the apk is in the same directory as the backdoor-apk.sh