Skip to content

Instantly share code, notes, and snippets.

@mid-kid
Created February 4, 2015 17:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mid-kid/5498f2d14adacfba4023 to your computer and use it in GitHub Desktop.
Save mid-kid/5498f2d14adacfba4023 to your computer and use it in GitHub Desktop.
Regionfree patcher for 3ds game
import sys
with open(sys.argv[1], "r+b") as f:
f.seek(0x2018)
f.write("\xFF\xFF\xFF\x7F")
f.close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment