Reputation: 39238
I am wondering if it is possible for a Windows program to allocate a segment descriptor within the process' local descriptor table. Is there a Windows API function that can install a new segment descriptor to the running process' LDT using a provided linear offset, segment length, and combination of flags (RWX)?
Upvotes: 4
Views: 855