diff options
author | midipix <writeonce@midipix.org> | 2016-08-10 04:30:27 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-08-10 21:44:17 -0400 |
commit | 7ddcea31a85ae820912566380d8b80c9aad6b93b (patch) | |
tree | 2f53a2639ed5f995af10f5751d87a9a306ecad7a /src/process | |
parent | fff2afe2aee281a70dce4d9c536de14ed2277bae (diff) | |
download | ntapi-7ddcea31a85ae820912566380d8b80c9aad6b93b.tar.bz2 ntapi-7ddcea31a85ae820912566380d8b80c9aad6b93b.tar.xz |
runtime data: added flags and NT_RUNTIME_DATA_INTEGRAL_PROCESS support.
Diffstat (limited to 'src/process')
-rw-r--r-- | src/process/ntapi_tt_get_runtime_data.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/process/ntapi_tt_get_runtime_data.c b/src/process/ntapi_tt_get_runtime_data.c index e5a7d55..5dc2366 100644 --- a/src/process/ntapi_tt_get_runtime_data.c +++ b/src/process/ntapi_tt_get_runtime_data.c @@ -69,6 +69,9 @@ int32_t __stdcall __ntapi_tt_get_runtime_data( sizeof(buffer),0))) return status; + /* update state */ + prtdata->flags |= NT_RUNTIME_DATA_INTEGRAL_PROCESS; + /* avoid confusion :-) */ process_params = ((nt_peb *)pe_get_peb_address())->process_params; |