Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.19 KB

File metadata and controls

20 lines (16 loc) · 1.19 KB

Infinite Cupcake Generator preview (The keygen looks Pinkie Pie from MLP:FiM dancing on top of some serial numbers)

Introduction

Need a swanky keygen template? I didn't! But I made it anyways so feel free to use it.

Ignore the current crypto codes, they are crippled versions from some research elsewhere that are here as examples.

Compiling

Docker is easiest but this requires Windows mode:

docker build -t build_icg:latest -m 2GB .
docker run --rm -v ${PWD}:C:\build build_icg

You could also pollute your environment and run the steps in the Dockerfile and build.ps1 yourself but I'm not a fan of that personally. :)

References