From e5e14db03deaf52fa658f48f05272a6802302851 Mon Sep 17 00:00:00 2001 From: Cory Solovewicz Date: Wed, 12 Apr 2023 10:40:56 -0700 Subject: [PATCH 1/2] Update README.md Add requirements for macOS. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 41e0653..dd82f69 100644 --- a/README.md +++ b/README.md @@ -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 From 3d73a13f4b4747723746e2c3d5468cbc50ed6a12 Mon Sep 17 00:00:00 2001 From: Cory Solovewicz Date: Wed, 12 Apr 2023 10:44:06 -0700 Subject: [PATCH 2/2] Update README.md Fix spacing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd82f69..5c1761a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ 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: + macOS Requirements: - Install [Homebrew](https://brew.sh/) - Install Git: brew install git - Install Golang: brew install go