A module that allows interatction with the xbox 360 executable format (xex)
Sample uses
x = Xex('path\to\file\file.xex')
print(hex(x.entry_point))
Research used from https://github.com/benvanik/Xenia
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A module that allows interatction with the xbox 360 executable format (xex)
Sample uses
x = Xex('path\to\file\file.xex')
print(hex(x.entry_point))
Research used from https://github.com/benvanik/Xenia