Add thread stack information to the structure
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
18a39f95bc
commit
d28687631b
@ -72,6 +72,10 @@ typedef struct _KPROCESS
|
||||
/* Thread control block structure definition */
|
||||
typedef struct _KTHREAD
|
||||
{
|
||||
PVOID InitialStack;
|
||||
PVOID KernelStack;
|
||||
PVOID StackBase;
|
||||
PVOID StackLimit;
|
||||
KAPC_STATE ApcState;
|
||||
} KTHREAD, *PKTHREAD;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user