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

Rename duplicate sections #12

Closed Libbers closed 2 years ago

Libbers commented 2 years ago

Renames duplicate sections. Tested on known xbe's with duplicate section names. This fixes issue #11

mborgerson commented 2 years ago

.DS_Store file shouldn't have been added

mborgerson commented 2 years ago

Thanks!