GenP is a binary patcher that automatically applies hex modifications to Adobe Creative Cloud applications on Windows to disable licensing checks and phone-home behavior.
The problem GenP solves is that Adobe eliminated perpetual licenses in 2013, forcing users onto subscription-only Creative Cloud. For those unable to justify recurring costs, pirated copies of patching tools circulated through Discord, Telegram, and file hosts with no way to verify they were malware-free. This repository addresses that by publishing the complete AutoIt source code and patch definitions publicly, building executables through GitHub Actions on hosted runners rather than someone's personal machine, and shipping releases with SHA checksums for byte-for-byte verification. Anyone can read the source before running anything, and the build chain is transparent and auditable.
GenP supports the full Creative Cloud suite including Photoshop, Illustrator, Premiere Pro, After Effects, Acrobat, and Lightroom on Windows 10 and 11. It should be chosen by users who need a verifiable, open-source alternative to untrusted binaries floating around the internet. The tool works by disabling the Adobe Genuine Service, licensing checks, and network calls that enforce subscription requirements. This repository is explicitly marked as educational and archival in purpose.
The project is maintained by the CGP community following the original developer's retirement in early 2023. Development remains active against newer Adobe releases, with the codebase regularly updated to maintain compatibility as Adobe changes its application binaries.