diff options
author | midipix <writeonce@midipix.org> | 2017-01-18 02:31:22 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-01-18 02:31:22 -0500 |
commit | fea9cb6e139992bdc7ced59e64623815db15434f (patch) | |
tree | d569f9a0040aaf4ddd471401ff088319c04786d2 /include | |
parent | 4d8da7b15310b08a7e40b8f1bb78372df9df03a7 (diff) | |
download | ntapi-fea9cb6e139992bdc7ced59e64623815db15434f.tar.bz2 ntapi-fea9cb6e139992bdc7ced59e64623815db15434f.tar.xz |
struct nt_runtime_data: added dynamic loader guid information.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_process.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |