XEX.bt
Parse Xbox 360 executable files.
File Information
Authors: | Hyper (linktr.ee/hyperbx) |
Category: | Executable |
Version: | 1.0.5 |
File Mask: | *.xex, *.xexp |
ID Bytes: | 58 45 58 // XEX |
Available Versions
Version |
Date |
Author |
Changes |
Download |
1.0.5 |
2024-09-13 |
Hyper |
Mapped import functions as an array of thunks instead of pairs. |
Download |
1.0.4 |
2024-09-08 |
Hyper |
Fixed import library string table reader alignment. |
Download |
1.0.3 |
2024-08-23 |
Hyper |
Fixed XEX_HEADER_ORIGINAL_PE_NAME reading out of bounds. |
Download |
1.0.2 |
2024-01-27 |
Hyper |
Fixed XEX1 security info struct. |
Download |
1.0.1 |
2024-01-21 |
Hyper |
Fixed page descriptor section type enum, updated naming convention for virtual addresses, and resolved import functions as id/impl pairs. |
Download |
Return to the Template Repository