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

Add data validation #33

Open Ernegien opened 1 year ago

Ernegien commented 1 year ago

This PR adds logic to validate the header data RSA signature and the section data digests. Fixes #3