11 lines
154 B
Python
Raw Normal View History

2016-11-30 18:57:03 +09:00
#!/usr/bin/env python2
2016-11-23 14:35:12 +09:00
import sys, os, os.path
import pywii as wii
wii.loadkeys()
savefile = sys.argv[1]
save = wii.WiiSave(savefile)
save.showcerts()