Skip to content

Instantly share code, notes, and snippets.

View StarlitSkies's full-sized avatar

StarlitSkies StarlitSkies

  • Earth
View GitHub Profile
@StarlitSkies
StarlitSkies / ctrcheck.gm9
Last active September 23, 2024 09:08
3DS firmware integrity checker
# A script for checking all of a 3DS console's important files and their integrity.
# original script by FrozenFire
# overhaul, fixes, and current maintenance by StarlitSkies
# last modified: 2024-09-23
# version: 3.1.0
# if you didn't get this file from https://gist.github.com/StarlitSkies/f417c1ded9de8fceffdb532f92823377/, go there and make sure this copy wasn't tampered with
# latest changelog:
# refactor a bunch of things
# reduce reliance on nested ifs so i can use more labels without the script exploding