├── .gitignore ├── LICENSE ├── README.md ├── assets └── patch.png ├── is_licensed.asm └── sub_EC96290.asm /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nucular/raspi-keygen/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nucular/raspi-keygen/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nucular/raspi-keygen/HEAD/README.md -------------------------------------------------------------------------------- /assets/patch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nucular/raspi-keygen/HEAD/assets/patch.png -------------------------------------------------------------------------------- /is_licensed.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nucular/raspi-keygen/HEAD/is_licensed.asm -------------------------------------------------------------------------------- /sub_EC96290.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nucular/raspi-keygen/HEAD/sub_EC96290.asm --------------------------------------------------------------------------------