.NET
thunk.asc
Associated article: Direct Thunking in Windows 95
Tags: .NET Design
[LISTING ONE]
Pseudocode for QT_Thunk
// On entry, EDX contains the 16:16 address to transfer control to
//
// Phase 1: logging and sanity checking
//
if ( bit 0 not set in FS:[TIBFlags] )
goto someplace else; // Not interested in that here
PUSHAD // Save all the ...


