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

Couldn't find: baksmali #184

Closed wesley006 closed 1 year ago

wesley006 commented 4 years ago

[*] Running backdoor-apk.sh v0.2.4a on Sat Apr 4 19:46:32 -03 2020 [!] Check your environment and configuration. Couldn't find: baksmali

illusion77 commented 4 years ago

i have the same question...and how do i to install baksmali?

BotSabugogrosso commented 4 years ago

git clone https://github.com/JesusFreke/smali.git

cd smali

./gradlew

steef98 commented 4 years ago
      ________
     / ______ \
     || _  _ ||
     ||| || |||          AAAAAA   PPPPPPP   KKK  KKK
     |||_||_|||         AAA  AAA  PPP  PPP  KKK KKK
     || _  _o|| (o)     AAA  AAA  PPP  PPP  KKKKKK
     ||| || |||         AAAAAAAA  PPPPPPPP  KKK KKK
     |||_||_|||         AAA  AAA  PPP       KKK  KKK
     ||______||         AAA  AAA  PPP       KKK  KKK
    /__________\

____|__|__ /____\ |____| Dana James Traversie

[*] Running backdoor-apk.sh v0.2.4a on Sal May 26 05:18:46 +03 2020 [!] Check your environment and configuration. Couldn't find: baksmali

HELPPPP

EliasHridoy commented 4 years ago

@BotSabugogrosso I tried your procedure but not worked.

Summer20130725 commented 4 years ago

apt search baksmali

fkay9 commented 3 years ago

I am having the same problem as well

ashkorehennessy commented 3 years ago

try sudo apt install smali apktool

r1th1k commented 3 years ago

try sudo apt install smali apktool

it worked

xiaofengjue commented 3 years ago

try sudo apt install smali apktool

thank u,it works