From c75b7ea145a4872fa1e356a1ed32f6a8166791b8 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 23 Jun 2019 07:46:19 +0000 Subject: struct _nt_runtime_data: added .host_name. --- include/ntapi/nt_process.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 150f881..f1d3fd2 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -694,6 +694,8 @@ typedef struct _nt_runtime_data { uint32_t strace_dbg[16]; uint32_t strace_os [32]; + char host_name [64]; + int32_t opcode[NT_RUNTIME_DATA_SYNC_OPCODES]; void * uptr [NT_RUNTIME_DATA_USER_PTRS]; void * uclose[NT_RUNTIME_DATA_USER_PTRS]; -- cgit v1.2.3