diff options
-rw-r--r-- | include/ntapi/nt_process.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 208657b..34a97be 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -523,8 +523,11 @@ typedef struct _nt_runtime_data { void * hroot; void * hdsodir; void * hloader; + void * hexec; + void * hpeer; void * hcwd; void * hdrive; + void * hldrctx[__SIZEOF_POINTER__>>1]; nt_guid abi; /**************************/ /* loader abi ends here */ |