Build Parallels Desktop PKG Installer Automatically
Go to file
MikeWang000000 81a5b40596 add acknowledgments 2022-12-17 11:52:17 +08:00
script first commit 2022-12-17 11:37:06 +08:00
.gitignore first commit 2022-12-17 11:37:06 +08:00
README.md add acknowledgments 2022-12-17 11:52:17 +08:00
build_pkg.sh first commit 2022-12-17 11:37:06 +08:00

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.