How to install AndroBugs on the MacBook Pro

How to install AndroBugs on the MacBook Pro

1: Install Pythone3 (In the Terminal).

Command: brew install python3

2: Install Git.

Command: brew install git

3: Install the openjdk.

Command: brew install openjdk

4: Install the AndroBugs Framework.

Command: git clone https://github.com/AndroBugs/AndroBugs_Framework.git

5: AndroBugs Framework GitHub.

Website: https://github.com/AndroBugs/AndroBugs_Framework/releases

6: Go to the AndroBugs directory.

Command: cd AndroBugs_Framework

7: Install Python Dependencies.

Command: pip3 install -r requirements.txt

8: Update the pip3.

Command: pip3 install –upgrade pip

9: Install Python2.

Command: brew install python@2

10: Scan the APK.

Command: python3 androbugs.py -f /Users/shafilaptops/AndroBugs_Framework /walikhankakar.apk

Command: python2 androbugs.py -f walikhankakar.apk

AndroBugs Framework

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top