mborgerson / pyxbe

Python 3 library to read and write XBE files, the executable file format for the original Xbox game console
http://pyxbe.readthedocs.io/
MIT License
17 stars 10 forks source link

Make alt_signature_keys an array of arrays #16

Closed thrimbor closed 2 years ago

thrimbor commented 2 years ago

This makes alt_signature_keys a 16-entry array of 16-byte arrays, instead of a single 256-byte array, making it easier to extract the individual keys.