mirror of
https://github.com/pret/colosseum-mb.git
synced 2026-03-21 17:34:27 -05:00
7 lines
114 B
Python
7 lines
114 B
Python
#!/usr/bin/python3
|
|
|
|
import sys
|
|
with open(sys.argv[1], 'r+b') as fp:
|
|
fp.seek(0xbd)
|
|
fp.write(b'\xf0')
|