A .bat/.sh script that compresses unpacked assets of Adobe products and installs them.
Please, don't use this script for piracy things. I wrote this script for who wants to store Adobe application installers with unpacked assets for various reasons. My reason was maximize deduplication ratings on my Windows Server Storage Spaces storage to store more programs. That's why I wrote this script. I will improve this script day by day.
- Adobe Systems Incorporated for providing applications.
- GitHub for hosting this project.
- Me for writing script and patching HyperDrive-based installers from knowledge I gained from PainteR's patched binaries.
- Microsoft Copilot and OpenAI ChatGPT for helping me on generating complex scripts (I wrote this script myself, but I don't say no to little help from AI :D).
- Internet Archive for providing Wayback Machine service.
- PainteR for patching various binaries based on Windows platform (RIBS-based installers), so I can understand verification algorithm on newer or older binaries and even on macOS-based binaries and HyperDrive-based installers.
- Rizin for Cutter reverse engineering program.
- Hex-Rays for IDA Pro reverse engineering program.
- bkcrack by kimci86 for ZipCrypto cracking software.
- DB Browser for SQLite for editing and viewing various *.db databases.
- Maël Hörz for HxD Hex Editor hexadecimal viewing program.
This script compresses all unpacked assets that present on install media folder to temporary directory set by script, copies installer engine from installation media with unpacked assets excluded via text file that's generated via script and invokes Set-up.exe on temporary directory set by script to install repacked product.
https://github.com/eflanili7881/AdobeRepackerAndInstallerScript/releases/tag/rc2-ribs-mac-0.4.0
https://github.com/eflanili7881/AdobeRepackerAndInstallerScript/releases/tag/rc2-ribs-win-0.4.0
https://github.com/eflanili7881/AdobeRepackerAndInstallerScript/releases/tag/rc2-hd-mac-0.4.0
https://github.com/eflanili7881/AdobeRepackerAndInstallerScript/releases/tag/rc2-hd-win-0.4.0
https://github.com/eflanili7881/AdobeRepackerAndInstallerScript/tree/HyperDrive-mac
https://github.com/eflanili7881/AdobeRepackerAndInstallerScript/tree/HyperDrive-mac-patchedbins
https://github.com/eflanili7881/AdobeRepackerAndInstallerScript/tree/HyperDrive-win
https://github.com/eflanili7881/AdobeRepackerAndInstallerScript/tree/HyperDrive-win-patchedbins
https://github.com/eflanili7881/AdobeRepackerAndInstallerScript/tree/RIBS-mac
https://github.com/eflanili7881/AdobeRepackerAndInstallerScript/tree/RIBS-mac-patchedbins
https://github.com/eflanili7881/AdobeRepackerAndInstallerScript/tree/RIBS-win
https://github.com/eflanili7881/AdobeRepackerAndInstallerScript/tree/RIBS-win-patchedbins