We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VERSION Windows 10 21H1
PROBLEM
the current union _KIDTENTRY64 is different from WinDbg and Intel Manual (p.3014 of 4778)
FIX
//0x10 bytes (sizeof) union _KIDTENTRY64 { struct { USHORT OffsetLow; //0x0 USHORT Selector; //0x2 struct { USHORT IstIndex:3; //0x4 USHORT Reserved0:5; //0x4 USHORT Type:5; //0x4 USHORT Dpl:2; //0x4 USHORT Present:1; //0x4 }; USHORT OffsetMiddle; //0x6 ULONG OffsetHigh; //0x8 ULONG Reserved1; //0xc }; ULONGLONG Alignment; //0x0 };
The text was updated successfully, but these errors were encountered:
Thanks!
Sorry, something went wrong.
SergiusTheBest
No branches or pull requests
VERSION
Windows 10 21H1
PROBLEM
the current union _KIDTENTRY64 is different from WinDbg and Intel Manual (p.3014 of 4778)
FIX
The text was updated successfully, but these errors were encountered: