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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ APK Stat will use APK Tool to decompress and decode your APK file. APK Stat Will

<h4><strong>Download Instructions:</strong></h4>
<i>Linux:</i>

```
git clone https://github.com/hexabin/APKStat
git clone https://github.com/hexabin/APKStat.git
cd APKStat
wget "https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool" -O /usr/local/bin/apktool
wget "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.4.jar" -O /usr/local/bin/apktool.jar
chmod 777 /usr/local/bin/apktool
```

Place your Analysis APK file in the APKStat directory before running

<strong>USAGE</strong>: python apkstat.py yourapkfile.apk
Expand Down