From 921b8b12047213aab2c5fd4c2d3552dc0be0d5de Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 27 May 2019 03:58:49 +0000 Subject: process runtime flags: added NT_RUNTIME_DATA_DEBUG_{FOREIGN|NATIVE}_CHILDREN. --- 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 d7eac2b..69d7012 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -232,6 +232,8 @@ typedef enum _nt_process_opcode_idx { /* nt_runtime_data flag bits */ #define NT_RUNTIME_DATA_INTEGRAL_PROCESS (0x01) #define NT_RUNTIME_DATA_SEH_TRAP (0x02) +#define NT_RUNTIME_DATA_DEBUG_NATIVE_CHILDREN (0x04) +#define NT_RUNTIME_DATA_DEBUG_FOREIGN_CHILDREN (0x08) /* runtime data convenience storage */ #define NT_RUNTIME_DATA_SYNC_OPCODES (0x08) -- cgit v1.2.3