Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 886 Bytes

File metadata and controls

33 lines (29 loc) · 886 Bytes

LCE Product Codes Parser

A simple parser for the {WiiU|PS3|PSVita|X360}ProductCode.bin file found in LCE Minecraft

How to use

Simplly have python 3.9(tested on 3.9.0 and 3.10.0) installed
then just run the command for your specific console below


WiiU:

$ python3 parser.py WiiUProductCode.bin WIIU -l

PS3:

$ python3 parser.py PS3ProductCode.bin PS3 -l

PS Vita:

$ python3 parser.py PSVitaProductCode.bin PSV -l

Xbox 360:

$ python3 parser.py X360ProductCode.bin XBX -l

Credits

Miku-666 for development and research
MattN-L for the PS3 and Xbox 360 Product file
Sky Forces for the PSVitaProduct.bin file