Build Parallels Desktop PKG Installer Automatically
script | ||
.gitignore | ||
build_pkg.sh | ||
README.md |
Parallels Desktop for Mac PKG
This script automatically fetch the lastest version of Parallels Desktop for Mac, patch it and build the full PKG installer.
Compatibility
Parallels Desktop 15, 16, 17, 18 and newer
Usage
bash build_pkg.sh # to build the latestet version
bash build_pkg.sh 18.0.0-53049 # to build the specified verion
Dependencies
You may need Homebrew to install dependencies.
This script requires the following dependencies:
brew install radare2
python3 -m pip install r2pipe
Acknowledgments
Thanks to @somebasj for the patching solution.
This project is based on somebasj/ParallelsDesktopCrack.
Disclaimer
THIS SOFTWARE IS ONLY FOR LEARNING AND RESEARCH USE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.