From fea9cb6e139992bdc7ced59e64623815db15434f Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 18 Jan 2017 02:31:22 -0500 Subject: struct nt_runtime_data: added dynamic loader guid information. --- include/ntapi/nt_process.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3