| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Some cli tools that help to ease handy work, most of these are written in Golang.
We’ve shipped the tools with Homebrew Formula , so you can use brew to install.
wifiadb is used to connect adb devices wirelessly.
Make sure you have homebrew installed.
:~aven$ brew install wifiadbTo make a preview, you can see that our device is connected as 10.252.238.184:5555 after running wifiadb.
This tool is used to make comparison between apk files. It will generate a xlsx ouput, display the size difference.
:~aven$ brew install apkcompareType apkcompare into terminal to find out the usage help.
Generally, it receives a folder of apks as input parameter (see as -p, --path), then generate a xlsx report.
apkcompare -p ./ -o report.xlsx| Back | FazBrowse Home | New Git URL |