Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ With APKHunt, mobile software architects or developers can conduct thorough code
- Install JADX: sudo apt-get install jadx
- Install Dex2jar: sudo apt-get install dex2jar

macOS Requirements:
- Install [Homebrew](https://brew.sh/)
- Install Git: brew install git
- Install Golang: brew install go
- Install JADX: brew install jadx
- Install Dex2jar: brew install dex2jar

Limitation:
- Only supported on Linux environments

Expand Down