Expand description
Parser for the XBE
file format used by Xbox executables.
Most of the information in here is derived from http://www.caustik.com/cxbx/download/xbe.htm.
The most important type is Xbe
, which allows the user to parse an XBE
image from a byte slice.
Modules§
- cert
- Contains the certificate data structures.
Structs§
- Address
Info - Info for a virtual address in the XBE memory map.
- Import
Id - A kernel symbol import stored in the thunk table.
- Init
Flags - Values of the
init_flags
field in the header. - Kernel
Thunk Table - A decoded thunk table.
- Library
Flags - Flags used in the
library_flags
field ofLibraryVersion
. - Library
Version - Describes the version of a library to link with.
- Logo
Bitmap - A 100x17 grayscale logo stored in the XBE file.
- Section
- A section pointing into the image’s memory.
- Section
Flags - Flags used for the
section_flags
field ofSectionHeader
. - Sections
- Iterator over the sections in an XBE image.
- Xbe
- An analyzed Xbox executable (XBE).