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.21k stars 702 forks source link

Question #70

Closed traget closed 7 years ago

traget commented 7 years ago

Can you run apk-backdoor.sh multiple times whit different apks without running the cleanup.sh script?

dana-at-cp commented 7 years ago

@traget No. The cleanup.sh script should be executed before you run backdoor-apk.sh on another APK file.

traget commented 7 years ago

Ok, thanks!