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

erro smali #180

Closed zackvirushacke closed 1 year ago

zackvirushacke commented 4 years ago

Failed to locate smali file to hook ?

dual-somkietacode commented 4 years ago

Failed to locate smali file to hook ?

I get the same problem last week your apk android:name atribut dont exisit in the manifest you have to find it manualy and replace $android_class by $total_pakage/$android_name . Where android name shall be Main or .Main or MainActivty

dana-at-cp commented 1 year ago

191 Some improvements are being implemented.