Overview
PPCImageInfo is a structure that describes the PowerPC image layout for a recompiled Xbox 360 application. This structure is passed from the generated config header into the ReXApp constructor to configure the runtime memory layout.
Definition
Fields
Base address of the executable code segment in PPC address space
Size of the code segment in bytes
Base address of the entire loaded image in PPC address space
Total size of the loaded image in bytes
Pointer to array of function mappings between PPC addresses and recompiled native functions
Usage
This structure is typically initialized with constants from the generated configuration header:See Also
- rex::ReXApp - Base application class that uses this structure