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

Support XBE file construction #1

Closed mborgerson closed 4 years ago

mborgerson commented 4 years ago

This library should support constructing new XBEs, either from scratch or based on existing binaries. Example use cases: patching, inserting new sections, etc.