Github address of decompilation tool jadx
Homebrew is abbreviated as brew. Homebrew is a software package management tool under the Mac OS platform. It is very convenient to help us implement many useful functions such as installation, uninstallation, update, viewing, and searching. A simple instruction can realize package management. Homebrew's official website clearly introduces the installation and basic usage.
Homebrew installation command:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
The installation is complete
Common brew commands:
brew update
//Update Homebrew, it is recommended to run it every time you use itbrew search xxx
//Check if there is this softwarebrew install xxx
//install softwarebrew info xxx
//View the main information of the packagebrew upgrade
//Upgrade all packages that can be upgradedbrew upgrade xxx
//Upgrade a software packagebrew remove xxx
//Uninstall the packageInstall jadx
brew install jadx
Or enter the download page: https://github.com/skylot/jadx/releases/tag/v1.2.0
After the download is complete, enter bin/jadx-gui to open the program:
Open the apk file that needs to be decompiled and view the code: