Quantcast
Channel: How to exactly modify the Local Descriptor table on 64 bits Windows? - Stack Overflow
Browsing index pages (2 articles)

How to exactly modify the Local Descriptor table on 64 bits Windows?

The aim is to enable 16 bits segments for 16 bits addressing like on 64 bits Linux Kernel with the modify_ldt() system call. I was unable to find if Cygwin provides a wrapper and I have only barely an...

View Article


Answer by RbMm for How to exactly modify the Local Descriptor table on 64...

on x86-based windos possible (tested on xp and win 8.1 x86) set several descriptors in LDT table and use this. this can be done via NtSetInformationProcess with ProcessLdtInformation (undocumented) or,...

View Article

Browsing index pages (2 articles)


Latest Images