XBE

From xboxdevwiki
Revision as of 00:01, 30 May 2017 by Haxar (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

.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.