Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 469 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 469 Bytes

XCI_Trimmer

Python3 script to trim and pad XCI ROM files. Works on Windows, Linux, macOS and any OS that can run python3.

usage: XCI_Trimmer.py [-h] (-t | -p) [-c] filename

Trim or Pad XCI rom files

positional arguments:
  filename    Path to XCI rom file

optional arguments:
  -h, --help  show this help message and exit
  -t, --trim  Trim excess bytes
  -p, --pad   Restore excess bytes
  -c, --copy  Creates a copy instead of modifying original file