From fea9cb6e139992bdc7ced59e64623815db15434f Mon Sep 17 00:00:00 2001 From: midipix Date: Jan 18 2017 07:31:22 +0000 Subject: struct nt_runtime_data: added dynamic loader guid information. --- diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 8088e19..6f991f6 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -454,6 +454,7 @@ typedef struct _nt_runtime_data { void * hroot; void * hcwd; void * hdrive; + nt_guid ldso; nt_cid cid_self; nt_cid cid_parent; nt_alt_cid alt_cid_self;