Skip to content
New issue

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

Bump systeminformer to db7b75022 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

diff --git a/phnt/include/ntpebteb.h b/phnt/include/ntpebteb.h
index e7527802b..92d1b7d25 100644
--- a/phnt/include/ntpebteb.h
+++ b/phnt/include/ntpebteb.h
@@ -1009,14 +1009,25 @@ typedef struct _TEB
     //
     ULONG TxFsContext;
 #endif
+
+    //
+    // Reserved for GDI.
+    //
     GDI_TEB_BATCH GdiTebBatch;
     CLIENT_ID RealClientId;
     HANDLE GdiCachedProcessHandle;
     ULONG GdiClientPID;
     ULONG GdiClientTID;
     PVOID GdiThreadLocalInfo;
+
+    //
+    // Reserved for User32.
+    //
     ULONG_PTR Win32ClientInfo[WIN32_CLIENT_INFO_LENGTH];
 
+    //
+    // Reserved for opengl32.dll
+    //
     PVOID glDispatchTable[233];
     ULONG_PTR glReserved1[29];
     PVOID glReserved2;
@@ -1162,6 +1173,10 @@ typedef struct _TEB
     ULONG HeapData;
     HANDLE CurrentTransactionHandle;
     PTEB_ACTIVE_FRAME ActiveFrame;
+
+    //
+    // Reserved for FLS (RtlProcessFlsData).
+    //
     PVOID FlsData;
 
     PVOID PreferredLanguages;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants