Skip to content

Commit 5421e18

Browse files
committed
Support for windows 10
1 parent 18c4043 commit 5421e18

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

teb32.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,9 +1181,12 @@ struct TEB_
11811181

11821182
//end of Windows 8 members
11831183

1184-
//members that follow available on Windows 10 and up (currently unknown)
1184+
//members that follow available on Windows 10 and up
1185+
QWORD ReservedForCrt; //0x0FE8
11851186

1186-
BYTE ReservedForWin10[0x18]; //0x0FE8
1187+
GUID_ EffectiveContainerId; //0x0FF0
1188+
1189+
//end of Windows 10/11
11871190
} afterVista;
11881191
} dwordFE0;
11891192
}; //struct TEB_

0 commit comments

Comments
 (0)