Difference between revisions of "XBE"

From xboxdevwiki
Jump to: navigation, search
(Created page with "=== .text === The .text section contains all x86 subroutines to be executed by the processor. === .rdata === The .rdata section contains the Kernel|kernel thunk t...")
(No difference)

Revision as of 00:01, 30 May 2017

.text

The .text section contains all x86 subroutines to be executed by the processor.

.rdata

The .rdata section contains the kernel thunk table. The ordinals in the table are to be resolved to the kernel's actual calling routine, when loaded.