diff options
author | midipix <writeonce@midipix.org> | 2018-06-06 22:44:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-06-06 21:49:35 -0400 |
commit | 36a0cc921a277fd9fafbc48a5985b90fff58dab7 (patch) | |
tree | 26ebec111e126d16f32753ae424db4ffa8d7a59c | |
parent | cbd18a567736b5442275ba21ace1004f9777107a (diff) | |
download | ntapi-36a0cc921a277fd9fafbc48a5985b90fff58dab7.tar.bz2 ntapi-36a0cc921a277fd9fafbc48a5985b90fff58dab7.tar.xz |
framework: struct _nt_runtime_data: added strace mask members.
-rw-r--r-- | include/ntapi/nt_process.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 97341ab..e02efa9 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -679,6 +679,10 @@ typedef struct _nt_runtime_data { uintptr_t sa_flags [64]; uint32_t sa_mask [64][2]; + uint32_t strace_sys[16]; + uint32_t strace_dbg[16]; + uint32_t strace_os [32]; + int32_t opcode[NT_RUNTIME_DATA_SYNC_OPCODES]; void * uptr [NT_RUNTIME_DATA_USER_PTRS]; void * uclose[NT_RUNTIME_DATA_USER_PTRS]; |