From df4a224d9c3615b3b160432855b5862d2dc69157 Mon Sep 17 00:00:00 2001 From: midipix Date: Jan 16 2017 06:52:20 +0000 Subject: native process framework: added opcode indexes for STOPPED and CONTINUED. --- diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 764c3cd..9b0b81b 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -58,6 +58,8 @@ typedef enum _nt_process_create_info_class { typedef enum _nt_process_opcode_idx { NT_PROCESS_OPCODE_IDX_FORK, NT_PROCESS_OPCODE_IDX_EXECVE, + NT_PROCESS_OPCODE_IDX_STOPPED, + NT_PROCESS_OPCODE_IDX_CONTINUED, } nt_process_opcode_idx;