mirror of
https://github.com/fail0verflow/hbc.git
synced 2024-11-04 17:15:13 +01:00
11 lines
153 B
Python
11 lines
153 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
import sys, os, os.path
|
||
|
import pywii as wii
|
||
|
|
||
|
wii.loadkeys()
|
||
|
|
||
|
savefile = sys.argv[1]
|
||
|
save = wii.WiiSave(savefile)
|
||
|
save.showcerts()
|