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 */