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

Questions #155

Closed glenn2148 closed 5 years ago

glenn2148 commented 5 years ago

1, after i have recompiled a new version with a virus, can it be renamed and still work as designed??

2: If running backdoor-apk on a program fails, and i imeadatly run it again (same commands) and it runs with no problems will it be ok??? (i have done this several times but not tested either program)

thanks

dana-at-cp commented 5 years ago

Answers below:

  1. You can rename the repackaged APK file with no issue or loss in functionality. If you are talking about changing the name of the application displayed after the APK is installed then there is much more involved and much more that can go wrong.

  2. If you observed this behavior on version 0.2.3 then it is likely that the issue(s) is resolved in version 0.2.4a. If you are seeing this behavior in version 0.2.4a then I would have test with the APK file and/or see the run.log output on failure.