From c75b7ea145a4872fa1e356a1ed32f6a8166791b8 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 23 2019 14:41:25 +0000 Subject: struct _nt_runtime_data: added .host_name. --- 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];